google-apis-networkconnectivity_v1alpha1 0.32.0 → 0.34.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: c68ec6d7951d7a3b3a35494d365359f0a52fb68d8a0e48872870f1d1c1852e9c
4
+ data.tar.gz: 57fcbe9595414e69eb02714d43c609d26fa8886d1aa349eb2f769c5aabe8b61c
5
5
  SHA512:
6
- metadata.gz: fe0661ea8c3d4df0102acdaca73a7b57cabeb6c11e09d4b5f015713bb20f6afa9efd93228c1658317e80ce0b34771a652faef3742bce4bd57df5fd66f83571b3
7
- data.tar.gz: 6cc7c85ef51de2a9f32b9cdce45cc38ad37bbb7141801d14dccec4c86e2b9aa4d1425a3788919d030e59670585c8fc9b069fbd0876f9d7a34246335ef8edc004
6
+ metadata.gz: 9c8806be1003665a230c6c5df34521594cd74716b7c4762a8de9a032aff1eb14750089fc31335d3f9a74905d81564366104a9bb0af04da3108418195e73ce201
7
+ data.tar.gz: a8ec2f4b87a679c2fde7f35080e561ca25c9df0bd7e59f5c809bf14daaf14d6b4edfb5f40146a1ec5742275c9c3bee4f0669bc35de624234c8c4149d8312d51f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkconnectivity_v1alpha1
2
2
 
3
+ ### v0.34.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
7
+ ### v0.33.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230712
10
+
3
11
  ### v0.32.0 (2023-05-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20230502
@@ -314,13 +314,13 @@ module Google
314
314
  # @return [String]
315
315
  attr_accessor :name
316
316
 
317
- # The normal response of the operation in case of success. If the original
318
- # method returns no data on success, such as `Delete`, the response is `google.
319
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
320
- # the response should be the resource. For other methods, the response should
321
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
322
- # example, if the original method name is `TakeSnapshot()`, the inferred
323
- # response type is `TakeSnapshotResponse`.
317
+ # The normal, successful response of the operation. If the original method
318
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
319
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
320
+ # response should be the resource. For other methods, the response should have
321
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
322
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
323
+ # `TakeSnapshotResponse`.
324
324
  # Corresponds to the JSON property `response`
325
325
  # @return [Hash<String,Object>]
326
326
  attr_accessor :response
@@ -796,22 +796,22 @@ module Google
796
796
  # evaluates to `true`. A condition can add constraints based on attributes of
797
797
  # the request, the resource, or both. To learn which resources support
798
798
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
799
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
799
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
800
800
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
801
801
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
802
802
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
803
803
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
804
804
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
805
805
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
806
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
807
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
808
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
809
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
810
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
811
- # access description: Does not grant access after Sep 2020 expression: request.
812
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
813
- # a description of IAM and its features, see the [IAM documentation](https://
814
- # cloud.google.com/iam/docs/).
806
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
807
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
808
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
809
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
810
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
811
+ # title: expirable access description: Does not grant access after Sep 2020
812
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
813
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
814
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
815
815
  class Policy
816
816
  include Google::Apis::Core::Hashable
817
817
 
@@ -927,22 +927,22 @@ module Google
927
927
  # evaluates to `true`. A condition can add constraints based on attributes of
928
928
  # the request, the resource, or both. To learn which resources support
929
929
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
930
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
930
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
931
931
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
932
932
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
933
933
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
934
934
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
935
935
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
936
936
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
937
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
938
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
939
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
940
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
941
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
942
- # access description: Does not grant access after Sep 2020 expression: request.
943
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
944
- # a description of IAM and its features, see the [IAM documentation](https://
945
- # cloud.google.com/iam/docs/).
937
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
938
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
939
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
940
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
941
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
942
+ # title: expirable access description: Does not grant access after Sep 2020
943
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
944
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
945
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
946
946
  # Corresponds to the JSON property `policy`
947
947
  # @return [Google::Apis::NetworkconnectivityV1alpha1::Policy]
948
948
  attr_accessor :policy
@@ -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.34.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 = "20230804"
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.34.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-08-13 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.34.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: []