google-apis-networkservices_v1 0.73.0 → 0.74.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: 2fc8fa0f7044f1c6d1890a31b704975c5d2cd269dbd57c27e358fbec520b08b9
4
- data.tar.gz: 4e64e2fa7c063700ccfd27d04e87a41bcdbfda5aaef16ae5714a93fd503bf0a7
3
+ metadata.gz: e2166ec781400eeeadb9652f82742c92fa2702738d46bc26ce5a3f531c0194fb
4
+ data.tar.gz: c62e67b74f49ecfc69acf7159cf08a81fec8307cc697fee925cc572fd61920ba
5
5
  SHA512:
6
- metadata.gz: ac857af35754e906f69c03bbc0c5f7db75186df715fe788b78f2d7ae511d88e55a61a318bb031fcd88a35bda62d1072b2e65ba0931eca3bf35bbaa40326c42a3
7
- data.tar.gz: 4b6c976d591c8394f036d8db093923e10650a6177641ac2804292688d663e971c0181e446e285318e9e22787b94601d62385415f925f4c098348fd8039d5a6e4
6
+ metadata.gz: 886c76be1b4a9094956bd7cd0779694d2a19adbcefd3df41f263511d6b0d41b2b73ed4f4c08a29190a1c5a914e317b4eb08b40bf2aefc6be3a017f3fefba295b
7
+ data.tar.gz: 5dea1bdcc65595dbd4e72e9e6f86660740b6d294c2227bfdf9e51037767ab9e83d0749fddd8a15bfe35307bdfec018475a8cd766840de1ead2389a9d8a9bdae7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.74.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260626
6
+
3
7
  ### v0.73.0 (2026-06-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20260610
@@ -78,7 +78,7 @@ module Google
78
78
  # Optional. A list of Agent registries containing the agents, MCP servers and
79
79
  # tools governed by the Agent Gateway. Note: Currently limited to project-scoped
80
80
  # registries Must be of format `//agentregistry.googleapis.com/projects/`project`
81
- # /locations/`location`/
81
+ # /locations/`location`/`
82
82
  # Corresponds to the JSON property `registries`
83
83
  # @return [Array<String>]
84
84
  attr_accessor :registries
@@ -235,11 +235,6 @@ module Google
235
235
  # @return [String]
236
236
  attr_accessor :network_attachment
237
237
 
238
- # TrustConfig defines the trust configuration for egress.
239
- # Corresponds to the JSON property `trustConfig`
240
- # @return [Google::Apis::NetworkservicesV1::AgentGatewayNetworkConfigEgressTrustConfig]
241
- attr_accessor :trust_config
242
-
243
238
  def initialize(**args)
244
239
  update!(**args)
245
240
  end
@@ -247,27 +242,6 @@ module Google
247
242
  # Update properties of this object
248
243
  def update!(**args)
249
244
  @network_attachment = args[:network_attachment] if args.key?(:network_attachment)
250
- @trust_config = args[:trust_config] if args.key?(:trust_config)
251
- end
252
- end
253
-
254
- # TrustConfig defines the trust configuration for egress.
255
- class AgentGatewayNetworkConfigEgressTrustConfig
256
- include Google::Apis::Core::Hashable
257
-
258
- # Required. PEM encoded root certificates used to validate the identity of the
259
- # upstream servers/destinations during egress connections.
260
- # Corresponds to the JSON property `pemCertificates`
261
- # @return [Array<String>]
262
- attr_accessor :pem_certificates
263
-
264
- def initialize(**args)
265
- update!(**args)
266
- end
267
-
268
- # Update properties of this object
269
- def update!(**args)
270
- @pem_certificates = args[:pem_certificates] if args.key?(:pem_certificates)
271
245
  end
272
246
  end
273
247
 
@@ -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.73.0"
19
+ GEM_VERSION = "0.74.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 = "20260610"
25
+ REVISION = "20260626"
26
26
  end
27
27
  end
28
28
  end
@@ -58,12 +58,6 @@ module Google
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
- class AgentGatewayNetworkConfigEgressTrustConfig
62
- class Representation < Google::Apis::Core::JsonRepresentation; end
63
-
64
- include Google::Apis::Core::JsonObjectSupport
65
- end
66
-
67
61
  class AgentGatewaySelfManaged
68
62
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
63
 
@@ -785,15 +779,6 @@ module Google
785
779
  # @private
786
780
  class Representation < Google::Apis::Core::JsonRepresentation
787
781
  property :network_attachment, as: 'networkAttachment'
788
- property :trust_config, as: 'trustConfig', class: Google::Apis::NetworkservicesV1::AgentGatewayNetworkConfigEgressTrustConfig, decorator: Google::Apis::NetworkservicesV1::AgentGatewayNetworkConfigEgressTrustConfig::Representation
789
-
790
- end
791
- end
792
-
793
- class AgentGatewayNetworkConfigEgressTrustConfig
794
- # @private
795
- class Representation < Google::Apis::Core::JsonRepresentation
796
- collection :pem_certificates, as: 'pemCertificates'
797
782
  end
798
783
  end
799
784
 
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.73.0
4
+ version: 0.74.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.73.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.74.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: