google-apis-networkservices_v1 0.77.0 → 0.78.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: 92b50a72545d54e69f82a3c932e9441391f8f66c38e2e062a4facb00b678c369
|
|
4
|
+
data.tar.gz: 5b4e90693a225d8de6ba6094720d5cb87385de07d2990a0eb2e3be3fdd732b0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10ba8ad2a73fa2035c5e5595cc563c3669a37823393634572323c025d32b2017d579218ab6be66c1764771ebdb52871b2c6fdba62280972d01d69fd5402db7b6
|
|
7
|
+
data.tar.gz: d48a9f9781783e60ffcd421fea0e9c2061b780905cb49d791bf3cfe2d39fbf56d4a338f35079bb39dfbb5120f273190d68db83a4660ad45e0ae9c94dc4690a66
|
data/CHANGELOG.md
CHANGED
|
@@ -1267,9 +1267,11 @@ module Google
|
|
|
1267
1267
|
attr_accessor :paths
|
|
1268
1268
|
|
|
1269
1269
|
# Optional. A list of non-empty strings whose value is matched against the
|
|
1270
|
-
# resource
|
|
1271
|
-
#
|
|
1272
|
-
# Limited to 5 resources.
|
|
1270
|
+
# resource to which a request is sent (e.g., an Agent in AiApplication). If not
|
|
1271
|
+
# specified, any resource is allowed. If specified, a match occurs if any of the
|
|
1272
|
+
# resources matches the resource value in the request. Limited to 5 resources.
|
|
1273
|
+
# When matching against resources in the AgentRegistry, use the URNs of the
|
|
1274
|
+
# registry resources.
|
|
1273
1275
|
# Corresponds to the JSON property `resources`
|
|
1274
1276
|
# @return [Array<Google::Apis::NetworkservicesV1::ExtensionBindingMatchConditionStringMatch>]
|
|
1275
1277
|
attr_accessor :resources
|
|
@@ -1313,11 +1315,7 @@ module Google
|
|
|
1313
1315
|
include Google::Apis::Core::Hashable
|
|
1314
1316
|
|
|
1315
1317
|
# Optional. The reference to the target resource, to which this binding should
|
|
1316
|
-
# attach. Exactly one of `resources` or `scope` must be set.
|
|
1317
|
-
# this would be the full resource name, in the format: `projects/`project`/
|
|
1318
|
-
# locations/`location`/agentGateways/`agent_gateway``. For AI App, this would be
|
|
1319
|
-
# the full resource name, in the format: `projects/`project`/locations/`location`
|
|
1320
|
-
# /applications/`application``.
|
|
1318
|
+
# attach. Exactly one of `resources` or `scope` must be set.
|
|
1321
1319
|
# Corresponds to the JSON property `resources`
|
|
1322
1320
|
# @return [Array<String>]
|
|
1323
1321
|
attr_accessor :resources
|
|
@@ -4951,7 +4949,7 @@ module Google
|
|
|
4951
4949
|
attr_accessor :extension_settings
|
|
4952
4950
|
|
|
4953
4951
|
# Optional. Set of labels associated with the `ProducerExtension` resource. The
|
|
4954
|
-
# format must comply with [the following requirements](
|
|
4952
|
+
# format must comply with [the following requirements](https://cloud.google.com/
|
|
4955
4953
|
# compute/docs/labeling-resources#requirements).
|
|
4956
4954
|
# Corresponds to the JSON property `labels`
|
|
4957
4955
|
# @return [Hash<String,String>]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkservicesV1
|
|
18
18
|
# Version of the google-apis-networkservices_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.78.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260816"
|
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.78.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.78.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|