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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60f0abe4097214247200390da21dabf719e49d8e7ee2ef35ed6d8add139f4338
|
|
4
|
+
data.tar.gz: a22cc58c7647bd7d9a66f6655d1e582bbfa41e6808bdfffebebc8567e6ce58d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1920594149ac5c4c87831493d84640b09d7bef8e48f332523ec2890301f13db389ca3279f2b7cae8939b59951a1d8ef35e91ac06217463e21c148adf76843ed
|
|
7
|
+
data.tar.gz: 79ddeb24789be92d7116225899bff8ad0fed4f6fd9548079e7ff2990135c0c63f7da40bdbf4fb4b13081f5dc5f0dd42d48cfeaa576d9a65fbd8184393f0160bf
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
4536
|
-
#
|
|
4537
|
-
#
|
|
4538
|
-
#
|
|
4539
|
-
#
|
|
4540
|
-
#
|
|
4541
|
-
#
|
|
4542
|
-
#
|
|
4543
|
-
#
|
|
4544
|
-
#
|
|
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
|
|
4550
|
-
#
|
|
4551
|
-
#
|
|
4552
|
-
#
|
|
4553
|
-
#
|
|
4554
|
-
#
|
|
4555
|
-
#
|
|
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.
|
|
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 = "
|
|
25
|
+
REVISION = "20260513"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
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.
|
|
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:
|