google-apis-networkservices_v1beta1 0.68.0 → 0.69.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: '0387ab24b58ce3525fe6c5d515ec0ef6440a1119fcf5a79bf298f68720f39b41'
4
- data.tar.gz: 17a6a375f8024230fda6ea6b20b791a8329ca50cdd8f27e04cb9cca71de200b8
3
+ metadata.gz: 60f0abe4097214247200390da21dabf719e49d8e7ee2ef35ed6d8add139f4338
4
+ data.tar.gz: a22cc58c7647bd7d9a66f6655d1e582bbfa41e6808bdfffebebc8567e6ce58d7
5
5
  SHA512:
6
- metadata.gz: 24a06966ffcc06806482276796eaa4371d6c49fca36f1aabd9fc798095b4551a1cbfc4c3b9221449475a0ff64183cd282e66b1eb17443e610089bad7cec4a9fa
7
- data.tar.gz: de24ff777c69d3a463a402d76087b671dc78f9a82d4a017366e185148b5f0372a094ba7e07dc4be2774a781345e02f35f6d3ba83467ed113e23a8370d14dd2d9
6
+ metadata.gz: d1920594149ac5c4c87831493d84640b09d7bef8e48f332523ec2890301f13db389ca3279f2b7cae8939b59951a1d8ef35e91ac06217463e21c148adf76843ed
7
+ data.tar.gz: 79ddeb24789be92d7116225899bff8ad0fed4f6fd9548079e7ff2990135c0c63f7da40bdbf4fb4b13081f5dc5f0dd42d48cfeaa576d9a65fbd8184393f0160bf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.69.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260513
6
+
3
7
  ### v0.68.0 (2026-05-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20260424
@@ -256,12 +256,6 @@ module Google
256
256
  # @return [String]
257
257
  attr_accessor :resource_uri
258
258
 
259
- # Optional. List of supported Google Cloud networking proxies in the Project and
260
- # Location. resource_uris is mutually exclusive with resource_uri.
261
- # Corresponds to the JSON property `resourceUris`
262
- # @return [Array<String>]
263
- attr_accessor :resource_uris
264
-
265
259
  def initialize(**args)
266
260
  update!(**args)
267
261
  end
@@ -269,7 +263,6 @@ module Google
269
263
  # Update properties of this object
270
264
  def update!(**args)
271
265
  @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
272
- @resource_uris = args[:resource_uris] if args.key?(:resource_uris)
273
266
  end
274
267
  end
275
268
 
@@ -4532,27 +4525,31 @@ module Google
4532
4525
  # @return [String]
4533
4526
  attr_accessor :description
4534
4527
 
4535
- # Optional. The name of the customer managed Cloud KMS key to be used to encrypt
4536
- # the `WasmPlugin` image (provided by image_uri) and configuration (provided by
4537
- # plugin_config_data or plugin_config_uri) that are stored by the `Service
4538
- # Extensions` product at rest. Format: "projects/`project`/locations/`location`/
4539
- # keyRings/`keyring`/cryptoKeys/`key`" By default, Google Cloud automatically
4540
- # encrypts all data at rest using Google-owned and Google-managed encryption
4541
- # keys. If you need ownership and control of the keys that protect your data at
4542
- # rest, you can specify a customer-managed encryption key (CMEK) to encrypt your
4543
- # `WasmPlugin` data. For more information, see [Using customer-managed
4544
- # encryption keys](https://cloud.google.com/kms/docs/cmek).
4528
+ # Optional. The name of the customer-managed [CryptoKey](https://cloud.google.
4529
+ # com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys) to be
4530
+ # used to encrypt the `WasmPlugin` image (provided by image_uri) and
4531
+ # configuration (provided by plugin_config_data or plugin_config_uri) that are
4532
+ # stored by the `Service Extensions` product at rest. Format: `projects/`project`
4533
+ # /locations/`location`/keyRings/`keyring`/cryptoKeys/`key`` By default, Google
4534
+ # Cloud automatically encrypts all data at rest using Google-owned and Google-
4535
+ # managed encryption keys. If you need ownership and control of the keys that
4536
+ # protect your data at rest, you can specify a customer-managed encryption key (
4537
+ # CMEK) to encrypt your `WasmPlugin` data. For more information, see [Using
4538
+ # customer-managed encryption keys](https://cloud.google.com/service-extensions/
4539
+ # docs/cmek).
4545
4540
  # Corresponds to the JSON property `kmsKeyName`
4546
4541
  # @return [String]
4547
4542
  attr_accessor :kms_key_name
4548
4543
 
4549
- # Output only. The name of the specific CryptoKeyVersion used to encrypt the `
4550
- # WasmPlugin` data, if the kms_key_name field is set. Format: "projects/`project`
4551
- # /locations/`location`/keyRings/`keyring`/cryptoKeys/`key`/cryptoKeyVersions/`
4552
- # version`" This is a read-only field. `WasmPlugin` data is automatically
4553
- # encrypted using the most recent `CryptoKeyVersion` of the `CryptoKey` provided
4554
- # in the `kms_key_name` field. See [Cloud KMS resources](https://cloud.google.
4555
- # com/kms/docs/resource-hierarchy) for more information.
4544
+ # Output only. The name of the specific [CryptoKeyVersion](https://cloud.google.
4545
+ # com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.
4546
+ # cryptoKeyVersions) used to encrypt the `WasmPlugin` data, if the kms_key_name
4547
+ # field is set. Format: `projects/`project`/locations/`location`/keyRings/`
4548
+ # keyring`/cryptoKeys/`key`/cryptoKeyVersions/`version`` This is a read-only
4549
+ # field. `WasmPlugin` data is automatically encrypted using the most recent `
4550
+ # CryptoKeyVersion` of the `CryptoKey` provided in the `kms_key_name` field. See
4551
+ # [Cloud KMS resources](https://cloud.google.com/kms/docs/resource-hierarchy)
4552
+ # for more information.
4556
4553
  # Corresponds to the JSON property `kmsKeyVersion`
4557
4554
  # @return [String]
4558
4555
  attr_accessor :kms_key_version
@@ -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.68.0"
19
+ GEM_VERSION = "0.69.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 = "20260424"
25
+ REVISION = "20260513"
26
26
  end
27
27
  end
28
28
  end
@@ -714,7 +714,6 @@ module Google
714
714
  # @private
715
715
  class Representation < Google::Apis::Core::JsonRepresentation
716
716
  property :resource_uri, as: 'resourceUri'
717
- collection :resource_uris, as: 'resourceUris'
718
717
  end
719
718
  end
720
719
 
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.68.0
4
+ version: 0.69.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.68.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.69.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: