google-apis-networkservices_v1beta1 0.75.0 → 0.76.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: 76bbe8a0f4d126c11c7c9cbeaa3eedc7045de6b2cc5bdad1c0ba2d1c298b0697
4
- data.tar.gz: 52b5f572c7f5177fd924fccb1bd3e5877349c158eac7d3bc6bce0eb6da5ee96e
3
+ metadata.gz: '00189c4e1b6fa3d34492765ef7588a458c16ace9496590e5ab88931242d10931'
4
+ data.tar.gz: f6d231d376b0bb53b848e61b50811a086378e688793664b34b38c24ca051c8b3
5
5
  SHA512:
6
- metadata.gz: 66f59ad45384e13ecb8433453013c79ef23bbd5df626bed4e9802ac0a6100680bc04d5849d381749a4014f25a5ec3a00ce041b537119c22b61f41514f35b5654
7
- data.tar.gz: d942ac7ab850abd9d5be841aab628b7ffe74de87dd91e5da0bcdf2a97a1cb12304af378e6017e1362f3d3881aaeb3bd3c6ed5f452e4b635b65ae0f1bacba4846
6
+ metadata.gz: 9d0f89cfa27dcda4f7b33e7b64741d94dd0f06fc36ce09dfd7022347f1558f96836dcf40cddbeb2aac600cba8f3aa83926eb291d5ee8b5afa2ab00cffeeed7cb
7
+ data.tar.gz: 254f8dcb4eca073f656455d14ff5f472e27e45d1bcf23b1f751d3240a3a7886edd292a36027768ff175452c411f912af01913408f1fd63f2fcbde85c85499d8f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.76.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260816
6
+
3
7
  ### v0.75.0 (2026-08-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20260807
@@ -985,9 +985,11 @@ module Google
985
985
  attr_accessor :paths
986
986
 
987
987
  # Optional. A list of non-empty strings whose value is matched against the
988
- # resource value. If not specified, any resource is allowed. If specified, a
989
- # match occurs if any of the resources matches the resource value in the request.
990
- # Limited to 5 resources.
988
+ # resource to which a request is sent (e.g., an Agent in AiApplication). If not
989
+ # specified, any resource is allowed. If specified, a match occurs if any of the
990
+ # resources matches the resource value in the request. Limited to 5 resources.
991
+ # When matching against resources in the AgentRegistry, use the URNs of the
992
+ # registry resources.
991
993
  # Corresponds to the JSON property `resources`
992
994
  # @return [Array<Google::Apis::NetworkservicesV1beta1::ExtensionBindingMatchConditionStringMatch>]
993
995
  attr_accessor :resources
@@ -1031,11 +1033,7 @@ module Google
1031
1033
  include Google::Apis::Core::Hashable
1032
1034
 
1033
1035
  # Optional. The reference to the target resource, to which this binding should
1034
- # attach. Exactly one of `resources` or `scope` must be set. For Agent Gateway,
1035
- # this would be the full resource name, in the format: `projects/`project`/
1036
- # locations/`location`/agentGateways/`agent_gateway``. For AI App, this would be
1037
- # the full resource name, in the format: `projects/`project`/locations/`location`
1038
- # /applications/`application``.
1036
+ # attach. Exactly one of `resources` or `scope` must be set.
1039
1037
  # Corresponds to the JSON property `resources`
1040
1038
  # @return [Array<String>]
1041
1039
  attr_accessor :resources
@@ -4464,7 +4462,7 @@ module Google
4464
4462
  attr_accessor :extension_settings
4465
4463
 
4466
4464
  # Optional. Set of labels associated with the `ProducerExtension` resource. The
4467
- # format must comply with [the following requirements]((https://cloud.google.com/
4465
+ # format must comply with [the following requirements](https://cloud.google.com/
4468
4466
  # compute/docs/labeling-resources#requirements).
4469
4467
  # Corresponds to the JSON property `labels`
4470
4468
  # @return [Hash<String,String>]
@@ -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.75.0"
19
+ GEM_VERSION = "0.76.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 = "20260807"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.0
4
+ version: 0.76.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.75.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.76.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: