google-apis-networkconnectivity_v1 0.45.0 → 0.46.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3aff303236cc67f61b3eb13a670fae2cdd5685a33150bfd42c63686703a58718
|
4
|
+
data.tar.gz: 637b0b3d23f70587f4fe79ec0ec4a76ec99c4992c5773f72e501d2c58a50c450
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdb0717973b594119258878ad3b333b81ff8e7ef45d7757239bc448515293da8d47fa90688b290bd35db8e6fffbc65a60f621a165a3558754a08e3512c2c762d
|
7
|
+
data.tar.gz: 8264e3f6ef88ba69bb317b1fdb84c336548c65c9e809c5c8000bfecb82dfdf353fd9451d1abbbce9f76301660daef29ce5025cf4042a2e1517eeaa6e37cfc5b7
|
data/CHANGELOG.md
CHANGED
@@ -1196,6 +1196,13 @@ module Google
|
|
1196
1196
|
# @return [Array<String>]
|
1197
1197
|
attr_accessor :include_export_ranges
|
1198
1198
|
|
1199
|
+
# Output only. The list of Producer VPC spokes that this VPC spoke is a service
|
1200
|
+
# consumer VPC spoke for. These producer VPCs are connected through VPC peering
|
1201
|
+
# to this spoke's backing VPC network.
|
1202
|
+
# Corresponds to the JSON property `producerVpcSpokes`
|
1203
|
+
# @return [Array<String>]
|
1204
|
+
attr_accessor :producer_vpc_spokes
|
1205
|
+
|
1199
1206
|
# Required. The URI of the VPC network resource.
|
1200
1207
|
# Corresponds to the JSON property `uri`
|
1201
1208
|
# @return [String]
|
@@ -1209,6 +1216,7 @@ module Google
|
|
1209
1216
|
def update!(**args)
|
1210
1217
|
@exclude_export_ranges = args[:exclude_export_ranges] if args.key?(:exclude_export_ranges)
|
1211
1218
|
@include_export_ranges = args[:include_export_ranges] if args.key?(:include_export_ranges)
|
1219
|
+
@producer_vpc_spokes = args[:producer_vpc_spokes] if args.key?(:producer_vpc_spokes)
|
1212
1220
|
@uri = args[:uri] if args.key?(:uri)
|
1213
1221
|
end
|
1214
1222
|
end
|
@@ -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.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240807"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -698,6 +698,7 @@ module Google
|
|
698
698
|
class Representation < Google::Apis::Core::JsonRepresentation
|
699
699
|
collection :exclude_export_ranges, as: 'excludeExportRanges'
|
700
700
|
collection :include_export_ranges, as: 'includeExportRanges'
|
701
|
+
collection :producer_vpc_spokes, as: 'producerVpcSpokes'
|
701
702
|
property :uri, as: 'uri'
|
702
703
|
end
|
703
704
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.46.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.46.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|