google-apis-networkmanagement_v1beta1 0.38.0 → 0.39.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: 04e4d3c8281b9763b68640b7faee2ebb419870d089c4f0e4f2e54327d6918eb0
4
- data.tar.gz: 0c49f73007008cd0947e544a9815f547c3c65baf6a11a5afc40b0b45904668f3
3
+ metadata.gz: 3db7a6dca7808125a8b4c952f4b24ffd347d3cdfa5e522793fe024b0ce7bc30c
4
+ data.tar.gz: cb232dce9ec0c37609ed027e7c20e4c313730acf8e006fd262dcf9f81fb48a7c
5
5
  SHA512:
6
- metadata.gz: 805ec7d290216709585cf52846a26e25001bdcf92fa6cf901698d0b346eb93f6df37a9d41bc668a179e5c65849de41face9b12f59711af6053efdd74767010fb
7
- data.tar.gz: 3eb89b4dbd4b0bbc003f7d47dec2822d4003cb87b6b204135a703b7e072fec48cd9684cbba65444c1cfec82c7ace7ca5e708dccbba14aaa23c3f5626a998b18c
6
+ metadata.gz: c75f0e4778ee4ab90ea1683a61e21f3fe4c67d46ddd01d7935814340c818bb2618b32e32b9045038478805a117fbc2044a3b10b92080ee96e97628e785a6ef6c
7
+ data.tar.gz: 6b90546f301952b80e39957bcfe88ebe73c89b9eb1a10f9347600866e98d9b5577f6b9c4df3f7f81f56e2d6ee1227d84dee87fd8d5067a5db455032d10b52a58
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.39.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240117
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.38.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240103
@@ -2389,6 +2389,11 @@ module Google
2389
2389
  # @return [String]
2390
2390
  attr_accessor :state
2391
2391
 
2392
+ # For display only. Metadata associated with Storage Bucket.
2393
+ # Corresponds to the JSON property `storageBucket`
2394
+ # @return [Google::Apis::NetworkmanagementV1beta1::StorageBucketInfo]
2395
+ attr_accessor :storage_bucket
2396
+
2392
2397
  # For display only. Metadata associated with a VPC connector.
2393
2398
  # Corresponds to the JSON property `vpcConnector`
2394
2399
  # @return [Google::Apis::NetworkmanagementV1beta1::VpcConnectorInfo]
@@ -2434,12 +2439,32 @@ module Google
2434
2439
  @proxy_connection = args[:proxy_connection] if args.key?(:proxy_connection)
2435
2440
  @route = args[:route] if args.key?(:route)
2436
2441
  @state = args[:state] if args.key?(:state)
2442
+ @storage_bucket = args[:storage_bucket] if args.key?(:storage_bucket)
2437
2443
  @vpc_connector = args[:vpc_connector] if args.key?(:vpc_connector)
2438
2444
  @vpn_gateway = args[:vpn_gateway] if args.key?(:vpn_gateway)
2439
2445
  @vpn_tunnel = args[:vpn_tunnel] if args.key?(:vpn_tunnel)
2440
2446
  end
2441
2447
  end
2442
2448
 
2449
+ # For display only. Metadata associated with Storage Bucket.
2450
+ class StorageBucketInfo
2451
+ include Google::Apis::Core::Hashable
2452
+
2453
+ # Cloud Storage Bucket name.
2454
+ # Corresponds to the JSON property `bucket`
2455
+ # @return [String]
2456
+ attr_accessor :bucket
2457
+
2458
+ def initialize(**args)
2459
+ update!(**args)
2460
+ end
2461
+
2462
+ # Update properties of this object
2463
+ def update!(**args)
2464
+ @bucket = args[:bucket] if args.key?(:bucket)
2465
+ end
2466
+ end
2467
+
2443
2468
  # Request message for `TestIamPermissions` method.
2444
2469
  class TestIamPermissionsRequest
2445
2470
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1beta1
18
18
  # Version of the google-apis-networkmanagement_v1beta1 gem
19
- GEM_VERSION = "0.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240103"
25
+ REVISION = "20240117"
26
26
  end
27
27
  end
28
28
  end
@@ -310,6 +310,12 @@ module Google
310
310
  include Google::Apis::Core::JsonObjectSupport
311
311
  end
312
312
 
313
+ class StorageBucketInfo
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
313
319
  class TestIamPermissionsRequest
314
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
321
 
@@ -920,6 +926,8 @@ module Google
920
926
  property :route, as: 'route', class: Google::Apis::NetworkmanagementV1beta1::RouteInfo, decorator: Google::Apis::NetworkmanagementV1beta1::RouteInfo::Representation
921
927
 
922
928
  property :state, as: 'state'
929
+ property :storage_bucket, as: 'storageBucket', class: Google::Apis::NetworkmanagementV1beta1::StorageBucketInfo, decorator: Google::Apis::NetworkmanagementV1beta1::StorageBucketInfo::Representation
930
+
923
931
  property :vpc_connector, as: 'vpcConnector', class: Google::Apis::NetworkmanagementV1beta1::VpcConnectorInfo, decorator: Google::Apis::NetworkmanagementV1beta1::VpcConnectorInfo::Representation
924
932
 
925
933
  property :vpn_gateway, as: 'vpnGateway', class: Google::Apis::NetworkmanagementV1beta1::VpnGatewayInfo, decorator: Google::Apis::NetworkmanagementV1beta1::VpnGatewayInfo::Representation
@@ -929,6 +937,13 @@ module Google
929
937
  end
930
938
  end
931
939
 
940
+ class StorageBucketInfo
941
+ # @private
942
+ class Representation < Google::Apis::Core::JsonRepresentation
943
+ property :bucket, as: 'bucket'
944
+ end
945
+ end
946
+
932
947
  class TestIamPermissionsRequest
933
948
  # @private
934
949
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.39.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-01-23 00:00:00.000000000 Z
11
+ date: 2024-01-28 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-networkmanagement_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []