google-apis-networkconnectivity_v1 0.64.0 → 0.65.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: f7b407d5d3bf4bcc4b5e10f966b1bf958095a28c5230183f223ac5c5f67fc14b
4
- data.tar.gz: fdc704889fdf325be7ddf2a07c2da644d87fb8f9c34353205dbe7866703bfd4f
3
+ metadata.gz: 66a0bb070559838c08506d77c27e6bbbf3b60add9e3f9934081227ec630fe8db
4
+ data.tar.gz: 17d715b45ea52e35bbbda3fc75d17f26d6a6524a40fec3ca0a3367a831a6a99d
5
5
  SHA512:
6
- metadata.gz: 464dda6f91a644a3b93d685340c96aae357c666d785b15f02f084ac1d8156fedeb68ddd6ddeca24cf4253af9e343a79ee29836ac7402216b19073de7283c9445
7
- data.tar.gz: b6b4d62505d26201e768039d86170058fa27812b299ab527383083682fdf22f8056e017a75071b82c8c7355da8a4723e6aa0b91578db1fb6b1e0555e75943ae2
6
+ metadata.gz: b19c75f2cdbc48295f0f19783a0dbebedb99746ae58ba47e07511fc7391e32eae24efba5a6e56f7f7934ce44fb1ac00f678f9125eea874590ad49b5846299b22
7
+ data.tar.gz: bc7eb1aeb4b2ad32abbfceb34fd9734eb58a36b9f1e98d9b1ce42852eb4b7da932009d29bd49a7c4e7f0231a66d9c3dadfba1519c99ced4be5258765507491c3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.65.0 (2025-09-21)
4
+
5
+ * Regenerated from discovery document revision 20250910
6
+
3
7
  ### v0.64.0 (2025-09-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20250829
@@ -1998,7 +1998,7 @@ module Google
1998
1998
  # @return [String]
1999
1999
  attr_accessor :next_page_token
2000
2000
 
2001
- # The list of RemoteTransportProfiles
2001
+ # The list of RemoteTransportProfiles.
2002
2002
  # Corresponds to the JSON property `remoteTransportProfiles`
2003
2003
  # @return [Array<Google::Apis::NetworkconnectivityV1::RemoteTransportProfile>]
2004
2004
  attr_accessor :remote_transport_profiles
@@ -2247,7 +2247,7 @@ module Google
2247
2247
  end
2248
2248
  end
2249
2249
 
2250
- # Message for response to listing Transports
2250
+ # Message for response to listing Transports.
2251
2251
  class ListTransportsResponse
2252
2252
  include Google::Apis::Core::Hashable
2253
2253
 
@@ -2256,7 +2256,7 @@ module Google
2256
2256
  # @return [String]
2257
2257
  attr_accessor :next_page_token
2258
2258
 
2259
- # The list of Transport
2259
+ # The list of Transport.
2260
2260
  # Corresponds to the JSON property `transports`
2261
2261
  # @return [Array<Google::Apis::NetworkconnectivityV1::Transport>]
2262
2262
  attr_accessor :transports
@@ -3394,26 +3394,72 @@ module Google
3394
3394
  end
3395
3395
  end
3396
3396
 
3397
- # Message describing RemoteTransportProfile object
3397
+ # Message describing RemoteTransportProfile object.
3398
3398
  class RemoteTransportProfile
3399
3399
  include Google::Apis::Core::Hashable
3400
3400
 
3401
- # Output only. [Output only] Create time stamp
3401
+ # Output only. [Output only] Create time stamp.
3402
3402
  # Corresponds to the JSON property `createTime`
3403
3403
  # @return [String]
3404
3404
  attr_accessor :create_time
3405
3405
 
3406
- # Optional. Labels as key value pairs
3406
+ # Output only. Description of the profile.
3407
+ # Corresponds to the JSON property `description`
3408
+ # @return [String]
3409
+ attr_accessor :description
3410
+
3411
+ # Output only. [Output only] Type of provisioning flows supported by this
3412
+ # profile.
3413
+ # Corresponds to the JSON property `flow`
3414
+ # @return [String]
3415
+ attr_accessor :flow
3416
+
3417
+ # Output only. Labels as key value pairs.
3407
3418
  # Corresponds to the JSON property `labels`
3408
3419
  # @return [Hash<String,String>]
3409
3420
  attr_accessor :labels
3410
3421
 
3411
- # Identifier. name of resource
3422
+ # Identifier. Name of the resource in the format of $provider-$site.
3412
3423
  # Corresponds to the JSON property `name`
3413
3424
  # @return [String]
3414
3425
  attr_accessor :name
3415
3426
 
3416
- # Output only. [Output only] Update time stamp
3427
+ # Output only. [Output only] Order state for this profile.
3428
+ # Corresponds to the JSON property `orderState`
3429
+ # @return [String]
3430
+ attr_accessor :order_state
3431
+
3432
+ # Output only. Name of the provider on the other end of this profile. E.g. “
3433
+ # Amazon Web Services” or “Microsoft Azure”.
3434
+ # Corresponds to the JSON property `provider`
3435
+ # @return [String]
3436
+ attr_accessor :provider
3437
+
3438
+ # Output only. If the profile is a Cloud Service Provider with compute resources,
3439
+ # this is populated with the region where connectivity is being established. If
3440
+ # the profile provides facility-level selection, this is an identity of the
3441
+ # facility any connections on this profile are going through.
3442
+ # Corresponds to the JSON property `providerSite`
3443
+ # @return [String]
3444
+ attr_accessor :provider_site
3445
+
3446
+ # Output only. GCP Region where this profile is available.
3447
+ # Corresponds to the JSON property `region`
3448
+ # @return [String]
3449
+ attr_accessor :region
3450
+
3451
+ # Output only. [Output only] Availability class that will be configured for this
3452
+ # particular RemoteTransportProfile.
3453
+ # Corresponds to the JSON property `sla`
3454
+ # @return [String]
3455
+ attr_accessor :sla
3456
+
3457
+ # Output only. List of bandwidth enum values that are supported by this profile.
3458
+ # Corresponds to the JSON property `supportedBandwidths`
3459
+ # @return [Array<String>]
3460
+ attr_accessor :supported_bandwidths
3461
+
3462
+ # Output only. [Output only] Update time stamp.
3417
3463
  # Corresponds to the JSON property `updateTime`
3418
3464
  # @return [String]
3419
3465
  attr_accessor :update_time
@@ -3425,8 +3471,16 @@ module Google
3425
3471
  # Update properties of this object
3426
3472
  def update!(**args)
3427
3473
  @create_time = args[:create_time] if args.key?(:create_time)
3474
+ @description = args[:description] if args.key?(:description)
3475
+ @flow = args[:flow] if args.key?(:flow)
3428
3476
  @labels = args[:labels] if args.key?(:labels)
3429
3477
  @name = args[:name] if args.key?(:name)
3478
+ @order_state = args[:order_state] if args.key?(:order_state)
3479
+ @provider = args[:provider] if args.key?(:provider)
3480
+ @provider_site = args[:provider_site] if args.key?(:provider_site)
3481
+ @region = args[:region] if args.key?(:region)
3482
+ @sla = args[:sla] if args.key?(:sla)
3483
+ @supported_bandwidths = args[:supported_bandwidths] if args.key?(:supported_bandwidths)
3430
3484
  @update_time = args[:update_time] if args.key?(:update_time)
3431
3485
  end
3432
3486
  end
@@ -4460,26 +4514,104 @@ module Google
4460
4514
  end
4461
4515
  end
4462
4516
 
4463
- # Message describing Transport object
4517
+ # Message describing Transport object.
4464
4518
  class Transport
4465
4519
  include Google::Apis::Core::Hashable
4466
4520
 
4467
- # Output only. [Output only] Create time stamp
4521
+ # Optional. Administrative state of the underlying connectivity. If set to true (
4522
+ # default), connectivity should be available between your environments. If set
4523
+ # to false, the connectivity over these links is disabled. Disabling your
4524
+ # Transport does not affect billing, and retains the underlying network
4525
+ # bandwidth associated with the connectivity.
4526
+ # Corresponds to the JSON property `adminEnabled`
4527
+ # @return [Boolean]
4528
+ attr_accessor :admin_enabled
4529
+ alias_method :admin_enabled?, :admin_enabled
4530
+
4531
+ # Optional. [Preview only] List of IP Prefixes that will be advertised to the
4532
+ # remote provider. Both IPv4 and IPv6 addresses are supported.
4533
+ # Corresponds to the JSON property `advertisedRoutes`
4534
+ # @return [String]
4535
+ attr_accessor :advertised_routes
4536
+
4537
+ # Required. Bandwidth of the Transport. This must be one of the supported
4538
+ # bandwidths for the remote profile.
4539
+ # Corresponds to the JSON property `bandwidth`
4540
+ # @return [String]
4541
+ attr_accessor :bandwidth
4542
+
4543
+ # Output only. [Output only] Create time stamp.
4468
4544
  # Corresponds to the JSON property `createTime`
4469
4545
  # @return [String]
4470
4546
  attr_accessor :create_time
4471
4547
 
4472
- # Optional. Labels as key value pairs
4548
+ # Optional. Description of the Transport.
4549
+ # Corresponds to the JSON property `description`
4550
+ # @return [String]
4551
+ attr_accessor :description
4552
+
4553
+ # Output only. [Output only] Google-generated activation key. This is only
4554
+ # output if the selected profile supports an OUTPUT key flow. Inputting this to
4555
+ # the provider is only valid while the resource is in a PENDING_KEY state. Once
4556
+ # the provider has accepted the key, the resource will move to the CONFIGURING
4557
+ # state.
4558
+ # Corresponds to the JSON property `generatedActivationKey`
4559
+ # @return [String]
4560
+ attr_accessor :generated_activation_key
4561
+
4562
+ # Optional. Labels as key value pairs.
4473
4563
  # Corresponds to the JSON property `labels`
4474
4564
  # @return [Hash<String,String>]
4475
4565
  attr_accessor :labels
4476
4566
 
4477
- # Identifier. name of resource
4567
+ # Output only. [Output only] The maximum transmission unit (MTU) of a packet
4568
+ # that can be sent over this transport.
4569
+ # Corresponds to the JSON property `mtuLimit`
4570
+ # @return [Fixnum]
4571
+ attr_accessor :mtu_limit
4572
+
4573
+ # Identifier. Name of the resource, see google.aip.dev/122 for resource naming.
4478
4574
  # Corresponds to the JSON property `name`
4479
4575
  # @return [String]
4480
4576
  attr_accessor :name
4481
4577
 
4482
- # Output only. [Output only] Update time stamp
4578
+ # Required. [Preview only] Resource URL of the Network that will be peered with
4579
+ # this Transport. This field must be provided during resource creation and
4580
+ # cannot be changed.
4581
+ # Corresponds to the JSON property `network`
4582
+ # @return [String]
4583
+ attr_accessor :network
4584
+
4585
+ # Optional. Key used for establishing a connection with the remote transport.
4586
+ # This key can only be provided if the profile supports an INPUT key flow and
4587
+ # the resource is in the PENDING_KEY state.
4588
+ # Corresponds to the JSON property `providedActivationKey`
4589
+ # @return [String]
4590
+ attr_accessor :provided_activation_key
4591
+
4592
+ # Required. GCP Region where this Transport is located.
4593
+ # Corresponds to the JSON property `region`
4594
+ # @return [String]
4595
+ attr_accessor :region
4596
+
4597
+ # Required. Resource URL of the remoteTransportProfile that this Transport is
4598
+ # connecting to. Format: projects/`project`/locations/`location`/
4599
+ # remoteTransportProfiles/`remote_transport_profile`
4600
+ # Corresponds to the JSON property `remoteProfile`
4601
+ # @return [String]
4602
+ attr_accessor :remote_profile
4603
+
4604
+ # Optional. IP version stack for the established connectivity.
4605
+ # Corresponds to the JSON property `stackType`
4606
+ # @return [String]
4607
+ attr_accessor :stack_type
4608
+
4609
+ # Output only. [Output only] State of the underlying connectivity.
4610
+ # Corresponds to the JSON property `state`
4611
+ # @return [String]
4612
+ attr_accessor :state
4613
+
4614
+ # Output only. [Output only] Update time stamp.
4483
4615
  # Corresponds to the JSON property `updateTime`
4484
4616
  # @return [String]
4485
4617
  attr_accessor :update_time
@@ -4490,9 +4622,21 @@ module Google
4490
4622
 
4491
4623
  # Update properties of this object
4492
4624
  def update!(**args)
4625
+ @admin_enabled = args[:admin_enabled] if args.key?(:admin_enabled)
4626
+ @advertised_routes = args[:advertised_routes] if args.key?(:advertised_routes)
4627
+ @bandwidth = args[:bandwidth] if args.key?(:bandwidth)
4493
4628
  @create_time = args[:create_time] if args.key?(:create_time)
4629
+ @description = args[:description] if args.key?(:description)
4630
+ @generated_activation_key = args[:generated_activation_key] if args.key?(:generated_activation_key)
4494
4631
  @labels = args[:labels] if args.key?(:labels)
4632
+ @mtu_limit = args[:mtu_limit] if args.key?(:mtu_limit)
4495
4633
  @name = args[:name] if args.key?(:name)
4634
+ @network = args[:network] if args.key?(:network)
4635
+ @provided_activation_key = args[:provided_activation_key] if args.key?(:provided_activation_key)
4636
+ @region = args[:region] if args.key?(:region)
4637
+ @remote_profile = args[:remote_profile] if args.key?(:remote_profile)
4638
+ @stack_type = args[:stack_type] if args.key?(:stack_type)
4639
+ @state = args[:state] if args.key?(:state)
4496
4640
  @update_time = args[:update_time] if args.key?(:update_time)
4497
4641
  end
4498
4642
  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.64.0"
19
+ GEM_VERSION = "0.65.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 = "20250829"
25
+ REVISION = "20250910"
26
26
  end
27
27
  end
28
28
  end
@@ -1390,8 +1390,16 @@ module Google
1390
1390
  # @private
1391
1391
  class Representation < Google::Apis::Core::JsonRepresentation
1392
1392
  property :create_time, as: 'createTime'
1393
+ property :description, as: 'description'
1394
+ property :flow, as: 'flow'
1393
1395
  hash :labels, as: 'labels'
1394
1396
  property :name, as: 'name'
1397
+ property :order_state, as: 'orderState'
1398
+ property :provider, as: 'provider'
1399
+ property :provider_site, as: 'providerSite'
1400
+ property :region, as: 'region'
1401
+ property :sla, as: 'sla'
1402
+ collection :supported_bandwidths, as: 'supportedBandwidths'
1395
1403
  property :update_time, as: 'updateTime'
1396
1404
  end
1397
1405
  end
@@ -1649,9 +1657,21 @@ module Google
1649
1657
  class Transport
1650
1658
  # @private
1651
1659
  class Representation < Google::Apis::Core::JsonRepresentation
1660
+ property :admin_enabled, as: 'adminEnabled'
1661
+ property :advertised_routes, as: 'advertisedRoutes'
1662
+ property :bandwidth, as: 'bandwidth'
1652
1663
  property :create_time, as: 'createTime'
1664
+ property :description, as: 'description'
1665
+ property :generated_activation_key, as: 'generatedActivationKey'
1653
1666
  hash :labels, as: 'labels'
1667
+ property :mtu_limit, as: 'mtuLimit'
1654
1668
  property :name, as: 'name'
1669
+ property :network, as: 'network'
1670
+ property :provided_activation_key, as: 'providedActivationKey'
1671
+ property :region, as: 'region'
1672
+ property :remote_profile, as: 'remoteProfile'
1673
+ property :stack_type, as: 'stackType'
1674
+ property :state, as: 'state'
1655
1675
  property :update_time, as: 'updateTime'
1656
1676
  end
1657
1677
  end
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. Do not use this field. It is unsupported and is ignored unless
89
- # explicitly documented otherwise. This is primarily for internal usage.
88
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
89
+ # field which is primarily intended for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -2570,7 +2570,7 @@ module Google
2570
2570
 
2571
2571
  # Gets details of a single RemoteTransportProfile.
2572
2572
  # @param [String] name
2573
- # Required. Name of the resource
2573
+ # Required. Name of the resource.
2574
2574
  # @param [String] fields
2575
2575
  # Selector specifying which fields to include in a partial response.
2576
2576
  # @param [String] quota_user
@@ -2600,11 +2600,11 @@ module Google
2600
2600
 
2601
2601
  # Lists RemoteTransportProfiles in a given project and location.
2602
2602
  # @param [String] parent
2603
- # Required. Parent value for ListRemoteTransportProfilesRequest
2603
+ # Required. Parent value for ListRemoteTransportProfilesRequest.
2604
2604
  # @param [String] filter
2605
- # Optional. Filtering results
2605
+ # Optional. Filtering results.
2606
2606
  # @param [String] order_by
2607
- # Optional. Hint for how to order the results
2607
+ # Optional. Hint for how to order the results.
2608
2608
  # @param [Fixnum] page_size
2609
2609
  # Optional. Requested page size. Server may return fewer items than requested.
2610
2610
  # If unspecified, server will pick an appropriate default.
@@ -4200,7 +4200,7 @@ module Google
4200
4200
 
4201
4201
  # Deletes a single Transport.
4202
4202
  # @param [String] name
4203
- # Required. Name of the resource
4203
+ # Required. Name of the resource.
4204
4204
  # @param [String] request_id
4205
4205
  # Optional. An optional request ID to identify requests. Specify a unique
4206
4206
  # request ID so that if you must retry your request, the server will know to
@@ -4242,7 +4242,7 @@ module Google
4242
4242
 
4243
4243
  # Gets details of a single Transport.
4244
4244
  # @param [String] name
4245
- # Required. Name of the resource
4245
+ # Required. Name of the resource.
4246
4246
  # @param [String] fields
4247
4247
  # Selector specifying which fields to include in a partial response.
4248
4248
  # @param [String] quota_user
@@ -4272,11 +4272,11 @@ module Google
4272
4272
 
4273
4273
  # Lists Transports in a given project and location.
4274
4274
  # @param [String] parent
4275
- # Required. Parent value for ListTransportsRequest
4275
+ # Required. Parent value for ListTransportsRequest.
4276
4276
  # @param [String] filter
4277
- # Optional. Filtering results
4277
+ # Optional. Filtering results.
4278
4278
  # @param [String] order_by
4279
- # Optional. Hint for how to order the results
4279
+ # Optional. Hint for how to order the results.
4280
4280
  # @param [Fixnum] page_size
4281
4281
  # Optional. Requested page size. Server may return fewer items than requested.
4282
4282
  # If unspecified, server will pick an appropriate default.
@@ -4315,7 +4315,7 @@ module Google
4315
4315
 
4316
4316
  # Updates the parameters of a single Transport.
4317
4317
  # @param [String] name
4318
- # Identifier. name of resource
4318
+ # Identifier. Name of the resource, see google.aip.dev/122 for resource naming.
4319
4319
  # @param [Google::Apis::NetworkconnectivityV1::Transport] transport_object
4320
4320
  # @param [String] request_id
4321
4321
  # Optional. An optional request ID to identify requests. Specify a unique
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.64.0
4
+ version: 0.65.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.64.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.65.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: