google-apis-networkservices_v1beta1 0.56.0 → 0.57.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: 14523a52d5bdaa9aa09facf3faa6c0cf10fcbe321f81206a8b262b2868f5dfd5
|
4
|
+
data.tar.gz: 51026039448315ff97c303705c316127d772b59dc57987c84a893e01f9949502
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76fd512e724918fee86e7ce90949c56ed97d9d7cdb7ff53082108b604c49aeadb97cad0659767351b5371221629dd8513049b7cfb335ad37d8c5f994044d2ab9
|
7
|
+
data.tar.gz: f8ae5fcaa0e50c05e4a6774a8ca2fd58d6e2cd77cc011aa769fa533d80dd953e6ba5427f1d5f3b0b2e13b201616de43541fcdc72cc3f0c012f11a2f04624db61
|
data/CHANGELOG.md
CHANGED
@@ -4208,18 +4208,27 @@ module Google
|
|
4208
4208
|
# @return [String]
|
4209
4209
|
attr_accessor :description
|
4210
4210
|
|
4211
|
-
# Output only.
|
4212
|
-
# The
|
4213
|
-
#
|
4214
|
-
#
|
4211
|
+
# Output only. This field holds the digest (usually checksum) value for the
|
4212
|
+
# plugin image. The value is calculated based on the `image_uri` field. If the `
|
4213
|
+
# image_uri` field refers to a container image, the digest value is obtained
|
4214
|
+
# from the container image. If the `image_uri` field refers to a generic
|
4215
|
+
# artifact, the digest value is calculated based on the contents of the file.
|
4215
4216
|
# Corresponds to the JSON property `imageDigest`
|
4216
4217
|
# @return [String]
|
4217
4218
|
attr_accessor :image_digest
|
4218
4219
|
|
4219
|
-
# Optional. URI of the
|
4220
|
-
#
|
4221
|
-
#
|
4222
|
-
#
|
4220
|
+
# Optional. URI of the image containing the Wasm module, stored in Artifact
|
4221
|
+
# Registry. The URI can refer to one of the following repository formats: *
|
4222
|
+
# Container images: the `image_uri` must point to a container that contains a
|
4223
|
+
# single file with the name `plugin.wasm`. When a new `WasmPluginVersion`
|
4224
|
+
# resource is created, the digest of the image is saved in the `image_digest`
|
4225
|
+
# field. When pulling a container image from Artifact Registry, the digest value
|
4226
|
+
# is used instead of an image tag. * Generic artifacts: the `image_uri` must be
|
4227
|
+
# in this format: `projects/`project`/locations/`location`/repositories/`
|
4228
|
+
# repository`/ genericArtifacts/`package`:`version``. The specified package and
|
4229
|
+
# version must contain a file with the name `plugin.wasm`. When a new `
|
4230
|
+
# WasmPluginVersion` resource is created, the checksum of the contents of the
|
4231
|
+
# file is saved in the `image_digest` field.
|
4223
4232
|
# Corresponds to the JSON property `imageUri`
|
4224
4233
|
# @return [String]
|
4225
4234
|
attr_accessor :image_uri
|
@@ -4247,7 +4256,7 @@ module Google
|
|
4247
4256
|
|
4248
4257
|
# Output only. This field holds the digest (usually checksum) value for the
|
4249
4258
|
# plugin configuration. The value is calculated based on the contents of `
|
4250
|
-
# plugin_config_data` or the
|
4259
|
+
# plugin_config_data` field or the image defined by the `plugin_config_uri`
|
4251
4260
|
# field.
|
4252
4261
|
# Corresponds to the JSON property `pluginConfigDigest`
|
4253
4262
|
# @return [String]
|
@@ -4255,9 +4264,18 @@ module Google
|
|
4255
4264
|
|
4256
4265
|
# URI of the plugin configuration stored in the Artifact Registry. The
|
4257
4266
|
# configuration is provided to the plugin at runtime through the `ON_CONFIGURE`
|
4258
|
-
# callback. The
|
4259
|
-
#
|
4260
|
-
#
|
4267
|
+
# callback. The URI can refer to one of the following repository formats: *
|
4268
|
+
# Container images: the `plugin_config_uri` must point to a container that
|
4269
|
+
# contains a single file with the name `plugin.config`. When a new `
|
4270
|
+
# WasmPluginVersion` resource is created, the digest of the image is saved in
|
4271
|
+
# the `plugin_config_digest` field. When pulling a container image from Artifact
|
4272
|
+
# Registry, the digest value is used instead of an image tag. * Generic
|
4273
|
+
# artifacts: the `plugin_config_uri` must be in this format: `projects/`project`/
|
4274
|
+
# locations/`location`/repositories/`repository`/ genericArtifacts/`package`:`
|
4275
|
+
# version``. The specified package and version must contain a file with the name
|
4276
|
+
# `plugin.config`. When a new `WasmPluginVersion` resource is created, the
|
4277
|
+
# checksum of the contents of the file is saved in the `plugin_config_digest`
|
4278
|
+
# field.
|
4261
4279
|
# Corresponds to the JSON property `pluginConfigUri`
|
4262
4280
|
# @return [String]
|
4263
4281
|
attr_accessor :plugin_config_uri
|
@@ -4301,18 +4319,27 @@ module Google
|
|
4301
4319
|
# @return [String]
|
4302
4320
|
attr_accessor :description
|
4303
4321
|
|
4304
|
-
# Output only.
|
4305
|
-
#
|
4306
|
-
# field
|
4307
|
-
#
|
4322
|
+
# Output only. This field holds the digest (usually checksum) value for the
|
4323
|
+
# plugin image. The value is calculated based on the `image_uri` field. If the `
|
4324
|
+
# image_uri` field refers to a container image, the digest value is obtained
|
4325
|
+
# from the container image. If the `image_uri` field refers to a generic
|
4326
|
+
# artifact, the digest value is calculated based on the contents of the file.
|
4308
4327
|
# Corresponds to the JSON property `imageDigest`
|
4309
4328
|
# @return [String]
|
4310
4329
|
attr_accessor :image_digest
|
4311
4330
|
|
4312
|
-
# Optional. URI of the
|
4313
|
-
#
|
4314
|
-
# the
|
4315
|
-
#
|
4331
|
+
# Optional. URI of the image containing the Wasm module, stored in Artifact
|
4332
|
+
# Registry. The URI can refer to one of the following repository formats: *
|
4333
|
+
# Container images: the `image_uri` must point to a container that contains a
|
4334
|
+
# single file with the name `plugin.wasm`. When a new `WasmPluginVersion`
|
4335
|
+
# resource is created, the digest of the image is saved in the `image_digest`
|
4336
|
+
# field. When pulling a container image from Artifact Registry, the digest value
|
4337
|
+
# is used instead of an image tag. * Generic artifacts: the `image_uri` must be
|
4338
|
+
# in this format: `projects/`project`/locations/`location`/repositories/`
|
4339
|
+
# repository`/ genericArtifacts/`package`:`version``. The specified package and
|
4340
|
+
# version must contain a file with the name `plugin.wasm`. When a new `
|
4341
|
+
# WasmPluginVersion` resource is created, the checksum of the contents of the
|
4342
|
+
# file is saved in the `image_digest` field.
|
4316
4343
|
# Corresponds to the JSON property `imageUri`
|
4317
4344
|
# @return [String]
|
4318
4345
|
attr_accessor :image_uri
|
@@ -4332,18 +4359,27 @@ module Google
|
|
4332
4359
|
attr_accessor :plugin_config_data
|
4333
4360
|
|
4334
4361
|
# Output only. This field holds the digest (usually checksum) value for the
|
4335
|
-
# plugin configuration. The value is calculated based on the contents of
|
4336
|
-
# plugin_config_data` field or the
|
4337
|
-
#
|
4362
|
+
# plugin configuration. The value is calculated based on the contents of `
|
4363
|
+
# plugin_config_data` field or the image defined by the `plugin_config_uri`
|
4364
|
+
# field.
|
4338
4365
|
# Corresponds to the JSON property `pluginConfigDigest`
|
4339
4366
|
# @return [String]
|
4340
4367
|
attr_accessor :plugin_config_digest
|
4341
4368
|
|
4342
4369
|
# URI of the plugin configuration stored in the Artifact Registry. The
|
4343
4370
|
# configuration is provided to the plugin at runtime through the `ON_CONFIGURE`
|
4344
|
-
# callback. The
|
4345
|
-
#
|
4346
|
-
#
|
4371
|
+
# callback. The URI can refer to one of the following repository formats: *
|
4372
|
+
# Container images: the `plugin_config_uri` must point to a container that
|
4373
|
+
# contains a single file with the name `plugin.config`. When a new `
|
4374
|
+
# WasmPluginVersion` resource is created, the digest of the image is saved in
|
4375
|
+
# the `plugin_config_digest` field. When pulling a container image from Artifact
|
4376
|
+
# Registry, the digest value is used instead of an image tag. * Generic
|
4377
|
+
# artifacts: the `plugin_config_uri` must be in this format: `projects/`project`/
|
4378
|
+
# locations/`location`/repositories/`repository`/ genericArtifacts/`package`:`
|
4379
|
+
# version``. The specified package and version must contain a file with the name
|
4380
|
+
# `plugin.config`. When a new `WasmPluginVersion` resource is created, the
|
4381
|
+
# checksum of the contents of the file is saved in the `plugin_config_digest`
|
4382
|
+
# field.
|
4347
4383
|
# Corresponds to the JSON property `pluginConfigUri`
|
4348
4384
|
# @return [String]
|
4349
4385
|
attr_accessor :plugin_config_uri
|
@@ -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.57.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 = "20250723"
|
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.57.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.57.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:
|