google-apis-networkmanagement_v1 0.37.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: dfd4aa3786c9c9805ba41fbb99459561dfaeb21c10001f68e08554f17d68d6d3
4
- data.tar.gz: 0dcd0e169cf5376bd9d0dfb0851ee74f97b6448854a3d91785b356014bb0324d
3
+ metadata.gz: 807ae57b33f2429b5688094fa939faa43838c5e84f2a9e768b627f4b31c70352
4
+ data.tar.gz: c24329df115a8fe76bbb5742a33f495def9ff55b18589c58c356c134549c62ea
5
5
  SHA512:
6
- metadata.gz: ff05b2f52fb5da263f6cfb4c3ebe9b01459e2c3b7e750d64240f9c00e71f7fd696b69f8d541818ed55c5f24735775be08a50d5e9adc3cde5e41adb1d8426f3ca
7
- data.tar.gz: ecf2cd041dd20165eca786a0cd70540d6b5054a58b599062872f1cf7fec33825b3407c7e7cc547d885d6d6c07bdc7259f26635f963dd655b40e3f9792c0f91a9
6
+ metadata.gz: 53c2dbe1ee9e1d1ccd19ec8e54c421139167224fb6cc194d5f30333a09efb2ed6669b8ff3d9125c6768a4eb53f01f7de301656ee3b351fb24c99cbaf7a7db2e9
7
+ data.tar.gz: 4ce82dcf3f37dca791cd34cdce8866621f7e735913a2c6944e928451c2786c8b2bbcbca14f450f5db13619b22c6c243df9b8dd7e2468bff2a993fffeaea0461c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.39.0 (2024-02-24)
4
+
5
+ * Regenerated from discovery document revision 20240207
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.38.0 (2024-01-28)
9
+
10
+ * Regenerated from discovery document revision 20240117
11
+ * Regenerated using generator version 0.13.1
12
+
3
13
  ### v0.37.0 (2024-01-23)
4
14
 
5
15
  * Regenerated from discovery document revision 20240103
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/) may provide guidance rega
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -265,7 +265,10 @@ module Google
265
265
  attr_accessor :members
266
266
 
267
267
  # Role that is assigned to the list of `members`, or principals. For example, `
268
- # roles/viewer`, `roles/editor`, or `roles/owner`.
268
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
269
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
270
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
271
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
269
272
  # Corresponds to the JSON property `role`
270
273
  # @return [String]
271
274
  attr_accessor :role
@@ -1346,6 +1349,11 @@ module Google
1346
1349
  class LoadBalancerBackendInfo
1347
1350
  include Google::Apis::Core::Hashable
1348
1351
 
1352
+ # URI of the backend bucket this backend targets (if applicable).
1353
+ # Corresponds to the JSON property `backendBucketUri`
1354
+ # @return [String]
1355
+ attr_accessor :backend_bucket_uri
1356
+
1349
1357
  # URI of the backend service this backend belongs to (if applicable).
1350
1358
  # Corresponds to the JSON property `backendServiceUri`
1351
1359
  # @return [String]
@@ -1389,12 +1397,23 @@ module Google
1389
1397
  # @return [String]
1390
1398
  attr_accessor :network_endpoint_group_uri
1391
1399
 
1400
+ # PSC Google API target this PSC NEG backend targets (if applicable).
1401
+ # Corresponds to the JSON property `pscGoogleApiTarget`
1402
+ # @return [String]
1403
+ attr_accessor :psc_google_api_target
1404
+
1405
+ # URI of the PSC service attachment this PSC NEG backend targets (if applicable).
1406
+ # Corresponds to the JSON property `pscServiceAttachmentUri`
1407
+ # @return [String]
1408
+ attr_accessor :psc_service_attachment_uri
1409
+
1392
1410
  def initialize(**args)
1393
1411
  update!(**args)
1394
1412
  end
1395
1413
 
1396
1414
  # Update properties of this object
1397
1415
  def update!(**args)
1416
+ @backend_bucket_uri = args[:backend_bucket_uri] if args.key?(:backend_bucket_uri)
1398
1417
  @backend_service_uri = args[:backend_service_uri] if args.key?(:backend_service_uri)
1399
1418
  @health_check_firewalls_config_state = args[:health_check_firewalls_config_state] if args.key?(:health_check_firewalls_config_state)
1400
1419
  @health_check_uri = args[:health_check_uri] if args.key?(:health_check_uri)
@@ -1402,6 +1421,8 @@ module Google
1402
1421
  @instance_uri = args[:instance_uri] if args.key?(:instance_uri)
1403
1422
  @name = args[:name] if args.key?(:name)
1404
1423
  @network_endpoint_group_uri = args[:network_endpoint_group_uri] if args.key?(:network_endpoint_group_uri)
1424
+ @psc_google_api_target = args[:psc_google_api_target] if args.key?(:psc_google_api_target)
1425
+ @psc_service_attachment_uri = args[:psc_service_attachment_uri] if args.key?(:psc_service_attachment_uri)
1405
1426
  end
1406
1427
  end
1407
1428
 
@@ -2383,6 +2404,11 @@ module Google
2383
2404
  # @return [String]
2384
2405
  attr_accessor :state
2385
2406
 
2407
+ # For display only. Metadata associated with Storage Bucket.
2408
+ # Corresponds to the JSON property `storageBucket`
2409
+ # @return [Google::Apis::NetworkmanagementV1::StorageBucketInfo]
2410
+ attr_accessor :storage_bucket
2411
+
2386
2412
  # For display only. Metadata associated with a VPC connector.
2387
2413
  # Corresponds to the JSON property `vpcConnector`
2388
2414
  # @return [Google::Apis::NetworkmanagementV1::VpcConnectorInfo]
@@ -2428,12 +2454,32 @@ module Google
2428
2454
  @proxy_connection = args[:proxy_connection] if args.key?(:proxy_connection)
2429
2455
  @route = args[:route] if args.key?(:route)
2430
2456
  @state = args[:state] if args.key?(:state)
2457
+ @storage_bucket = args[:storage_bucket] if args.key?(:storage_bucket)
2431
2458
  @vpc_connector = args[:vpc_connector] if args.key?(:vpc_connector)
2432
2459
  @vpn_gateway = args[:vpn_gateway] if args.key?(:vpn_gateway)
2433
2460
  @vpn_tunnel = args[:vpn_tunnel] if args.key?(:vpn_tunnel)
2434
2461
  end
2435
2462
  end
2436
2463
 
2464
+ # For display only. Metadata associated with Storage Bucket.
2465
+ class StorageBucketInfo
2466
+ include Google::Apis::Core::Hashable
2467
+
2468
+ # Cloud Storage Bucket name.
2469
+ # Corresponds to the JSON property `bucket`
2470
+ # @return [String]
2471
+ attr_accessor :bucket
2472
+
2473
+ def initialize(**args)
2474
+ update!(**args)
2475
+ end
2476
+
2477
+ # Update properties of this object
2478
+ def update!(**args)
2479
+ @bucket = args[:bucket] if args.key?(:bucket)
2480
+ end
2481
+ end
2482
+
2437
2483
  # Request message for `TestIamPermissions` method.
2438
2484
  class TestIamPermissionsRequest
2439
2485
  include Google::Apis::Core::Hashable
@@ -2490,6 +2536,13 @@ module Google
2490
2536
  # @return [Google::Apis::NetworkmanagementV1::EndpointInfo]
2491
2537
  attr_accessor :endpoint_info
2492
2538
 
2539
+ # ID of trace. For forward traces, this ID is unique for each trace. For return
2540
+ # traces, it matches ID of associated forward trace. A single forward trace can
2541
+ # be associated with none, one or more than one return trace.
2542
+ # Corresponds to the JSON property `forwardTraceId`
2543
+ # @return [Fixnum]
2544
+ attr_accessor :forward_trace_id
2545
+
2493
2546
  # A trace of a test contains multiple steps from the initial state to the final
2494
2547
  # state (delivered, dropped, forwarded, or aborted). The steps are ordered by
2495
2548
  # the processing sequence within the simulated network state machine. It is
@@ -2506,6 +2559,7 @@ module Google
2506
2559
  # Update properties of this object
2507
2560
  def update!(**args)
2508
2561
  @endpoint_info = args[:endpoint_info] if args.key?(:endpoint_info)
2562
+ @forward_trace_id = args[:forward_trace_id] if args.key?(:forward_trace_id)
2509
2563
  @steps = args[:steps] if args.key?(:steps)
2510
2564
  end
2511
2565
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1
18
18
  # Version of the google-apis-networkmanagement_v1 gem
19
- GEM_VERSION = "0.37.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.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240103"
25
+ REVISION = "20240207"
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
 
@@ -680,6 +686,7 @@ module Google
680
686
  class LoadBalancerBackendInfo
681
687
  # @private
682
688
  class Representation < Google::Apis::Core::JsonRepresentation
689
+ property :backend_bucket_uri, as: 'backendBucketUri'
683
690
  property :backend_service_uri, as: 'backendServiceUri'
684
691
  property :health_check_firewalls_config_state, as: 'healthCheckFirewallsConfigState'
685
692
  property :health_check_uri, as: 'healthCheckUri'
@@ -687,6 +694,8 @@ module Google
687
694
  property :instance_uri, as: 'instanceUri'
688
695
  property :name, as: 'name'
689
696
  property :network_endpoint_group_uri, as: 'networkEndpointGroupUri'
697
+ property :psc_google_api_target, as: 'pscGoogleApiTarget'
698
+ property :psc_service_attachment_uri, as: 'pscServiceAttachmentUri'
690
699
  end
691
700
  end
692
701
 
@@ -919,6 +928,8 @@ module Google
919
928
  property :route, as: 'route', class: Google::Apis::NetworkmanagementV1::RouteInfo, decorator: Google::Apis::NetworkmanagementV1::RouteInfo::Representation
920
929
 
921
930
  property :state, as: 'state'
931
+ property :storage_bucket, as: 'storageBucket', class: Google::Apis::NetworkmanagementV1::StorageBucketInfo, decorator: Google::Apis::NetworkmanagementV1::StorageBucketInfo::Representation
932
+
922
933
  property :vpc_connector, as: 'vpcConnector', class: Google::Apis::NetworkmanagementV1::VpcConnectorInfo, decorator: Google::Apis::NetworkmanagementV1::VpcConnectorInfo::Representation
923
934
 
924
935
  property :vpn_gateway, as: 'vpnGateway', class: Google::Apis::NetworkmanagementV1::VpnGatewayInfo, decorator: Google::Apis::NetworkmanagementV1::VpnGatewayInfo::Representation
@@ -928,6 +939,13 @@ module Google
928
939
  end
929
940
  end
930
941
 
942
+ class StorageBucketInfo
943
+ # @private
944
+ class Representation < Google::Apis::Core::JsonRepresentation
945
+ property :bucket, as: 'bucket'
946
+ end
947
+ end
948
+
931
949
  class TestIamPermissionsRequest
932
950
  # @private
933
951
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -947,6 +965,7 @@ module Google
947
965
  class Representation < Google::Apis::Core::JsonRepresentation
948
966
  property :endpoint_info, as: 'endpointInfo', class: Google::Apis::NetworkmanagementV1::EndpointInfo, decorator: Google::Apis::NetworkmanagementV1::EndpointInfo::Representation
949
967
 
968
+ property :forward_trace_id, as: 'forwardTraceId'
950
969
  collection :steps, as: 'steps', class: Google::Apis::NetworkmanagementV1::Step, decorator: Google::Apis::NetworkmanagementV1::Step::Representation
951
970
 
952
971
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.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-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Management API V1