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-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/NetworkServices.java
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -10894,30 +10894,31 @@ public List setPageToken(java.lang.String pageToken) {
10894
10894
10895
10895
/**
10896
10896
* When set to `true`, operations that are reachable are returned as normal, and those
10897
-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10898
-
* This can only be `true` when reading across collections e.g. when `parent` is set to
10899
-
* `"projects/example/locations/-"`. This field is not by default supported and will
10897
+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
10898
+
* can only be `true` when reading across collections. For example, when `parent` is set
10899
+
* to `"projects/example/locations/-"`. This field is not supported by default and will
10900
10900
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
10901
10901
* service or product specific documentation.
10902
10902
*/
10903
10903
@com.google.api.client.util.Key
10904
10904
private java.lang.Boolean returnPartialSuccess;
10905
10905
10906
10906
/** When set to `true`, operations that are reachable are returned as normal, and those that are
10907
-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
10908
-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
10909
-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
10910
-
explicitly documented otherwise in service or product specific documentation.
10907
+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
10908
+
when reading across collections. For example, when `parent` is set to
10909
+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
10910
+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
10911
+
documentation.
10911
10912
*/
10912
10913
public java.lang.Boolean getReturnPartialSuccess() {
10913
10914
return returnPartialSuccess;
10914
10915
}
10915
10916
10916
10917
/**
10917
10918
* When set to `true`, operations that are reachable are returned as normal, and those
10918
-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10919
-
* This can only be `true` when reading across collections e.g. when `parent` is set to
10920
-
* `"projects/example/locations/-"`. This field is not by default supported and will
10919
+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
10920
+
* can only be `true` when reading across collections. For example, when `parent` is set
10921
+
* to `"projects/example/locations/-"`. This field is not supported by default and will
10921
10922
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/AuthzExtension.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -138,8 +138,9 @@ public final class AuthzExtension extends com.google.api.client.json.GenericJson
138
138
privateStringupdateTime;
139
139
140
140
/**
141
-
* Optional. The format of communication supported by the callout extension. If not specified, the
142
-
* default value `EXT_PROC_GRPC` is used.
141
+
* Optional. The format of communication supported by the callout extension. This field is
142
+
* supported only for regional `AuthzExtension` resources. If not specified, the default value
143
+
* `EXT_PROC_GRPC` is used. Global `AuthzExtension` resources use the `EXT_PROC_GRPC` wire format.
143
144
* The value may be {@code null}.
144
145
*/
145
146
@com.google.api.client.util.Key
@@ -396,17 +397,19 @@ public AuthzExtension setUpdateTime(String updateTime) {
396
397
}
397
398
398
399
/**
399
-
* Optional. The format of communication supported by the callout extension. If not specified, the
400
-
* default value `EXT_PROC_GRPC` is used.
400
+
* Optional. The format of communication supported by the callout extension. This field is
401
+
* supported only for regional `AuthzExtension` resources. If not specified, the default value
402
+
* `EXT_PROC_GRPC` is used. Global `AuthzExtension` resources use the `EXT_PROC_GRPC` wire format.
401
403
* @return value or {@code null} for none
402
404
*/
403
405
publicjava.lang.StringgetWireFormat() {
404
406
returnwireFormat;
405
407
}
406
408
407
409
/**
408
-
* Optional. The format of communication supported by the callout extension. If not specified, the
409
-
* default value `EXT_PROC_GRPC` is used.
410
+
* Optional. The format of communication supported by the callout extension. This field is
411
+
* supported only for regional `AuthzExtension` resources. If not specified, the default value
412
+
* `EXT_PROC_GRPC` is used. Global `AuthzExtension` resources use the `EXT_PROC_GRPC` wire format.
410
413
* @param wireFormat wireFormat or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/ListOperationsResponse.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
45
45
46
46
/**
47
47
* Unordered list. Unreachable resources. Populated when the request sets
48
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
48
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
49
49
* attempting to list all resources across all supported locations.
50
50
* The value may be {@code null}.
51
51
*/
@@ -88,7 +88,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
88
88
89
89
/**
90
90
* Unordered list. Unreachable resources. Populated when the request sets
91
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
91
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
92
92
* attempting to list all resources across all supported locations.
93
93
* @return value or {@code null} for none
94
94
*/
@@ -98,7 +98,7 @@ public java.util.List<java.lang.String> getUnreachable() {
98
98
99
99
/**
100
100
* Unordered list. Unreachable resources. Populated when the request sets
101
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
101
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102
102
* attempting to list all resources across all supported locations.
103
103
* @param unreachable unreachable or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/WasmPlugin.java
+87Lines changed: 87 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,33 @@ public final class WasmPlugin extends com.google.api.client.json.GenericJson {
43
43
@com.google.api.client.util.Key
44
44
privatejava.lang.Stringdescription;
45
45
46
+
/**
47
+
* Optional. The name of the customer managed Cloud KMS key to be used to encrypt the `WasmPlugin`
48
+
* image (provided by image_uri) and configuration (provided by plugin_config_data or
49
+
* plugin_config_uri) that are stored by the `Service Extensions` product at rest. Format:
50
+
* "projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}" By default,
51
+
* Google Cloud automatically encrypts all data at rest using Google-owned and Google-managed
52
+
* encryption keys. If you need ownership and control of the keys that protect your data at rest,
53
+
* you can specify a customer-managed encryption key (CMEK) to encrypt your `WasmPlugin` data. For
54
+
* more information, see [Using customer-managed encryption
55
+
* keys](https://cloud.google.com/kms/docs/cmek).
56
+
* The value may be {@code null}.
57
+
*/
58
+
@com.google.api.client.util.Key
59
+
privatejava.lang.StringkmsKeyName;
60
+
61
+
/**
62
+
* Output only. The name of the specific CryptoKeyVersion used to encrypt the `WasmPlugin` data,
63
+
* if the kms_key_name field is set. Format: "projects/{project}/locations/{location}/keyRings/{ke
64
+
* yring}/cryptoKeys/{key}/cryptoKeyVersions/{version}" This is a read-only field. `WasmPlugin`
65
+
* data is automatically encrypted using the most recent `CryptoKeyVersion` of the `CryptoKey`
66
+
* provided in the `kms_key_name` field. See [Cloud KMS
67
+
* resources](https://cloud.google.com/kms/docs/resource-hierarchy) for more information.
68
+
* The value may be {@code null}.
69
+
*/
70
+
@com.google.api.client.util.Key
71
+
privatejava.lang.StringkmsKeyVersion;
72
+
46
73
/**
47
74
* Optional. Set of labels associated with the `WasmPlugin` resource. The format must comply with
48
75
* [the following requirements](/compute/docs/labeling-resources#requirements).
@@ -140,6 +167,66 @@ public WasmPlugin setDescription(java.lang.String description) {
140
167
returnthis;
141
168
}
142
169
170
+
/**
171
+
* Optional. The name of the customer managed Cloud KMS key to be used to encrypt the `WasmPlugin`
172
+
* image (provided by image_uri) and configuration (provided by plugin_config_data or
173
+
* plugin_config_uri) that are stored by the `Service Extensions` product at rest. Format:
174
+
* "projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}" By default,
175
+
* Google Cloud automatically encrypts all data at rest using Google-owned and Google-managed
176
+
* encryption keys. If you need ownership and control of the keys that protect your data at rest,
177
+
* you can specify a customer-managed encryption key (CMEK) to encrypt your `WasmPlugin` data. For
178
+
* more information, see [Using customer-managed encryption
179
+
* keys](https://cloud.google.com/kms/docs/cmek).
180
+
* @return value or {@code null} for none
181
+
*/
182
+
publicjava.lang.StringgetKmsKeyName() {
183
+
returnkmsKeyName;
184
+
}
185
+
186
+
/**
187
+
* Optional. The name of the customer managed Cloud KMS key to be used to encrypt the `WasmPlugin`
188
+
* image (provided by image_uri) and configuration (provided by plugin_config_data or
189
+
* plugin_config_uri) that are stored by the `Service Extensions` product at rest. Format:
190
+
* "projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}" By default,
191
+
* Google Cloud automatically encrypts all data at rest using Google-owned and Google-managed
192
+
* encryption keys. If you need ownership and control of the keys that protect your data at rest,
193
+
* you can specify a customer-managed encryption key (CMEK) to encrypt your `WasmPlugin` data. For
194
+
* more information, see [Using customer-managed encryption
195
+
* keys](https://cloud.google.com/kms/docs/cmek).
196
+
* @param kmsKeyName kmsKeyName or {@code null} for none
0 commit comments