google-apis-networkconnectivity_v1 0.69.0 → 0.70.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: 1c47e1b50914829030d10e397ce2dee56154a97f52947210ae20494909e12567
|
|
4
|
+
data.tar.gz: f76eea130c70060b7aed0f1ad26d23be22b70d111d53b7fc4d4702c0d2f2949c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97ca9ed768905ef0b06862689a872fcfeadde6baa8a3e45cd19f5ff5f8127e6d75bd80b973dea347cd65b9a2eae8ba0fbed8e53a3265aee7a94807f35ab4ae75
|
|
7
|
+
data.tar.gz: 1b7db5418885ce5321ba10b8f2e22ab944923019e9beeb3f8e03905c2b3cf6df104e9e8a74bd2ab1991af57d8552050be3bfdd499eb527e97ce42f47a05961d7
|
data/CHANGELOG.md
CHANGED
|
@@ -533,9 +533,9 @@ module Google
|
|
|
533
533
|
# @return [String]
|
|
534
534
|
attr_accessor :project
|
|
535
535
|
|
|
536
|
-
#
|
|
537
|
-
# attachment.
|
|
538
|
-
#
|
|
536
|
+
# Optional. A map to store mapping between customer vip and target service
|
|
537
|
+
# attachment. This field can be used to specify a static IP address for a PSC
|
|
538
|
+
# connection.
|
|
539
539
|
# Corresponds to the JSON property `serviceAttachmentIpAddressMap`
|
|
540
540
|
# @return [Hash<String,String>]
|
|
541
541
|
attr_accessor :service_attachment_ip_address_map
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkconnectivityV1
|
|
18
18
|
# Version of the google-apis-networkconnectivity_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.70.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 = "20251209"
|
|
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-networkconnectivity_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.70.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-networkconnectivity_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.70.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|