google-apis-networkconnectivity_v1alpha1 0.23.0 → 0.24.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: 5b006e01f2d3fbe692a3995074512b6f6471919044f2708e7317a4be1cf56abf
4
- data.tar.gz: 37194568476a62d3bb9785febd2ff0256d22ba49bf9970b7eccdb6382cc118d7
3
+ metadata.gz: a34c680bb7f97033f405e87effb136883c9e9a31e86a4523e9f501dc72b37ed4
4
+ data.tar.gz: 9e5335094466d353d71da09444b6535d8c5a1b4cea94fef6d56501ae6b89f460
5
5
  SHA512:
6
- metadata.gz: 0d8bb365c58b92b0767636cda89b457832e2fb72fea3bf975ebd621ce342e850bc528cc186e2b3a8815d8ab30ca7b198b52c8bf200c69d78a49e98bc0a40ace4
7
- data.tar.gz: cd4855ac95e7478818d0afedd090f1a86fb36501a71eca13c248e70f50f17490273559d496ec28d6389cb9d120dfe5ace85388358fbf59a865eee3a95be2d503
6
+ metadata.gz: a5c17d758f3bf61824a8b2f89d5bc65a389ab27ae20059e853c777f81c74d300dfc29088f727d5739000569b83cd47075f0d609cf5a83054d88c24a74073b01c
7
+ data.tar.gz: 63b5a7e42b6e49630a02d6dbfa48ed8444206ee3e70bf7db5ef1c7d800c2e8989e26dbbbc1360dc71f8ebdb05cdb79e75233da20417c080075cc5688485a85dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networkconnectivity_v1alpha1
2
2
 
3
+ ### v0.24.0 (2022-09-22)
4
+
5
+ * Regenerated from discovery document revision 20220919
6
+ * Regenerated using generator version 0.10.0
7
+
3
8
  ### v0.23.0 (2022-09-18)
4
9
 
5
10
  * Regenerated from discovery document revision 20220912
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220912"
25
+ REVISION = "20220919"
26
26
  end
27
27
  end
28
28
  end
@@ -122,127 +122,6 @@ module Google
122
122
  execute_or_queue_command(command, &block)
123
123
  end
124
124
 
125
- # Gets the access control policy for a resource. Returns an empty policy if the
126
- # resource exists and does not have a policy set.
127
- # @param [String] resource
128
- # REQUIRED: The resource for which the policy is being requested. See [Resource
129
- # names](https://cloud.google.com/apis/design/resource_names) for the
130
- # appropriate value for this field.
131
- # @param [Fixnum] options_requested_policy_version
132
- # Optional. The maximum policy version that will be used to format the policy.
133
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
134
- # rejected. Requests for policies with any conditional role bindings must
135
- # specify version 3. Policies with no conditional role bindings may specify any
136
- # valid value or leave the field unset. The policy in the response might use the
137
- # policy version that you specified, or it might use a lower policy version. For
138
- # example, if you specify version 3, but the policy has no conditional role
139
- # bindings, the response uses version 1. To learn which resources support
140
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
141
- # google.com/iam/help/conditions/resource-policies).
142
- # @param [String] fields
143
- # Selector specifying which fields to include in a partial response.
144
- # @param [String] quota_user
145
- # Available to use for quota purposes for server-side applications. Can be any
146
- # arbitrary string assigned to a user, but should not exceed 40 characters.
147
- # @param [Google::Apis::RequestOptions] options
148
- # Request-specific options
149
- #
150
- # @yield [result, err] Result & error if block supplied
151
- # @yieldparam result [Google::Apis::NetworkconnectivityV1alpha1::Policy] parsed result object
152
- # @yieldparam err [StandardError] error object if request failed
153
- #
154
- # @return [Google::Apis::NetworkconnectivityV1alpha1::Policy]
155
- #
156
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
157
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
158
- # @raise [Google::Apis::AuthorizationError] Authorization is required
159
- def get_project_location_connection_policy_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
160
- command = make_simple_command(:get, 'v1alpha1/{+resource}:getIamPolicy', options)
161
- command.response_representation = Google::Apis::NetworkconnectivityV1alpha1::Policy::Representation
162
- command.response_class = Google::Apis::NetworkconnectivityV1alpha1::Policy
163
- command.params['resource'] = resource unless resource.nil?
164
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
165
- command.query['fields'] = fields unless fields.nil?
166
- command.query['quotaUser'] = quota_user unless quota_user.nil?
167
- execute_or_queue_command(command, &block)
168
- end
169
-
170
- # Sets the access control policy on the specified resource. Replaces any
171
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
172
- # PERMISSION_DENIED` errors.
173
- # @param [String] resource
174
- # REQUIRED: The resource for which the policy is being specified. See [Resource
175
- # names](https://cloud.google.com/apis/design/resource_names) for the
176
- # appropriate value for this field.
177
- # @param [Google::Apis::NetworkconnectivityV1alpha1::SetIamPolicyRequest] set_iam_policy_request_object
178
- # @param [String] fields
179
- # Selector specifying which fields to include in a partial response.
180
- # @param [String] quota_user
181
- # Available to use for quota purposes for server-side applications. Can be any
182
- # arbitrary string assigned to a user, but should not exceed 40 characters.
183
- # @param [Google::Apis::RequestOptions] options
184
- # Request-specific options
185
- #
186
- # @yield [result, err] Result & error if block supplied
187
- # @yieldparam result [Google::Apis::NetworkconnectivityV1alpha1::Policy] parsed result object
188
- # @yieldparam err [StandardError] error object if request failed
189
- #
190
- # @return [Google::Apis::NetworkconnectivityV1alpha1::Policy]
191
- #
192
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
193
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
194
- # @raise [Google::Apis::AuthorizationError] Authorization is required
195
- def set_connection_policy_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
196
- command = make_simple_command(:post, 'v1alpha1/{+resource}:setIamPolicy', options)
197
- command.request_representation = Google::Apis::NetworkconnectivityV1alpha1::SetIamPolicyRequest::Representation
198
- command.request_object = set_iam_policy_request_object
199
- command.response_representation = Google::Apis::NetworkconnectivityV1alpha1::Policy::Representation
200
- command.response_class = Google::Apis::NetworkconnectivityV1alpha1::Policy
201
- command.params['resource'] = resource unless resource.nil?
202
- command.query['fields'] = fields unless fields.nil?
203
- command.query['quotaUser'] = quota_user unless quota_user.nil?
204
- execute_or_queue_command(command, &block)
205
- end
206
-
207
- # Returns permissions that a caller has on the specified resource. If the
208
- # resource does not exist, this will return an empty set of permissions, not a `
209
- # NOT_FOUND` error. Note: This operation is designed to be used for building
210
- # permission-aware UIs and command-line tools, not for authorization checking.
211
- # This operation may "fail open" without warning.
212
- # @param [String] resource
213
- # REQUIRED: The resource for which the policy detail is being requested. See [
214
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
215
- # appropriate value for this field.
216
- # @param [Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsRequest] test_iam_permissions_request_object
217
- # @param [String] fields
218
- # Selector specifying which fields to include in a partial response.
219
- # @param [String] quota_user
220
- # Available to use for quota purposes for server-side applications. Can be any
221
- # arbitrary string assigned to a user, but should not exceed 40 characters.
222
- # @param [Google::Apis::RequestOptions] options
223
- # Request-specific options
224
- #
225
- # @yield [result, err] Result & error if block supplied
226
- # @yieldparam result [Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsResponse] parsed result object
227
- # @yieldparam err [StandardError] error object if request failed
228
- #
229
- # @return [Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsResponse]
230
- #
231
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
232
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
233
- # @raise [Google::Apis::AuthorizationError] Authorization is required
234
- def test_connection_policy_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
235
- command = make_simple_command(:post, 'v1alpha1/{+resource}:testIamPermissions', options)
236
- command.request_representation = Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsRequest::Representation
237
- command.request_object = test_iam_permissions_request_object
238
- command.response_representation = Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsResponse::Representation
239
- command.response_class = Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsResponse
240
- command.params['resource'] = resource unless resource.nil?
241
- command.query['fields'] = fields unless fields.nil?
242
- command.query['quotaUser'] = quota_user unless quota_user.nil?
243
- execute_or_queue_command(command, &block)
244
- end
245
-
246
125
  # Creates a new Network Connectivity Center hub in the specified project.
247
126
  # @param [String] parent
248
127
  # Required. The parent resource's name of the Hub.
@@ -883,7 +762,128 @@ module Google
883
762
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
884
763
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
885
764
  # @raise [Google::Apis::AuthorizationError] Authorization is required
886
- def get_project_location_service_identifier_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
765
+ def get_project_location_service_class_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
766
+ command = make_simple_command(:get, 'v1alpha1/{+resource}:getIamPolicy', options)
767
+ command.response_representation = Google::Apis::NetworkconnectivityV1alpha1::Policy::Representation
768
+ command.response_class = Google::Apis::NetworkconnectivityV1alpha1::Policy
769
+ command.params['resource'] = resource unless resource.nil?
770
+ command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
771
+ command.query['fields'] = fields unless fields.nil?
772
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
773
+ execute_or_queue_command(command, &block)
774
+ end
775
+
776
+ # Sets the access control policy on the specified resource. Replaces any
777
+ # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
778
+ # PERMISSION_DENIED` errors.
779
+ # @param [String] resource
780
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
781
+ # names](https://cloud.google.com/apis/design/resource_names) for the
782
+ # appropriate value for this field.
783
+ # @param [Google::Apis::NetworkconnectivityV1alpha1::SetIamPolicyRequest] set_iam_policy_request_object
784
+ # @param [String] fields
785
+ # Selector specifying which fields to include in a partial response.
786
+ # @param [String] quota_user
787
+ # Available to use for quota purposes for server-side applications. Can be any
788
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
789
+ # @param [Google::Apis::RequestOptions] options
790
+ # Request-specific options
791
+ #
792
+ # @yield [result, err] Result & error if block supplied
793
+ # @yieldparam result [Google::Apis::NetworkconnectivityV1alpha1::Policy] parsed result object
794
+ # @yieldparam err [StandardError] error object if request failed
795
+ #
796
+ # @return [Google::Apis::NetworkconnectivityV1alpha1::Policy]
797
+ #
798
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
799
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
800
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
801
+ def set_service_class_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
802
+ command = make_simple_command(:post, 'v1alpha1/{+resource}:setIamPolicy', options)
803
+ command.request_representation = Google::Apis::NetworkconnectivityV1alpha1::SetIamPolicyRequest::Representation
804
+ command.request_object = set_iam_policy_request_object
805
+ command.response_representation = Google::Apis::NetworkconnectivityV1alpha1::Policy::Representation
806
+ command.response_class = Google::Apis::NetworkconnectivityV1alpha1::Policy
807
+ command.params['resource'] = resource unless resource.nil?
808
+ command.query['fields'] = fields unless fields.nil?
809
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
810
+ execute_or_queue_command(command, &block)
811
+ end
812
+
813
+ # Returns permissions that a caller has on the specified resource. If the
814
+ # resource does not exist, this will return an empty set of permissions, not a `
815
+ # NOT_FOUND` error. Note: This operation is designed to be used for building
816
+ # permission-aware UIs and command-line tools, not for authorization checking.
817
+ # This operation may "fail open" without warning.
818
+ # @param [String] resource
819
+ # REQUIRED: The resource for which the policy detail is being requested. See [
820
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
821
+ # appropriate value for this field.
822
+ # @param [Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsRequest] test_iam_permissions_request_object
823
+ # @param [String] fields
824
+ # Selector specifying which fields to include in a partial response.
825
+ # @param [String] quota_user
826
+ # Available to use for quota purposes for server-side applications. Can be any
827
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
828
+ # @param [Google::Apis::RequestOptions] options
829
+ # Request-specific options
830
+ #
831
+ # @yield [result, err] Result & error if block supplied
832
+ # @yieldparam result [Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsResponse] parsed result object
833
+ # @yieldparam err [StandardError] error object if request failed
834
+ #
835
+ # @return [Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsResponse]
836
+ #
837
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
838
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
839
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
840
+ def test_service_class_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
841
+ command = make_simple_command(:post, 'v1alpha1/{+resource}:testIamPermissions', options)
842
+ command.request_representation = Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsRequest::Representation
843
+ command.request_object = test_iam_permissions_request_object
844
+ command.response_representation = Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsResponse::Representation
845
+ command.response_class = Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsResponse
846
+ command.params['resource'] = resource unless resource.nil?
847
+ command.query['fields'] = fields unless fields.nil?
848
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
849
+ execute_or_queue_command(command, &block)
850
+ end
851
+
852
+ # Gets the access control policy for a resource. Returns an empty policy if the
853
+ # resource exists and does not have a policy set.
854
+ # @param [String] resource
855
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
856
+ # names](https://cloud.google.com/apis/design/resource_names) for the
857
+ # appropriate value for this field.
858
+ # @param [Fixnum] options_requested_policy_version
859
+ # Optional. The maximum policy version that will be used to format the policy.
860
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
861
+ # rejected. Requests for policies with any conditional role bindings must
862
+ # specify version 3. Policies with no conditional role bindings may specify any
863
+ # valid value or leave the field unset. The policy in the response might use the
864
+ # policy version that you specified, or it might use a lower policy version. For
865
+ # example, if you specify version 3, but the policy has no conditional role
866
+ # bindings, the response uses version 1. To learn which resources support
867
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
868
+ # google.com/iam/help/conditions/resource-policies).
869
+ # @param [String] fields
870
+ # Selector specifying which fields to include in a partial response.
871
+ # @param [String] quota_user
872
+ # Available to use for quota purposes for server-side applications. Can be any
873
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
874
+ # @param [Google::Apis::RequestOptions] options
875
+ # Request-specific options
876
+ #
877
+ # @yield [result, err] Result & error if block supplied
878
+ # @yieldparam result [Google::Apis::NetworkconnectivityV1alpha1::Policy] parsed result object
879
+ # @yieldparam err [StandardError] error object if request failed
880
+ #
881
+ # @return [Google::Apis::NetworkconnectivityV1alpha1::Policy]
882
+ #
883
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
884
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
885
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
886
+ def get_project_location_service_connection_map_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
887
887
  command = make_simple_command(:get, 'v1alpha1/{+resource}:getIamPolicy', options)
888
888
  command.response_representation = Google::Apis::NetworkconnectivityV1alpha1::Policy::Representation
889
889
  command.response_class = Google::Apis::NetworkconnectivityV1alpha1::Policy
@@ -919,7 +919,7 @@ module Google
919
919
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
920
920
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
921
921
  # @raise [Google::Apis::AuthorizationError] Authorization is required
922
- def set_service_identifier_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
922
+ def set_service_connection_map_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
923
923
  command = make_simple_command(:post, 'v1alpha1/{+resource}:setIamPolicy', options)
924
924
  command.request_representation = Google::Apis::NetworkconnectivityV1alpha1::SetIamPolicyRequest::Representation
925
925
  command.request_object = set_iam_policy_request_object
@@ -958,7 +958,7 @@ module Google
958
958
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
959
959
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
960
960
  # @raise [Google::Apis::AuthorizationError] Authorization is required
961
- def test_service_identifier_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
961
+ def test_service_connection_map_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
962
962
  command = make_simple_command(:post, 'v1alpha1/{+resource}:testIamPermissions', options)
963
963
  command.request_representation = Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsRequest::Representation
964
964
  command.request_object = test_iam_permissions_request_object
@@ -1004,7 +1004,7 @@ module Google
1004
1004
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1005
1005
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1006
1006
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1007
- def get_project_location_service_instance_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
1007
+ def get_project_location_service_connection_policy_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
1008
1008
  command = make_simple_command(:get, 'v1alpha1/{+resource}:getIamPolicy', options)
1009
1009
  command.response_representation = Google::Apis::NetworkconnectivityV1alpha1::Policy::Representation
1010
1010
  command.response_class = Google::Apis::NetworkconnectivityV1alpha1::Policy
@@ -1040,7 +1040,7 @@ module Google
1040
1040
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1041
1041
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1042
1042
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1043
- def set_service_instance_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1043
+ def set_service_connection_policy_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1044
1044
  command = make_simple_command(:post, 'v1alpha1/{+resource}:setIamPolicy', options)
1045
1045
  command.request_representation = Google::Apis::NetworkconnectivityV1alpha1::SetIamPolicyRequest::Representation
1046
1046
  command.request_object = set_iam_policy_request_object
@@ -1079,7 +1079,7 @@ module Google
1079
1079
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1080
1080
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1081
1081
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1082
- def test_service_instance_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1082
+ def test_service_connection_policy_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1083
1083
  command = make_simple_command(:post, 'v1alpha1/{+resource}:testIamPermissions', options)
1084
1084
  command.request_representation = Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsRequest::Representation
1085
1085
  command.request_object = test_iam_permissions_request_object
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.23.0
4
+ version: 0.24.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: 2022-09-19 00:00:00.000000000 Z
11
+ date: 2022-09-26 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.7.2
19
+ version: 0.9.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.7.2
29
+ version: 0.9.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-networkconnectivity_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.24.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: []