google-apis-networkconnectivity_v1 0.27.0 → 0.28.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: 2afe5b3f529da50eb4db42fd10c2237c72a367963048ccae08a2f9f5f51243eb
4
- data.tar.gz: '014509b3f4fccb4497d73fe380bd4f3e8ba89f2424c929bc7a6ff26ebcbd23ea'
3
+ metadata.gz: 5a8b36812a832787f51bbbb0c1f72cb3c7911a1077c0d5626232f3dc788ae299
4
+ data.tar.gz: 18ccaa86adc72580ed18eaa32b93a7e076571d581811d8069b68744c7efa983d
5
5
  SHA512:
6
- metadata.gz: 7dc3331cae3a4e0cd88115a1b6ba0db5e7e20be2adaadab3cfbbb8d3e09bf7798683d6535734abe5ff3c88e1a3311896171362d4fb99ec29a4db6f9bb85f7d53
7
- data.tar.gz: 27668714265ddf044f51b5d6c1b5d423a32ed8a57b8747d85381de2eef4139cf5fe3d3ccabf3426e9f4ee1ccc5ac2f4b274c049cbeb06d5482f9cf5a9e0bb636
6
+ metadata.gz: 6cd2c30fdb293b9b1213dfab5c7f0faa0193832f0fd53a11b34968d5c060f317f83d84b7d12bef8933efc7c4363da7c904f28f8549cc179fa8519a2fd954f753
7
+ data.tar.gz: 27d3315ab7d399f0e91ae6d72e460592224f01c40055565bf335e7c7885b7495f2d33299e154f89504bd61bf258b280eba68b9b39ff7631f6374f44a2d21a9ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.28.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230712
6
+
3
7
  ### v0.27.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230621
@@ -26,17 +26,17 @@ module Google
26
26
  class AcceptSpokeRequest
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
- # Optional. A unique request ID (optional). If you specify this ID, you can use
30
- # it in cases when you need to retry your request. When you need to retry, this
31
- # ID lets the server know that it can ignore the request if it has already been
32
- # completed. The server guarantees that for at least 60 minutes after the first
33
- # request. For example, consider a situation where you make an initial request
34
- # and the request times out. If you make the request again with the same request
35
- # ID, the server can check to see whether the original operation was received.
36
- # If it was, the server ignores the second request. This behavior prevents
37
- # clients from mistakenly creating duplicate commitments. The request ID must be
38
- # a valid UUID, with the exception that zero UUID is not supported (00000000-
39
- # 0000-0000-0000-000000000000).
29
+ # Optional. A request ID to identify requests. Specify a unique request ID so
30
+ # that if you must retry your request, the server will know to ignore the
31
+ # request if it has already been completed. The server guarantees that a request
32
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
33
+ # For example, consider a situation where you make an initial request and the
34
+ # request times out. If you make the request again with the same request ID, the
35
+ # server can check to see whether the original operation was received. If it was,
36
+ # the server ignores the second request. This behavior prevents clients from
37
+ # mistakenly creating duplicate commitments. The request ID must be a valid UUID,
38
+ # with the exception that zero UUID is not supported (00000000-0000-0000-0000-
39
+ # 000000000000).
40
40
  # Corresponds to the JSON property `requestId`
41
41
  # @return [String]
42
42
  attr_accessor :request_id
@@ -820,12 +820,12 @@ module Google
820
820
  class LinkedVpcNetwork
821
821
  include Google::Apis::Core::Hashable
822
822
 
823
- # Optional. IP Ranges encompassing the subnets to be excluded from peering.
823
+ # Optional. IP ranges encompassing the subnets to be excluded from peering.
824
824
  # Corresponds to the JSON property `excludeExportRanges`
825
825
  # @return [Array<String>]
826
826
  attr_accessor :exclude_export_ranges
827
827
 
828
- # Required. The URI of the VPC network resource
828
+ # Required. The URI of the VPC network resource.
829
829
  # Corresponds to the JSON property `uri`
830
830
  # @return [String]
831
831
  attr_accessor :uri
@@ -1587,22 +1587,23 @@ module Google
1587
1587
  class RejectSpokeRequest
1588
1588
  include Google::Apis::Core::Hashable
1589
1589
 
1590
- # Optional. Additional Details behind the rejection
1590
+ # Optional. Additional information provided by the hub administrator in the `
1591
+ # RejectSpoke` call.
1591
1592
  # Corresponds to the JSON property `details`
1592
1593
  # @return [String]
1593
1594
  attr_accessor :details
1594
1595
 
1595
- # Optional. A unique request ID (optional). If you specify this ID, you can use
1596
- # it in cases when you need to retry your request. When you need to retry, this
1597
- # ID lets the server know that it can ignore the request if it has already been
1598
- # completed. The server guarantees that for at least 60 minutes after the first
1599
- # request. For example, consider a situation where you make an initial request
1600
- # and the request times out. If you make the request again with the same request
1601
- # ID, the server can check to see whether the original operation was received.
1602
- # If it was, the server ignores the second request. This behavior prevents
1603
- # clients from mistakenly creating duplicate commitments. The request ID must be
1604
- # a valid UUID, with the exception that zero UUID is not supported (00000000-
1605
- # 0000-0000-0000-000000000000).
1596
+ # Optional. A request ID to identify requests. Specify a unique request ID so
1597
+ # that if you must retry your request, the server will know to ignore the
1598
+ # request if it has already been completed. The server guarantees that a request
1599
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
1600
+ # For example, consider a situation where you make an initial request and the
1601
+ # request times out. If you make the request again with the same request ID, the
1602
+ # server can check to see whether the original operation was received. If it was,
1603
+ # the server ignores the second request. This behavior prevents clients from
1604
+ # mistakenly creating duplicate commitments. The request ID must be a valid UUID,
1605
+ # with the exception that zero UUID is not supported (00000000-0000-0000-0000-
1606
+ # 000000000000).
1606
1607
  # Corresponds to the JSON property `requestId`
1607
1608
  # @return [String]
1608
1609
  attr_accessor :request_id
@@ -1651,8 +1652,8 @@ module Google
1651
1652
  # @return [String]
1652
1653
  attr_accessor :location
1653
1654
 
1654
- # Immutable. The name of the route. Route names must be unique. They use the
1655
- # following form: `projects/`project_number`/locations/global/hubs/`hub`/
1655
+ # Immutable. The name of the route. Route names must be unique. Route names use
1656
+ # the following form: `projects/`project_number`/locations/global/hubs/`hub`/
1656
1657
  # routeTables/`route_table_id`/routes/`route_id``
1657
1658
  # Corresponds to the JSON property `name`
1658
1659
  # @return [String]
@@ -1683,7 +1684,7 @@ module Google
1683
1684
  # Output only. The Google-generated UUID for the route. This value is unique
1684
1685
  # across all Network Connectivity Center route resources. If a route is deleted
1685
1686
  # and another with the same name is created, the new route is assigned a
1686
- # different unique_id.
1687
+ # different `uid`.
1687
1688
  # Corresponds to the JSON property `uid`
1688
1689
  # @return [String]
1689
1690
  attr_accessor :uid
@@ -1735,7 +1736,7 @@ module Google
1735
1736
  # @return [Hash<String,String>]
1736
1737
  attr_accessor :labels
1737
1738
 
1738
- # Immutable. The name of the route table. Route Table names must be unique. They
1739
+ # Immutable. The name of the route table. Route table names must be unique. They
1739
1740
  # use the following form: `projects/`project_number`/locations/global/hubs/`hub`/
1740
1741
  # routeTables/`route_table_id``
1741
1742
  # Corresponds to the JSON property `name`
@@ -1750,7 +1751,7 @@ module Google
1750
1751
  # Output only. The Google-generated UUID for the route table. This value is
1751
1752
  # unique across all route table resources. If a route table is deleted and
1752
1753
  # another with the same name is created, the new route table is assigned a
1753
- # different unique_id.
1754
+ # different `uid`.
1754
1755
  # Corresponds to the JSON property `uid`
1755
1756
  # @return [String]
1756
1757
  attr_accessor :uid
@@ -2277,7 +2278,8 @@ module Google
2277
2278
  # @return [String]
2278
2279
  attr_accessor :name
2279
2280
 
2280
- # Output only. The reasons for current state of the spoke.
2281
+ # Output only. The reasons for current state of the spoke. Only present when the
2282
+ # spoke is in the `INACTIVE` state.
2281
2283
  # Corresponds to the JSON property `reasons`
2282
2284
  # @return [Array<Google::Apis::NetworkconnectivityV1::StateReason>]
2283
2285
  attr_accessor :reasons
@@ -2294,7 +2296,7 @@ module Google
2294
2296
 
2295
2297
  # Output only. The Google-generated UUID for the spoke. This value is unique
2296
2298
  # across all spoke resources. If a spoke is deleted and another with the same
2297
- # name is created, the new spoke is assigned a different unique_id.
2299
+ # name is created, the new spoke is assigned a different `unique_id`.
2298
2300
  # Corresponds to the JSON property `uniqueId`
2299
2301
  # @return [String]
2300
2302
  attr_accessor :unique_id
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230621"
25
+ REVISION = "20230712"
26
26
  end
27
27
  end
28
28
  end
@@ -129,17 +129,17 @@ module Google
129
129
  # @param [String] hub_id
130
130
  # Required. A unique identifier for the hub.
131
131
  # @param [String] request_id
132
- # Optional. A unique request ID (optional). If you specify this ID, you can use
133
- # it in cases when you need to retry your request. When you need to retry, this
134
- # ID lets the server know that it can ignore the request if it has already been
135
- # completed. The server guarantees that for at least 60 minutes after the first
136
- # request. For example, consider a situation where you make an initial request
137
- # and the request times out. If you make the request again with the same request
138
- # ID, the server can check to see whether the original operation was received.
139
- # If it was, the server ignores the second request. This behavior prevents
140
- # clients from mistakenly creating duplicate commitments. The request ID must be
141
- # a valid UUID, with the exception that zero UUID is not supported (00000000-
142
- # 0000-0000-0000-000000000000).
132
+ # Optional. A request ID to identify requests. Specify a unique request ID so
133
+ # that if you must retry your request, the server will know to ignore the
134
+ # request if it has already been completed. The server guarantees that a request
135
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
136
+ # For example, consider a situation where you make an initial request and the
137
+ # request times out. If you make the request again with the same request ID, the
138
+ # server can check to see whether the original operation was received. If it was,
139
+ # the server ignores the second request. This behavior prevents clients from
140
+ # mistakenly creating duplicate commitments. The request ID must be a valid UUID,
141
+ # with the exception that zero UUID is not supported (00000000-0000-0000-0000-
142
+ # 000000000000).
143
143
  # @param [String] fields
144
144
  # Selector specifying which fields to include in a partial response.
145
145
  # @param [String] quota_user
@@ -175,17 +175,17 @@ module Google
175
175
  # @param [String] name
176
176
  # Required. The name of the hub to delete.
177
177
  # @param [String] request_id
178
- # Optional. A unique request ID (optional). If you specify this ID, you can use
179
- # it in cases when you need to retry your request. When you need to retry, this
180
- # ID lets the server know that it can ignore the request if it has already been
181
- # completed. The server guarantees that for at least 60 minutes after the first
182
- # request. For example, consider a situation where you make an initial request
183
- # and the request times out. If you make the request again with the same request
184
- # ID, the server can check to see whether the original operation was received.
185
- # If it was, the server ignores the second request. This behavior prevents
186
- # clients from mistakenly creating duplicate commitments. The request ID must be
187
- # a valid UUID, with the exception that zero UUID is not supported (00000000-
188
- # 0000-0000-0000-000000000000).
178
+ # Optional. A request ID to identify requests. Specify a unique request ID so
179
+ # that if you must retry your request, the server will know to ignore the
180
+ # request if it has already been completed. The server guarantees that a request
181
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
182
+ # For example, consider a situation where you make an initial request and the
183
+ # request times out. If you make the request again with the same request ID, the
184
+ # server can check to see whether the original operation was received. If it was,
185
+ # the server ignores the second request. This behavior prevents clients from
186
+ # mistakenly creating duplicate commitments. The request ID must be a valid UUID,
187
+ # with the exception that zero UUID is not supported (00000000-0000-0000-0000-
188
+ # 000000000000).
189
189
  # @param [String] fields
190
190
  # Selector specifying which fields to include in a partial response.
191
191
  # @param [String] quota_user
@@ -352,7 +352,7 @@ module Google
352
352
  # spoke_locations field is not populated, the list of results includes spokes in
353
353
  # all locations.
354
354
  # @param [String] view
355
- # The view of the spoke to return. The view you use determines which spoke
355
+ # The view of the spoke to return. The view that you use determines which spoke
356
356
  # fields are included in the response.
357
357
  # @param [String] fields
358
358
  # Selector specifying which fields to include in a partial response.
@@ -393,17 +393,17 @@ module Google
393
393
  # following form: `projects/`project_number`/locations/global/hubs/`hub_id``
394
394
  # @param [Google::Apis::NetworkconnectivityV1::Hub] hub_object
395
395
  # @param [String] request_id
396
- # Optional. A unique request ID (optional). If you specify this ID, you can use
397
- # it in cases when you need to retry your request. When you need to retry, this
398
- # ID lets the server know that it can ignore the request if it has already been
399
- # completed. The server guarantees that for at least 60 minutes after the first
400
- # request. For example, consider a situation where you make an initial request
401
- # and the request times out. If you make the request again with the same request
402
- # ID, the server can check to see whether the original operation was received.
403
- # If it was, the server ignores the second request. This behavior prevents
404
- # clients from mistakenly creating duplicate commitments. The request ID must be
405
- # a valid UUID, with the exception that zero UUID is not supported (00000000-
406
- # 0000-0000-0000-000000000000).
396
+ # Optional. A request ID to identify requests. Specify a unique request ID so
397
+ # that if you must retry your request, the server will know to ignore the
398
+ # request if it has already been completed. The server guarantees that a request
399
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
400
+ # For example, consider a situation where you make an initial request and the
401
+ # request times out. If you make the request again with the same request ID, the
402
+ # server can check to see whether the original operation was received. If it was,
403
+ # the server ignores the second request. This behavior prevents clients from
404
+ # mistakenly creating duplicate commitments. The request ID must be a valid UUID,
405
+ # with the exception that zero UUID is not supported (00000000-0000-0000-0000-
406
+ # 000000000000).
407
407
  # @param [String] update_mask
408
408
  # Optional. In the case of an update to an existing hub, field mask is used to
409
409
  # specify the fields to be overwritten. The fields specified in the update_mask
@@ -2450,17 +2450,17 @@ module Google
2450
2450
  # Required. The parent resource.
2451
2451
  # @param [Google::Apis::NetworkconnectivityV1::Spoke] spoke_object
2452
2452
  # @param [String] request_id
2453
- # Optional. A unique request ID (optional). If you specify this ID, you can use
2454
- # it in cases when you need to retry your request. When you need to retry, this
2455
- # ID lets the server know that it can ignore the request if it has already been
2456
- # completed. The server guarantees that for at least 60 minutes after the first
2457
- # request. For example, consider a situation where you make an initial request
2458
- # and the request times out. If you make the request again with the same request
2459
- # ID, the server can check to see whether the original operation was received.
2460
- # If it was, the server ignores the second request. This behavior prevents
2461
- # clients from mistakenly creating duplicate commitments. The request ID must be
2462
- # a valid UUID, with the exception that zero UUID is not supported (00000000-
2463
- # 0000-0000-0000-000000000000).
2453
+ # Optional. A request ID to identify requests. Specify a unique request ID so
2454
+ # that if you must retry your request, the server will know to ignore the
2455
+ # request if it has already been completed. The server guarantees that a request
2456
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
2457
+ # For example, consider a situation where you make an initial request and the
2458
+ # request times out. If you make the request again with the same request ID, the
2459
+ # server can check to see whether the original operation was received. If it was,
2460
+ # the server ignores the second request. This behavior prevents clients from
2461
+ # mistakenly creating duplicate commitments. The request ID must be a valid UUID,
2462
+ # with the exception that zero UUID is not supported (00000000-0000-0000-0000-
2463
+ # 000000000000).
2464
2464
  # @param [String] spoke_id
2465
2465
  # Required. Unique id for the spoke to create.
2466
2466
  # @param [String] fields
@@ -2498,17 +2498,17 @@ module Google
2498
2498
  # @param [String] name
2499
2499
  # Required. The name of the spoke to delete.
2500
2500
  # @param [String] request_id
2501
- # Optional. A unique request ID (optional). If you specify this ID, you can use
2502
- # it in cases when you need to retry your request. When you need to retry, this
2503
- # ID lets the server know that it can ignore the request if it has already been
2504
- # completed. The server guarantees that for at least 60 minutes after the first
2505
- # request. For example, consider a situation where you make an initial request
2506
- # and the request times out. If you make the request again with the same request
2507
- # ID, the server can check to see whether the original operation was received.
2508
- # If it was, the server ignores the second request. This behavior prevents
2509
- # clients from mistakenly creating duplicate commitments. The request ID must be
2510
- # a valid UUID, with the exception that zero UUID is not supported (00000000-
2511
- # 0000-0000-0000-000000000000).
2501
+ # Optional. A request ID to identify requests. Specify a unique request ID so
2502
+ # that if you must retry your request, the server will know to ignore the
2503
+ # request if it has already been completed. The server guarantees that a request
2504
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
2505
+ # For example, consider a situation where you make an initial request and the
2506
+ # request times out. If you make the request again with the same request ID, the
2507
+ # server can check to see whether the original operation was received. If it was,
2508
+ # the server ignores the second request. This behavior prevents clients from
2509
+ # mistakenly creating duplicate commitments. The request ID must be a valid UUID,
2510
+ # with the exception that zero UUID is not supported (00000000-0000-0000-0000-
2511
+ # 000000000000).
2512
2512
  # @param [String] fields
2513
2513
  # Selector specifying which fields to include in a partial response.
2514
2514
  # @param [String] quota_user
@@ -2662,17 +2662,17 @@ module Google
2662
2662
  # `
2663
2663
  # @param [Google::Apis::NetworkconnectivityV1::Spoke] spoke_object
2664
2664
  # @param [String] request_id
2665
- # Optional. A unique request ID (optional). If you specify this ID, you can use
2666
- # it in cases when you need to retry your request. When you need to retry, this
2667
- # ID lets the server know that it can ignore the request if it has already been
2668
- # completed. The server guarantees that for at least 60 minutes after the first
2669
- # request. For example, consider a situation where you make an initial request
2670
- # and the request times out. If you make the request again with the same request
2671
- # ID, the server can check to see whether the original operation was received.
2672
- # If it was, the server ignores the second request. This behavior prevents
2673
- # clients from mistakenly creating duplicate commitments. The request ID must be
2674
- # a valid UUID, with the exception that zero UUID is not supported (00000000-
2675
- # 0000-0000-0000-000000000000).
2665
+ # Optional. A request ID to identify requests. Specify a unique request ID so
2666
+ # that if you must retry your request, the server will know to ignore the
2667
+ # request if it has already been completed. The server guarantees that a request
2668
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
2669
+ # For example, consider a situation where you make an initial request and the
2670
+ # request times out. If you make the request again with the same request ID, the
2671
+ # server can check to see whether the original operation was received. If it was,
2672
+ # the server ignores the second request. This behavior prevents clients from
2673
+ # mistakenly creating duplicate commitments. The request ID must be a valid UUID,
2674
+ # with the exception that zero UUID is not supported (00000000-0000-0000-0000-
2675
+ # 000000000000).
2676
2676
  # @param [String] update_mask
2677
2677
  # Optional. In the case of an update to an existing spoke, field mask is used to
2678
2678
  # specify the fields to be overwritten. The fields specified in the update_mask
@@ -2710,9 +2710,10 @@ module Google
2710
2710
  execute_or_queue_command(command, &block)
2711
2711
  end
2712
2712
 
2713
- # Does one of the following: * Rejects a proposal to attach a Network
2714
- # Connectivity Center spoke to the hub. * Rejects and removes a previously
2715
- # attached spoke from the hub.
2713
+ # Rejects a Network Connectivity Center spoke from being attached to the hub. If
2714
+ # the spoke was previously in the `ACTIVE` state, it transitions to the `
2715
+ # INACTIVE` state and is no longer able to connect to other spokes that are
2716
+ # attached to the hub.
2716
2717
  # @param [String] name
2717
2718
  # Required. The name of the spoke to reject.
2718
2719
  # @param [Google::Apis::NetworkconnectivityV1::RejectSpokeRequest] reject_spoke_request_object
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.27.0
4
+ version: 0.28.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: 2023-06-25 00:00:00.000000000 Z
11
+ date: 2023-07-23 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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.28.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: []