google-apis-networkservices_v1beta1 0.61.0 → 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d4b0479e8f045eec7c8a5acfbe2ca950d114315cc83858b2bedd3929e83a9c0
4
- data.tar.gz: 9f9e0c55b4ec4a154826f614c0021c32ff0410d40a911ebce182302c8a3e8f2a
3
+ metadata.gz: 9b2c13baa5df07dc3d7962b9e2e98109838d67c545efde5bba6f894dbae94bbd
4
+ data.tar.gz: 01c22f3b633ccec63c693db35ef0684406d5d870cd813a0091d1d0874d652cb2
5
5
  SHA512:
6
- metadata.gz: 36f6db6068a978066be16204a7a22544eb017a311bd94926ff2084f8ce1355522f34c15ff77071b7bdf36f290ba3d73b05251c5dc2b6aac5b4a39cc8421093cb
7
- data.tar.gz: 1d55c9dc4fcb541a591a2679940ecf912e0cd7743b4183932d84e4d5e905b1bff9978d13d741d19e961817fb251984817ae9de46d536600cd86d5687158e4cbc
6
+ metadata.gz: 586d424de3a6eb2440018af8e8e8e0e5fd3dd298d73305675c04342cab380ac858a14834ff3fa6833d8e5cc0a804694510f5bd42bf0bcfeb1c49f1c15a873d5b
7
+ data.tar.gz: 8c8991ef33e617a0b631b963ee64e0ba00a5663853c769ac78a08d863577393eb7f5e29ec088d6a43a1b73b710d4400739b7962d118a3cecfa4d090fcc3f1381
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.62.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251203
6
+
3
7
  ### v0.61.0 (2025-11-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20251029
@@ -119,8 +119,10 @@ module Google
119
119
  # @return [String]
120
120
  attr_accessor :update_time
121
121
 
122
- # Optional. The format of communication supported by the callout extension. If
123
- # not specified, the default value `EXT_PROC_GRPC` is used.
122
+ # Optional. The format of communication supported by the callout extension. This
123
+ # field is supported only for regional `AuthzExtension` resources. If not
124
+ # specified, the default value `EXT_PROC_GRPC` is used. Global `AuthzExtension`
125
+ # resources use the `EXT_PROC_GRPC` wire format.
124
126
  # Corresponds to the JSON property `wireFormat`
125
127
  # @return [String]
126
128
  attr_accessor :wire_format
@@ -2888,8 +2890,9 @@ module Google
2888
2890
  attr_accessor :operations
2889
2891
 
2890
2892
  # Unordered list. Unreachable resources. Populated when the request sets `
2891
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
2892
- # when attempting to list all resources across all supported locations.
2893
+ # ListOperationsRequest.return_partial_success` and reads across collections.
2894
+ # For example, when attempting to list all resources across all supported
2895
+ # locations.
2893
2896
  # Corresponds to the JSON property `unreachable`
2894
2897
  # @return [Array<String>]
2895
2898
  attr_accessor :unreachable
@@ -4194,6 +4197,31 @@ module Google
4194
4197
  # @return [String]
4195
4198
  attr_accessor :description
4196
4199
 
4200
+ # Optional. The name of the customer managed Cloud KMS key to be used to encrypt
4201
+ # the `WasmPlugin` image (provided by image_uri) and configuration (provided by
4202
+ # plugin_config_data or plugin_config_uri) that are stored by the `Service
4203
+ # Extensions` product at rest. Format: "projects/`project`/locations/`location`/
4204
+ # keyRings/`keyring`/cryptoKeys/`key`" By default, Google Cloud automatically
4205
+ # encrypts all data at rest using Google-owned and Google-managed encryption
4206
+ # keys. If you need ownership and control of the keys that protect your data at
4207
+ # rest, you can specify a customer-managed encryption key (CMEK) to encrypt your
4208
+ # `WasmPlugin` data. For more information, see [Using customer-managed
4209
+ # encryption keys](https://cloud.google.com/kms/docs/cmek).
4210
+ # Corresponds to the JSON property `kmsKeyName`
4211
+ # @return [String]
4212
+ attr_accessor :kms_key_name
4213
+
4214
+ # Output only. The name of the specific CryptoKeyVersion used to encrypt the `
4215
+ # WasmPlugin` data, if the kms_key_name field is set. Format: "projects/`project`
4216
+ # /locations/`location`/keyRings/`keyring`/cryptoKeys/`key`/cryptoKeyVersions/`
4217
+ # version`" This is a read-only field. `WasmPlugin` data is automatically
4218
+ # encrypted using the most recent `CryptoKeyVersion` of the `CryptoKey` provided
4219
+ # in the `kms_key_name` field. See [Cloud KMS resources](https://cloud.google.
4220
+ # com/kms/docs/resource-hierarchy) for more information.
4221
+ # Corresponds to the JSON property `kmsKeyVersion`
4222
+ # @return [String]
4223
+ attr_accessor :kms_key_version
4224
+
4197
4225
  # Optional. Set of labels associated with the `WasmPlugin` resource. The format
4198
4226
  # must comply with [the following requirements](/compute/docs/labeling-resources#
4199
4227
  # requirements).
@@ -4254,6 +4282,8 @@ module Google
4254
4282
  def update!(**args)
4255
4283
  @create_time = args[:create_time] if args.key?(:create_time)
4256
4284
  @description = args[:description] if args.key?(:description)
4285
+ @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
4286
+ @kms_key_version = args[:kms_key_version] if args.key?(:kms_key_version)
4257
4287
  @labels = args[:labels] if args.key?(:labels)
4258
4288
  @log_config = args[:log_config] if args.key?(:log_config)
4259
4289
  @main_version_id = args[:main_version_id] if args.key?(:main_version_id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1beta1
18
18
  # Version of the google-apis-networkservices_v1beta1 gem
19
- GEM_VERSION = "0.61.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251029"
25
+ REVISION = "20251203"
26
26
  end
27
27
  end
28
28
  end
@@ -1599,6 +1599,8 @@ module Google
1599
1599
  class Representation < Google::Apis::Core::JsonRepresentation
1600
1600
  property :create_time, as: 'createTime'
1601
1601
  property :description, as: 'description'
1602
+ property :kms_key_name, as: 'kmsKeyName'
1603
+ property :kms_key_version, as: 'kmsKeyVersion'
1602
1604
  hash :labels, as: 'labels'
1603
1605
  property :log_config, as: 'logConfig', class: Google::Apis::NetworkservicesV1beta1::WasmPluginLogConfig, decorator: Google::Apis::NetworkservicesV1beta1::WasmPluginLogConfig::Representation
1604
1606
 
@@ -2406,11 +2406,12 @@ module Google
2406
2406
  # The standard list page token.
2407
2407
  # @param [Boolean] return_partial_success
2408
2408
  # When set to `true`, operations that are reachable are returned as normal, and
2409
- # those that are unreachable are returned in the [ListOperationsResponse.
2410
- # unreachable] field. This can only be `true` when reading across collections e.
2411
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
2412
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
2413
- # explicitly documented otherwise in service or product specific documentation.
2409
+ # those that are unreachable are returned in the ListOperationsResponse.
2410
+ # unreachable field. This can only be `true` when reading across collections.
2411
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
2412
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
2413
+ # if set unless explicitly documented otherwise in service or product specific
2414
+ # documentation.
2414
2415
  # @param [String] fields
2415
2416
  # Selector specifying which fields to include in a partial response.
2416
2417
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.61.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.62.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: