google-apis-networkconnectivity_v1alpha1 0.32.0 → 0.33.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: 0a80aa676cfb275383f9a3462bbbac87e29170fea085cc83082ef02262441d88
4
- data.tar.gz: 05da740bfec0f42347f9aa7541b2e37b110733fc60f5247d49268e6a5ad6faa2
3
+ metadata.gz: d31afe2af92d646a3421160ed469c801f67dbe3f5aace36e02ae591b4727e062
4
+ data.tar.gz: e469dd1dc9df441492a9e0c4fe2fba4e9f13c58b40897047d2a190b57837e238
5
5
  SHA512:
6
- metadata.gz: fe0661ea8c3d4df0102acdaca73a7b57cabeb6c11e09d4b5f015713bb20f6afa9efd93228c1658317e80ce0b34771a652faef3742bce4bd57df5fd66f83571b3
7
- data.tar.gz: 6cc7c85ef51de2a9f32b9cdce45cc38ad37bbb7141801d14dccec4c86e2b9aa4d1425a3788919d030e59670585c8fc9b069fbd0876f9d7a34246335ef8edc004
6
+ metadata.gz: 21c6a2946d9d1d3bd05bf9ed7ce30ca0a185971e9a9cf7594a5784a7f6c5938541049d873fd116e92f5ecc07144a7ccb383b16d3bcdc2cda9b0a29530f75a7e0
7
+ data.tar.gz: 0a35c456cef89c173edeee3231f0a9410020d2b5a12070e23614883902b5967b958fa755e6e6a10c6e8f4fe562dc0e7f11767b96c46d4dab8c2c3adaad02fc8c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkconnectivity_v1alpha1
2
2
 
3
+ ### v0.33.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230712
6
+
3
7
  ### v0.32.0 (2023-05-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20230502
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1alpha1
18
18
  # Version of the google-apis-networkconnectivity_v1alpha1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.33.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 = "20230502"
25
+ REVISION = "20230712"
26
26
  end
27
27
  end
28
28
  end
@@ -129,16 +129,17 @@ module Google
129
129
  # @param [String] hub_id
130
130
  # Optional. Unique id for the Hub to create.
131
131
  # @param [String] request_id
132
- # Optional. An optional request ID to identify requests. Specify a unique
133
- # request ID so that if you must retry your request, the server will know to
134
- # ignore the request if it has already been completed. The server will guarantee
135
- # that for at least 60 minutes since the first request. For example, consider a
136
- # situation where you make an initial request and the request times out. If you
137
- # make the request again with the same request ID, the server can check if
138
- # original operation with the same request ID was received, and if so, will
139
- # ignore the second request. This prevents clients from accidentally creating
140
- # duplicate commitments. The request ID must be a valid UUID with the exception
141
- # that zero UUID is not supported (00000000-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 if original operation with the same request ID was received,
139
+ # and if so, will ignore the second request. This prevents clients from
140
+ # accidentally creating duplicate commitments. The request ID must be a valid
141
+ # UUID with the exception that zero UUID is not supported (00000000-0000-0000-
142
+ # 0000-000000000000).
142
143
  # @param [String] fields
143
144
  # Selector specifying which fields to include in a partial response.
144
145
  # @param [String] quota_user
@@ -174,16 +175,17 @@ module Google
174
175
  # @param [String] name
175
176
  # Required. The name of the Hub to delete.
176
177
  # @param [String] request_id
177
- # Optional. An optional request ID to identify requests. Specify a unique
178
- # request ID so that if you must retry your request, the server will know to
179
- # ignore the request if it has already been completed. The server will guarantee
180
- # that for at least 60 minutes after the first request. For example, consider a
181
- # situation where you make an initial request and the request times out. If you
182
- # make the request again with the same request ID, the server can check if
183
- # original operation with the same request ID was received, and if so, will
184
- # ignore the second request. This prevents clients from accidentally creating
185
- # duplicate commitments. The request ID must be a valid UUID with the exception
186
- # that zero UUID is not supported (00000000-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 if original operation with the same request ID was received,
185
+ # and if so, will ignore the second request. This prevents clients from
186
+ # accidentally creating duplicate commitments. The request ID must be a valid
187
+ # UUID with the exception that zero UUID is not supported (00000000-0000-0000-
188
+ # 0000-000000000000).
187
189
  # @param [String] fields
188
190
  # Selector specifying which fields to include in a partial response.
189
191
  # @param [String] quota_user
@@ -334,16 +336,17 @@ module Google
334
336
  # Immutable. The name of a Hub resource.
335
337
  # @param [Google::Apis::NetworkconnectivityV1alpha1::Hub] hub_object
336
338
  # @param [String] request_id
337
- # Optional. An optional request ID to identify requests. Specify a unique
338
- # request ID so that if you must retry your request, the server will know to
339
- # ignore the request if it has already been completed. The server will guarantee
340
- # that for at least 60 minutes since the first request. For example, consider a
341
- # situation where you make an initial request and the request times out. If you
342
- # make the request again with the same request ID, the server can check if
343
- # original operation with the same request ID was received, and if so, will
344
- # ignore the second request. This prevents clients from accidentally creating
345
- # duplicate commitments. The request ID must be a valid UUID with the exception
346
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
339
+ # Optional. A request ID to identify requests. Specify a unique request ID so
340
+ # that if you must retry your request, the server will know to ignore the
341
+ # request if it has already been completed. The server guarantees that a request
342
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
343
+ # For example, consider a situation where you make an initial request and the
344
+ # request times out. If you make the request again with the same request ID, the
345
+ # server can check if original operation with the same request ID was received,
346
+ # and if so, will ignore the second request. This prevents clients from
347
+ # accidentally creating duplicate commitments. The request ID must be a valid
348
+ # UUID with the exception that zero UUID is not supported (00000000-0000-0000-
349
+ # 0000-000000000000).
347
350
  # @param [String] update_mask
348
351
  # Optional. Field mask is used to specify the fields to be overwritten in the
349
352
  # Hub resource by the update. The fields specified in the update_mask are
@@ -945,16 +948,17 @@ module Google
945
948
  # Required. The parent's resource name of the Spoke.
946
949
  # @param [Google::Apis::NetworkconnectivityV1alpha1::Spoke] spoke_object
947
950
  # @param [String] request_id
948
- # Optional. An optional request ID to identify requests. Specify a unique
949
- # request ID so that if you must retry your request, the server will know to
950
- # ignore the request if it has already been completed. The server will guarantee
951
- # that for at least 60 minutes since the first request. For example, consider a
952
- # situation where you make an initial request and the request times out. If you
953
- # make the request again with the same request ID, the server can check if
954
- # original operation with the same request ID was received, and if so, will
955
- # ignore the second request. This prevents clients from accidentally creating
956
- # duplicate commitments. The request ID must be a valid UUID with the exception
957
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
951
+ # Optional. A request ID to identify requests. Specify a unique request ID so
952
+ # that if you must retry your request, the server will know to ignore the
953
+ # request if it has already been completed. The server guarantees that a request
954
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
955
+ # For example, consider a situation where you make an initial request and the
956
+ # request times out. If you make the request again with the same request ID, the
957
+ # server can check if original operation with the same request ID was received,
958
+ # and if so, will ignore the second request. This prevents clients from
959
+ # accidentally creating duplicate commitments. The request ID must be a valid
960
+ # UUID with the exception that zero UUID is not supported (00000000-0000-0000-
961
+ # 0000-000000000000).
958
962
  # @param [String] spoke_id
959
963
  # Optional. Unique id for the Spoke to create.
960
964
  # @param [String] fields
@@ -992,16 +996,17 @@ module Google
992
996
  # @param [String] name
993
997
  # Required. The name of the Spoke to delete.
994
998
  # @param [String] request_id
995
- # Optional. An optional request ID to identify requests. Specify a unique
996
- # request ID so that if you must retry your request, the server will know to
997
- # ignore the request if it has already been completed. The server will guarantee
998
- # that for at least 60 minutes after the first request. For example, consider a
999
- # situation where you make an initial request and the request times out. If you
1000
- # make the request again with the same request ID, the server can check if
1001
- # original operation with the same request ID was received, and if so, will
1002
- # ignore the second request. This prevents clients from accidentally creating
1003
- # duplicate commitments. The request ID must be a valid UUID with the exception
1004
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
999
+ # Optional. A request ID to identify requests. Specify a unique request ID so
1000
+ # that if you must retry your request, the server will know to ignore the
1001
+ # request if it has already been completed. The server guarantees that a request
1002
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
1003
+ # For example, consider a situation where you make an initial request and the
1004
+ # request times out. If you make the request again with the same request ID, the
1005
+ # server can check if original operation with the same request ID was received,
1006
+ # and if so, will ignore the second request. This prevents clients from
1007
+ # accidentally creating duplicate commitments. The request ID must be a valid
1008
+ # UUID with the exception that zero UUID is not supported (00000000-0000-0000-
1009
+ # 0000-000000000000).
1005
1010
  # @param [String] fields
1006
1011
  # Selector specifying which fields to include in a partial response.
1007
1012
  # @param [String] quota_user
@@ -1153,16 +1158,17 @@ module Google
1153
1158
  # Immutable. The name of a Spoke resource.
1154
1159
  # @param [Google::Apis::NetworkconnectivityV1alpha1::Spoke] spoke_object
1155
1160
  # @param [String] request_id
1156
- # Optional. An optional request ID to identify requests. Specify a unique
1157
- # request ID so that if you must retry your request, the server will know to
1158
- # ignore the request if it has already been completed. The server will guarantee
1159
- # that for at least 60 minutes since the first request. For example, consider a
1160
- # situation where you make an initial request and the request times out. If you
1161
- # make the request again with the same request ID, the server can check if
1162
- # original operation with the same request ID was received, and if so, will
1163
- # ignore the second request. This prevents clients from accidentally creating
1164
- # duplicate commitments. The request ID must be a valid UUID with the exception
1165
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
1161
+ # Optional. A request ID to identify requests. Specify a unique request ID so
1162
+ # that if you must retry your request, the server will know to ignore the
1163
+ # request if it has already been completed. The server guarantees that a request
1164
+ # doesn't result in creation of duplicate commitments for at least 60 minutes.
1165
+ # For example, consider a situation where you make an initial request and the
1166
+ # request times out. If you make the request again with the same request ID, the
1167
+ # server can check if original operation with the same request ID was received,
1168
+ # and if so, will ignore the second request. This prevents clients from
1169
+ # accidentally creating duplicate commitments. The request ID must be a valid
1170
+ # UUID with the exception that zero UUID is not supported (00000000-0000-0000-
1171
+ # 0000-000000000000).
1166
1172
  # @param [String] update_mask
1167
1173
  # Optional. Field mask is used to specify the fields to be overwritten in the
1168
1174
  # Spoke resource by the update. The fields specified in the update_mask are
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.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-05-14 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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.33.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []