google-apis-networkservices_v1beta1 0.71.0 → 0.72.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: 17c743475259ac8045221b009324507b1c7e9e36c9a4bb1df1410abaeb53036b
|
|
4
|
+
data.tar.gz: 1f86515c51c3b786e4ce5d4bf61e4a8ed74b36736b2224c8cff41df8d64bc361
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13bbfcc0a286fdd4fbd3ed8a08ef58be5776651b0af0dae2f3e2429cfb66e02a8d2cc77ba7269363614ef26dd9882bb5f240dde231add63e6c29028bbb345b87
|
|
7
|
+
data.tar.gz: '09eb8dc83cb4fdda4d533e89ea32b613d396b6399d7fac32714acbe0d32c00c19bc7e747cb774efb83ca4c29d5ea464c1d7b60d8bf05a137b5e7c47ff28d7ae3'
|
data/CHANGELOG.md
CHANGED
|
@@ -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::NetworkservicesV1beta1::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 NetworkservicesV1beta1
|
|
18
18
|
# Version of the google-apis-networkservices_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.72.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 = "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
|
|
|
@@ -713,15 +707,6 @@ module Google
|
|
|
713
707
|
# @private
|
|
714
708
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
715
709
|
property :network_attachment, as: 'networkAttachment'
|
|
716
|
-
property :trust_config, as: 'trustConfig', class: Google::Apis::NetworkservicesV1beta1::AgentGatewayNetworkConfigEgressTrustConfig, decorator: Google::Apis::NetworkservicesV1beta1::AgentGatewayNetworkConfigEgressTrustConfig::Representation
|
|
717
|
-
|
|
718
|
-
end
|
|
719
|
-
end
|
|
720
|
-
|
|
721
|
-
class AgentGatewayNetworkConfigEgressTrustConfig
|
|
722
|
-
# @private
|
|
723
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
724
|
-
collection :pem_certificates, as: 'pemCertificates'
|
|
725
710
|
end
|
|
726
711
|
end
|
|
727
712
|
|
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.72.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.72.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:
|