google-apis-networkconnectivity_v1 0.44.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: c154badf5e4a12a9b9a1d9c4ed0fdfd996113204a4e4e86816247d96b76fb6a5
4
- data.tar.gz: 2751dfbea906bb01e2fdbe014f1a5b238e1dcdfc2b9ae937dd94ec7b19119efa
3
+ metadata.gz: 3aff303236cc67f61b3eb13a670fae2cdd5685a33150bfd42c63686703a58718
4
+ data.tar.gz: 637b0b3d23f70587f4fe79ec0ec4a76ec99c4992c5773f72e501d2c58a50c450
5
5
  SHA512:
6
- metadata.gz: 52976c45af7d6d1f08cdf0c46e4066308de746160d90c023ab1a9593cc9e41f95ec3f7033d6cbd82a9fd6c6c97df3ee3c0b013274ebc8554aa93d799548c448a
7
- data.tar.gz: eb2dc834dab1c1850ee1073a408992a7dc0693aa1c9605bc8d6698f4b647e120dbb5d2a2ed1775fee03136a10f6791d8f2cb2c7ee950ba8a2da49f8231398873
6
+ metadata.gz: bdb0717973b594119258878ad3b333b81ff8e7ef45d7757239bc448515293da8d47fa90688b290bd35db8e6fffbc65a60f621a165a3558754a08e3512c2c762d
7
+ data.tar.gz: 8264e3f6ef88ba69bb317b1fdb84c336548c65c9e809c5c8000bfecb82dfdf353fd9451d1abbbce9f76301660daef29ce5025cf4042a2e1517eeaa6e37cfc5b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.46.0 (2024-08-18)
4
+
5
+ * Regenerated from discovery document revision 20240807
6
+
7
+ ### v0.45.0 (2024-08-04)
8
+
9
+ * Regenerated from discovery document revision 20240717
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.44.0 (2024-06-23)
4
13
 
5
14
  * Regenerated from discovery document revision 20240618
@@ -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
@@ -2954,8 +2962,8 @@ module Google
2954
2962
  # The service class identifier for which this ServiceConnectionPolicy is for.
2955
2963
  # The service class identifier is a unique, symbolic representation of a
2956
2964
  # ServiceClass. It is provided by the Service Producer. Google services have a
2957
- # prefix of gcp. For example, gcp-cloud-sql. 3rd party services do not. For
2958
- # example, test-service-a3dfcx.
2965
+ # prefix of gcp or google-cloud. For example, gcp-memorystore-redis or google-
2966
+ # cloud-sql. 3rd party services do not. For example, test-service-a3dfcx.
2959
2967
  # Corresponds to the JSON property `serviceClass`
2960
2968
  # @return [String]
2961
2969
  attr_accessor :service_class
@@ -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.44.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240618"
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.44.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-06-23 00:00:00.000000000 Z
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.44.0
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: []