You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-vpcaccess/v1/2.0.0/com/google/api/services/vpcaccess/v1/ServerlessVPCAccess.java
+40-6Lines changed: 40 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -307,22 +307,22 @@ public List setName(java.lang.String name) {
307
307
}
308
308
309
309
/**
310
-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
311
-
* is primarily intended for internal usage.
310
+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
311
+
* documented otherwise. This is primarily for internal usage.
Copy file name to clipboardExpand all lines: clients/google-api-services-vpcaccess/v1/2.0.0/com/google/api/services/vpcaccess/v1/model/ListOperationsResponse.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
44
44
@com.google.api.client.util.Key
45
45
privatejava.util.List<Operation> operations;
46
46
47
+
/**
48
+
* Unordered list. Unreachable resources. Populated when the request sets
49
+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
50
+
* attempting to list all resources across all supported locations.
0 commit comments