google-apis-dataform_v1beta1 0.35.0 → 0.36.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: a9479d2209bedd82dc6b8b6badde116724fab847e7f641a099eb6e2c7e668034
4
- data.tar.gz: f00e1ea7927a871a24ce60400164664c620774f940c8dd35521f03c432053a18
3
+ metadata.gz: 95cd563005e396b76586ff160ce50ab9f456da0a72d4a02349d3697ab5cd8def
4
+ data.tar.gz: b117311cfb2752444313b626d6810fc8bbea0a1c20708560100fc2eeb97e907d
5
5
  SHA512:
6
- metadata.gz: a45313e7bea20ae5e88383717b501e5c2bedaf797b9db714a544d3d498e48baf7d0e29f85890b5ce9a534c19f030ff7d99fade3b6896b666c3ca0436371a16a7
7
- data.tar.gz: ecc2cdf1a4514a366d6d9102e516b9d02b3855597014082cfd359a73e5d8e339daf7fd569c1628eeba7743e8baaf7f2ef8de6f36c8734a7b1aa4d7de170d3c76
6
+ metadata.gz: 185fa98e50bf9529f1daaf78017f074b8d9413372232f2b4e7915210db920cae842a2c1a4c57d9585d20f9ca5fd0aae34345e3b843ec8932617d16ca795a20c8
7
+ data.tar.gz: 4cb6d7448e3a61e247753d89064425bc4c71beab4459ddf1b3457527adb392b7e784dcafa553e47b72e41fc4e1f5bdb01c4454edf0984beea95a9d7e8bc11c0e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.36.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241203
6
+
3
7
  ### v0.35.0 (2024-11-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20241108
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataformV1beta1
18
18
  # Version of the google-apis-dataform_v1beta1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241108"
25
+ REVISION = "20241203"
26
26
  end
27
27
  end
28
28
  end
@@ -195,127 +195,6 @@ module Google
195
195
  execute_or_queue_command(command, &block)
196
196
  end
197
197
 
198
- # Gets the access control policy for a resource. Returns an empty policy if the
199
- # resource exists and does not have a policy set.
200
- # @param [String] resource
201
- # REQUIRED: The resource for which the policy is being requested. See [Resource
202
- # names](https://cloud.google.com/apis/design/resource_names) for the
203
- # appropriate value for this field.
204
- # @param [Fixnum] options_requested_policy_version
205
- # Optional. The maximum policy version that will be used to format the policy.
206
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
207
- # rejected. Requests for policies with any conditional role bindings must
208
- # specify version 3. Policies with no conditional role bindings may specify any
209
- # valid value or leave the field unset. The policy in the response might use the
210
- # policy version that you specified, or it might use a lower policy version. For
211
- # example, if you specify version 3, but the policy has no conditional role
212
- # bindings, the response uses version 1. To learn which resources support
213
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
214
- # google.com/iam/help/conditions/resource-policies).
215
- # @param [String] fields
216
- # Selector specifying which fields to include in a partial response.
217
- # @param [String] quota_user
218
- # Available to use for quota purposes for server-side applications. Can be any
219
- # arbitrary string assigned to a user, but should not exceed 40 characters.
220
- # @param [Google::Apis::RequestOptions] options
221
- # Request-specific options
222
- #
223
- # @yield [result, err] Result & error if block supplied
224
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
225
- # @yieldparam err [StandardError] error object if request failed
226
- #
227
- # @return [Google::Apis::DataformV1beta1::Policy]
228
- #
229
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
230
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
231
- # @raise [Google::Apis::AuthorizationError] Authorization is required
232
- def get_project_location_collection_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
233
- command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
234
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
235
- command.response_class = Google::Apis::DataformV1beta1::Policy
236
- command.params['resource'] = resource unless resource.nil?
237
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
238
- command.query['fields'] = fields unless fields.nil?
239
- command.query['quotaUser'] = quota_user unless quota_user.nil?
240
- execute_or_queue_command(command, &block)
241
- end
242
-
243
- # Sets the access control policy on the specified resource. Replaces any
244
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
245
- # PERMISSION_DENIED` errors.
246
- # @param [String] resource
247
- # REQUIRED: The resource for which the policy is being specified. See [Resource
248
- # names](https://cloud.google.com/apis/design/resource_names) for the
249
- # appropriate value for this field.
250
- # @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
251
- # @param [String] fields
252
- # Selector specifying which fields to include in a partial response.
253
- # @param [String] quota_user
254
- # Available to use for quota purposes for server-side applications. Can be any
255
- # arbitrary string assigned to a user, but should not exceed 40 characters.
256
- # @param [Google::Apis::RequestOptions] options
257
- # Request-specific options
258
- #
259
- # @yield [result, err] Result & error if block supplied
260
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
261
- # @yieldparam err [StandardError] error object if request failed
262
- #
263
- # @return [Google::Apis::DataformV1beta1::Policy]
264
- #
265
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
266
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
267
- # @raise [Google::Apis::AuthorizationError] Authorization is required
268
- def set_collection_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
269
- command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
270
- command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
271
- command.request_object = set_iam_policy_request_object
272
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
273
- command.response_class = Google::Apis::DataformV1beta1::Policy
274
- command.params['resource'] = resource unless resource.nil?
275
- command.query['fields'] = fields unless fields.nil?
276
- command.query['quotaUser'] = quota_user unless quota_user.nil?
277
- execute_or_queue_command(command, &block)
278
- end
279
-
280
- # Returns permissions that a caller has on the specified resource. If the
281
- # resource does not exist, this will return an empty set of permissions, not a `
282
- # NOT_FOUND` error. Note: This operation is designed to be used for building
283
- # permission-aware UIs and command-line tools, not for authorization checking.
284
- # This operation may "fail open" without warning.
285
- # @param [String] resource
286
- # REQUIRED: The resource for which the policy detail is being requested. See [
287
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
288
- # appropriate value for this field.
289
- # @param [Google::Apis::DataformV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
290
- # @param [String] fields
291
- # Selector specifying which fields to include in a partial response.
292
- # @param [String] quota_user
293
- # Available to use for quota purposes for server-side applications. Can be any
294
- # arbitrary string assigned to a user, but should not exceed 40 characters.
295
- # @param [Google::Apis::RequestOptions] options
296
- # Request-specific options
297
- #
298
- # @yield [result, err] Result & error if block supplied
299
- # @yieldparam result [Google::Apis::DataformV1beta1::TestIamPermissionsResponse] parsed result object
300
- # @yieldparam err [StandardError] error object if request failed
301
- #
302
- # @return [Google::Apis::DataformV1beta1::TestIamPermissionsResponse]
303
- #
304
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
305
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
306
- # @raise [Google::Apis::AuthorizationError] Authorization is required
307
- def test_collection_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
308
- command = make_simple_command(:post, 'v1beta1/{+resource}:testIamPermissions', options)
309
- command.request_representation = Google::Apis::DataformV1beta1::TestIamPermissionsRequest::Representation
310
- command.request_object = test_iam_permissions_request_object
311
- command.response_representation = Google::Apis::DataformV1beta1::TestIamPermissionsResponse::Representation
312
- command.response_class = Google::Apis::DataformV1beta1::TestIamPermissionsResponse
313
- command.params['resource'] = resource unless resource.nil?
314
- command.query['fields'] = fields unless fields.nil?
315
- command.query['quotaUser'] = quota_user unless quota_user.nil?
316
- execute_or_queue_command(command, &block)
317
- end
318
-
319
198
  # Applies a Git commit to a Repository. The Repository must not have a value for
320
199
  # `git_remote_settings.url`.
321
200
  # @param [String] name
@@ -854,170 +733,6 @@ module Google
854
733
  execute_or_queue_command(command, &block)
855
734
  end
856
735
 
857
- # Gets the access control policy for a resource. Returns an empty policy if the
858
- # resource exists and does not have a policy set.
859
- # @param [String] resource
860
- # REQUIRED: The resource for which the policy is being requested. See [Resource
861
- # names](https://cloud.google.com/apis/design/resource_names) for the
862
- # appropriate value for this field.
863
- # @param [Fixnum] options_requested_policy_version
864
- # Optional. The maximum policy version that will be used to format the policy.
865
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
866
- # rejected. Requests for policies with any conditional role bindings must
867
- # specify version 3. Policies with no conditional role bindings may specify any
868
- # valid value or leave the field unset. The policy in the response might use the
869
- # policy version that you specified, or it might use a lower policy version. For
870
- # example, if you specify version 3, but the policy has no conditional role
871
- # bindings, the response uses version 1. To learn which resources support
872
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
873
- # google.com/iam/help/conditions/resource-policies).
874
- # @param [String] fields
875
- # Selector specifying which fields to include in a partial response.
876
- # @param [String] quota_user
877
- # Available to use for quota purposes for server-side applications. Can be any
878
- # arbitrary string assigned to a user, but should not exceed 40 characters.
879
- # @param [Google::Apis::RequestOptions] options
880
- # Request-specific options
881
- #
882
- # @yield [result, err] Result & error if block supplied
883
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
884
- # @yieldparam err [StandardError] error object if request failed
885
- #
886
- # @return [Google::Apis::DataformV1beta1::Policy]
887
- #
888
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
889
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
890
- # @raise [Google::Apis::AuthorizationError] Authorization is required
891
- def get_project_location_repository_comment_thread_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
892
- command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
893
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
894
- command.response_class = Google::Apis::DataformV1beta1::Policy
895
- command.params['resource'] = resource unless resource.nil?
896
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
897
- command.query['fields'] = fields unless fields.nil?
898
- command.query['quotaUser'] = quota_user unless quota_user.nil?
899
- execute_or_queue_command(command, &block)
900
- end
901
-
902
- # Sets the access control policy on the specified resource. Replaces any
903
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
904
- # PERMISSION_DENIED` errors.
905
- # @param [String] resource
906
- # REQUIRED: The resource for which the policy is being specified. See [Resource
907
- # names](https://cloud.google.com/apis/design/resource_names) for the
908
- # appropriate value for this field.
909
- # @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
910
- # @param [String] fields
911
- # Selector specifying which fields to include in a partial response.
912
- # @param [String] quota_user
913
- # Available to use for quota purposes for server-side applications. Can be any
914
- # arbitrary string assigned to a user, but should not exceed 40 characters.
915
- # @param [Google::Apis::RequestOptions] options
916
- # Request-specific options
917
- #
918
- # @yield [result, err] Result & error if block supplied
919
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
920
- # @yieldparam err [StandardError] error object if request failed
921
- #
922
- # @return [Google::Apis::DataformV1beta1::Policy]
923
- #
924
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
925
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
926
- # @raise [Google::Apis::AuthorizationError] Authorization is required
927
- def set_comment_thread_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
928
- command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
929
- command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
930
- command.request_object = set_iam_policy_request_object
931
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
932
- command.response_class = Google::Apis::DataformV1beta1::Policy
933
- command.params['resource'] = resource unless resource.nil?
934
- command.query['fields'] = fields unless fields.nil?
935
- command.query['quotaUser'] = quota_user unless quota_user.nil?
936
- execute_or_queue_command(command, &block)
937
- end
938
-
939
- # Gets the access control policy for a resource. Returns an empty policy if the
940
- # resource exists and does not have a policy set.
941
- # @param [String] resource
942
- # REQUIRED: The resource for which the policy is being requested. See [Resource
943
- # names](https://cloud.google.com/apis/design/resource_names) for the
944
- # appropriate value for this field.
945
- # @param [Fixnum] options_requested_policy_version
946
- # Optional. The maximum policy version that will be used to format the policy.
947
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
948
- # rejected. Requests for policies with any conditional role bindings must
949
- # specify version 3. Policies with no conditional role bindings may specify any
950
- # valid value or leave the field unset. The policy in the response might use the
951
- # policy version that you specified, or it might use a lower policy version. For
952
- # example, if you specify version 3, but the policy has no conditional role
953
- # bindings, the response uses version 1. To learn which resources support
954
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
955
- # google.com/iam/help/conditions/resource-policies).
956
- # @param [String] fields
957
- # Selector specifying which fields to include in a partial response.
958
- # @param [String] quota_user
959
- # Available to use for quota purposes for server-side applications. Can be any
960
- # arbitrary string assigned to a user, but should not exceed 40 characters.
961
- # @param [Google::Apis::RequestOptions] options
962
- # Request-specific options
963
- #
964
- # @yield [result, err] Result & error if block supplied
965
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
966
- # @yieldparam err [StandardError] error object if request failed
967
- #
968
- # @return [Google::Apis::DataformV1beta1::Policy]
969
- #
970
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
971
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
972
- # @raise [Google::Apis::AuthorizationError] Authorization is required
973
- def get_project_location_repository_comment_thread_comment_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
974
- command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
975
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
976
- command.response_class = Google::Apis::DataformV1beta1::Policy
977
- command.params['resource'] = resource unless resource.nil?
978
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
979
- command.query['fields'] = fields unless fields.nil?
980
- command.query['quotaUser'] = quota_user unless quota_user.nil?
981
- execute_or_queue_command(command, &block)
982
- end
983
-
984
- # Sets the access control policy on the specified resource. Replaces any
985
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
986
- # PERMISSION_DENIED` errors.
987
- # @param [String] resource
988
- # REQUIRED: The resource for which the policy is being specified. See [Resource
989
- # names](https://cloud.google.com/apis/design/resource_names) for the
990
- # appropriate value for this field.
991
- # @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
992
- # @param [String] fields
993
- # Selector specifying which fields to include in a partial response.
994
- # @param [String] quota_user
995
- # Available to use for quota purposes for server-side applications. Can be any
996
- # arbitrary string assigned to a user, but should not exceed 40 characters.
997
- # @param [Google::Apis::RequestOptions] options
998
- # Request-specific options
999
- #
1000
- # @yield [result, err] Result & error if block supplied
1001
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
1002
- # @yieldparam err [StandardError] error object if request failed
1003
- #
1004
- # @return [Google::Apis::DataformV1beta1::Policy]
1005
- #
1006
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1007
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1008
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1009
- def set_comment_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1010
- command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
1011
- command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
1012
- command.request_object = set_iam_policy_request_object
1013
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
1014
- command.response_class = Google::Apis::DataformV1beta1::Policy
1015
- command.params['resource'] = resource unless resource.nil?
1016
- command.query['fields'] = fields unless fields.nil?
1017
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1018
- execute_or_queue_command(command, &block)
1019
- end
1020
-
1021
736
  # Creates a new CompilationResult in a given project and location.
1022
737
  # @param [String] parent
1023
738
  # Required. The repository in which to create the compilation result. Must be in
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataform_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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: 2024-12-04 00:00:00.000000000 Z
11
+ date: 2024-12-15 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-dataform_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dataform API V1beta1