google-apis-dataform_v1beta1 0.34.0 → 0.36.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95cd563005e396b76586ff160ce50ab9f456da0a72d4a02349d3697ab5cd8def
|
4
|
+
data.tar.gz: b117311cfb2752444313b626d6810fc8bbea0a1c20708560100fc2eeb97e907d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 185fa98e50bf9529f1daaf78017f074b8d9413372232f2b4e7915210db920cae842a2c1a4c57d9585d20f9ca5fd0aae34345e3b843ec8932617d16ca795a20c8
|
7
|
+
data.tar.gz: 4cb6d7448e3a61e247753d89064425bc4c71beab4459ddf1b3457527adb392b7e784dcafa553e47b72e41fc4e1f5bdb01c4454edf0984beea95a9d7e8bc11c0e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.35.0 (2024-11-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241108
|
10
|
+
|
3
11
|
### v0.34.0 (2024-11-03)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20241020
|
@@ -1720,9 +1720,9 @@ module Google
|
|
1720
1720
|
attr_accessor :api_version
|
1721
1721
|
|
1722
1722
|
# Output only. Identifies whether the user has requested cancellation of the
|
1723
|
-
# operation. Operations that have been cancelled successfully have
|
1724
|
-
# error value with a google.rpc.Status.code of 1
|
1725
|
-
# CANCELLED`.
|
1723
|
+
# operation. Operations that have been cancelled successfully have google.
|
1724
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of `1`,
|
1725
|
+
# corresponding to `Code.CANCELLED`.
|
1726
1726
|
# Corresponds to the JSON property `cancelRequested`
|
1727
1727
|
# @return [Boolean]
|
1728
1728
|
attr_accessor :cancel_requested
|
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20241203"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -155,7 +155,11 @@ module Google
|
|
155
155
|
execute_or_queue_command(command, &block)
|
156
156
|
end
|
157
157
|
|
158
|
-
# Update default config for a given project and location.
|
158
|
+
# Update default config for a given project and location. *Note:* This method
|
159
|
+
# does not fully implement AIP/134. In particular: 1. The wildcard entry (***)
|
160
|
+
# is treated as a bad request 2. When the *field_mask* is omitted, instead of
|
161
|
+
# only updating the set fields, the request is treated as a full update on all
|
162
|
+
# modifiable fields
|
159
163
|
# @param [String] name
|
160
164
|
# Identifier. The config name.
|
161
165
|
# @param [Google::Apis::DataformV1beta1::Config] config_object
|
@@ -191,127 +195,6 @@ module Google
|
|
191
195
|
execute_or_queue_command(command, &block)
|
192
196
|
end
|
193
197
|
|
194
|
-
# Gets the access control policy for a resource. Returns an empty policy if the
|
195
|
-
# resource exists and does not have a policy set.
|
196
|
-
# @param [String] resource
|
197
|
-
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
198
|
-
# names](https://cloud.google.com/apis/design/resource_names) for the
|
199
|
-
# appropriate value for this field.
|
200
|
-
# @param [Fixnum] options_requested_policy_version
|
201
|
-
# Optional. The maximum policy version that will be used to format the policy.
|
202
|
-
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
203
|
-
# rejected. Requests for policies with any conditional role bindings must
|
204
|
-
# specify version 3. Policies with no conditional role bindings may specify any
|
205
|
-
# valid value or leave the field unset. The policy in the response might use the
|
206
|
-
# policy version that you specified, or it might use a lower policy version. For
|
207
|
-
# example, if you specify version 3, but the policy has no conditional role
|
208
|
-
# bindings, the response uses version 1. To learn which resources support
|
209
|
-
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
210
|
-
# google.com/iam/help/conditions/resource-policies).
|
211
|
-
# @param [String] fields
|
212
|
-
# Selector specifying which fields to include in a partial response.
|
213
|
-
# @param [String] quota_user
|
214
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
215
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
216
|
-
# @param [Google::Apis::RequestOptions] options
|
217
|
-
# Request-specific options
|
218
|
-
#
|
219
|
-
# @yield [result, err] Result & error if block supplied
|
220
|
-
# @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
|
221
|
-
# @yieldparam err [StandardError] error object if request failed
|
222
|
-
#
|
223
|
-
# @return [Google::Apis::DataformV1beta1::Policy]
|
224
|
-
#
|
225
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
226
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
227
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
228
|
-
def get_project_location_collection_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
|
229
|
-
command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
|
230
|
-
command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
|
231
|
-
command.response_class = Google::Apis::DataformV1beta1::Policy
|
232
|
-
command.params['resource'] = resource unless resource.nil?
|
233
|
-
command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
|
234
|
-
command.query['fields'] = fields unless fields.nil?
|
235
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
236
|
-
execute_or_queue_command(command, &block)
|
237
|
-
end
|
238
|
-
|
239
|
-
# Sets the access control policy on the specified resource. Replaces any
|
240
|
-
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
241
|
-
# PERMISSION_DENIED` errors.
|
242
|
-
# @param [String] resource
|
243
|
-
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
244
|
-
# names](https://cloud.google.com/apis/design/resource_names) for the
|
245
|
-
# appropriate value for this field.
|
246
|
-
# @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
|
247
|
-
# @param [String] fields
|
248
|
-
# Selector specifying which fields to include in a partial response.
|
249
|
-
# @param [String] quota_user
|
250
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
251
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
252
|
-
# @param [Google::Apis::RequestOptions] options
|
253
|
-
# Request-specific options
|
254
|
-
#
|
255
|
-
# @yield [result, err] Result & error if block supplied
|
256
|
-
# @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
|
257
|
-
# @yieldparam err [StandardError] error object if request failed
|
258
|
-
#
|
259
|
-
# @return [Google::Apis::DataformV1beta1::Policy]
|
260
|
-
#
|
261
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
262
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
263
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
264
|
-
def set_collection_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
265
|
-
command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
|
266
|
-
command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
|
267
|
-
command.request_object = set_iam_policy_request_object
|
268
|
-
command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
|
269
|
-
command.response_class = Google::Apis::DataformV1beta1::Policy
|
270
|
-
command.params['resource'] = resource unless resource.nil?
|
271
|
-
command.query['fields'] = fields unless fields.nil?
|
272
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
273
|
-
execute_or_queue_command(command, &block)
|
274
|
-
end
|
275
|
-
|
276
|
-
# Returns permissions that a caller has on the specified resource. If the
|
277
|
-
# resource does not exist, this will return an empty set of permissions, not a `
|
278
|
-
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
279
|
-
# permission-aware UIs and command-line tools, not for authorization checking.
|
280
|
-
# This operation may "fail open" without warning.
|
281
|
-
# @param [String] resource
|
282
|
-
# REQUIRED: The resource for which the policy detail is being requested. See [
|
283
|
-
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
284
|
-
# appropriate value for this field.
|
285
|
-
# @param [Google::Apis::DataformV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
286
|
-
# @param [String] fields
|
287
|
-
# Selector specifying which fields to include in a partial response.
|
288
|
-
# @param [String] quota_user
|
289
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
290
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
291
|
-
# @param [Google::Apis::RequestOptions] options
|
292
|
-
# Request-specific options
|
293
|
-
#
|
294
|
-
# @yield [result, err] Result & error if block supplied
|
295
|
-
# @yieldparam result [Google::Apis::DataformV1beta1::TestIamPermissionsResponse] parsed result object
|
296
|
-
# @yieldparam err [StandardError] error object if request failed
|
297
|
-
#
|
298
|
-
# @return [Google::Apis::DataformV1beta1::TestIamPermissionsResponse]
|
299
|
-
#
|
300
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
301
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
302
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
303
|
-
def test_collection_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
304
|
-
command = make_simple_command(:post, 'v1beta1/{+resource}:testIamPermissions', options)
|
305
|
-
command.request_representation = Google::Apis::DataformV1beta1::TestIamPermissionsRequest::Representation
|
306
|
-
command.request_object = test_iam_permissions_request_object
|
307
|
-
command.response_representation = Google::Apis::DataformV1beta1::TestIamPermissionsResponse::Representation
|
308
|
-
command.response_class = Google::Apis::DataformV1beta1::TestIamPermissionsResponse
|
309
|
-
command.params['resource'] = resource unless resource.nil?
|
310
|
-
command.query['fields'] = fields unless fields.nil?
|
311
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
312
|
-
execute_or_queue_command(command, &block)
|
313
|
-
end
|
314
|
-
|
315
198
|
# Applies a Git commit to a Repository. The Repository must not have a value for
|
316
199
|
# `git_remote_settings.url`.
|
317
200
|
# @param [String] name
|
@@ -646,7 +529,10 @@ module Google
|
|
646
529
|
execute_or_queue_command(command, &block)
|
647
530
|
end
|
648
531
|
|
649
|
-
# Updates a single Repository.
|
532
|
+
# Updates a single Repository. *Note:* This method does not fully implement AIP/
|
533
|
+
# 134. In particular: 1. The wildcard entry (***) is treated as a bad request 2.
|
534
|
+
# When the *field_mask* is omitted, instead of only updating the set fields, the
|
535
|
+
# request is treated as a full update on all modifiable fields
|
650
536
|
# @param [String] name
|
651
537
|
# Identifier. The repository's name.
|
652
538
|
# @param [Google::Apis::DataformV1beta1::Repository] repository_object
|
@@ -847,170 +733,6 @@ module Google
|
|
847
733
|
execute_or_queue_command(command, &block)
|
848
734
|
end
|
849
735
|
|
850
|
-
# Gets the access control policy for a resource. Returns an empty policy if the
|
851
|
-
# resource exists and does not have a policy set.
|
852
|
-
# @param [String] resource
|
853
|
-
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
854
|
-
# names](https://cloud.google.com/apis/design/resource_names) for the
|
855
|
-
# appropriate value for this field.
|
856
|
-
# @param [Fixnum] options_requested_policy_version
|
857
|
-
# Optional. The maximum policy version that will be used to format the policy.
|
858
|
-
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
859
|
-
# rejected. Requests for policies with any conditional role bindings must
|
860
|
-
# specify version 3. Policies with no conditional role bindings may specify any
|
861
|
-
# valid value or leave the field unset. The policy in the response might use the
|
862
|
-
# policy version that you specified, or it might use a lower policy version. For
|
863
|
-
# example, if you specify version 3, but the policy has no conditional role
|
864
|
-
# bindings, the response uses version 1. To learn which resources support
|
865
|
-
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
866
|
-
# google.com/iam/help/conditions/resource-policies).
|
867
|
-
# @param [String] fields
|
868
|
-
# Selector specifying which fields to include in a partial response.
|
869
|
-
# @param [String] quota_user
|
870
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
871
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
872
|
-
# @param [Google::Apis::RequestOptions] options
|
873
|
-
# Request-specific options
|
874
|
-
#
|
875
|
-
# @yield [result, err] Result & error if block supplied
|
876
|
-
# @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
|
877
|
-
# @yieldparam err [StandardError] error object if request failed
|
878
|
-
#
|
879
|
-
# @return [Google::Apis::DataformV1beta1::Policy]
|
880
|
-
#
|
881
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
882
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
883
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
884
|
-
def get_project_location_repository_comment_thread_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
|
885
|
-
command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
|
886
|
-
command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
|
887
|
-
command.response_class = Google::Apis::DataformV1beta1::Policy
|
888
|
-
command.params['resource'] = resource unless resource.nil?
|
889
|
-
command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
|
890
|
-
command.query['fields'] = fields unless fields.nil?
|
891
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
892
|
-
execute_or_queue_command(command, &block)
|
893
|
-
end
|
894
|
-
|
895
|
-
# Sets the access control policy on the specified resource. Replaces any
|
896
|
-
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
897
|
-
# PERMISSION_DENIED` errors.
|
898
|
-
# @param [String] resource
|
899
|
-
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
900
|
-
# names](https://cloud.google.com/apis/design/resource_names) for the
|
901
|
-
# appropriate value for this field.
|
902
|
-
# @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
|
903
|
-
# @param [String] fields
|
904
|
-
# Selector specifying which fields to include in a partial response.
|
905
|
-
# @param [String] quota_user
|
906
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
907
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
908
|
-
# @param [Google::Apis::RequestOptions] options
|
909
|
-
# Request-specific options
|
910
|
-
#
|
911
|
-
# @yield [result, err] Result & error if block supplied
|
912
|
-
# @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
|
913
|
-
# @yieldparam err [StandardError] error object if request failed
|
914
|
-
#
|
915
|
-
# @return [Google::Apis::DataformV1beta1::Policy]
|
916
|
-
#
|
917
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
918
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
919
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
920
|
-
def set_comment_thread_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
921
|
-
command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
|
922
|
-
command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
|
923
|
-
command.request_object = set_iam_policy_request_object
|
924
|
-
command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
|
925
|
-
command.response_class = Google::Apis::DataformV1beta1::Policy
|
926
|
-
command.params['resource'] = resource unless resource.nil?
|
927
|
-
command.query['fields'] = fields unless fields.nil?
|
928
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
929
|
-
execute_or_queue_command(command, &block)
|
930
|
-
end
|
931
|
-
|
932
|
-
# Gets the access control policy for a resource. Returns an empty policy if the
|
933
|
-
# resource exists and does not have a policy set.
|
934
|
-
# @param [String] resource
|
935
|
-
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
936
|
-
# names](https://cloud.google.com/apis/design/resource_names) for the
|
937
|
-
# appropriate value for this field.
|
938
|
-
# @param [Fixnum] options_requested_policy_version
|
939
|
-
# Optional. The maximum policy version that will be used to format the policy.
|
940
|
-
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
941
|
-
# rejected. Requests for policies with any conditional role bindings must
|
942
|
-
# specify version 3. Policies with no conditional role bindings may specify any
|
943
|
-
# valid value or leave the field unset. The policy in the response might use the
|
944
|
-
# policy version that you specified, or it might use a lower policy version. For
|
945
|
-
# example, if you specify version 3, but the policy has no conditional role
|
946
|
-
# bindings, the response uses version 1. To learn which resources support
|
947
|
-
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
948
|
-
# google.com/iam/help/conditions/resource-policies).
|
949
|
-
# @param [String] fields
|
950
|
-
# Selector specifying which fields to include in a partial response.
|
951
|
-
# @param [String] quota_user
|
952
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
953
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
954
|
-
# @param [Google::Apis::RequestOptions] options
|
955
|
-
# Request-specific options
|
956
|
-
#
|
957
|
-
# @yield [result, err] Result & error if block supplied
|
958
|
-
# @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
|
959
|
-
# @yieldparam err [StandardError] error object if request failed
|
960
|
-
#
|
961
|
-
# @return [Google::Apis::DataformV1beta1::Policy]
|
962
|
-
#
|
963
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
964
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
965
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
966
|
-
def get_project_location_repository_comment_thread_comment_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
|
967
|
-
command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
|
968
|
-
command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
|
969
|
-
command.response_class = Google::Apis::DataformV1beta1::Policy
|
970
|
-
command.params['resource'] = resource unless resource.nil?
|
971
|
-
command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
|
972
|
-
command.query['fields'] = fields unless fields.nil?
|
973
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
974
|
-
execute_or_queue_command(command, &block)
|
975
|
-
end
|
976
|
-
|
977
|
-
# Sets the access control policy on the specified resource. Replaces any
|
978
|
-
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
979
|
-
# PERMISSION_DENIED` errors.
|
980
|
-
# @param [String] resource
|
981
|
-
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
982
|
-
# names](https://cloud.google.com/apis/design/resource_names) for the
|
983
|
-
# appropriate value for this field.
|
984
|
-
# @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
|
985
|
-
# @param [String] fields
|
986
|
-
# Selector specifying which fields to include in a partial response.
|
987
|
-
# @param [String] quota_user
|
988
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
989
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
990
|
-
# @param [Google::Apis::RequestOptions] options
|
991
|
-
# Request-specific options
|
992
|
-
#
|
993
|
-
# @yield [result, err] Result & error if block supplied
|
994
|
-
# @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
|
995
|
-
# @yieldparam err [StandardError] error object if request failed
|
996
|
-
#
|
997
|
-
# @return [Google::Apis::DataformV1beta1::Policy]
|
998
|
-
#
|
999
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1000
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1001
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1002
|
-
def set_comment_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1003
|
-
command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
|
1004
|
-
command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
|
1005
|
-
command.request_object = set_iam_policy_request_object
|
1006
|
-
command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
|
1007
|
-
command.response_class = Google::Apis::DataformV1beta1::Policy
|
1008
|
-
command.params['resource'] = resource unless resource.nil?
|
1009
|
-
command.query['fields'] = fields unless fields.nil?
|
1010
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1011
|
-
execute_or_queue_command(command, &block)
|
1012
|
-
end
|
1013
|
-
|
1014
736
|
# Creates a new CompilationResult in a given project and location.
|
1015
737
|
# @param [String] parent
|
1016
738
|
# Required. The repository in which to create the compilation result. Must be in
|
@@ -1310,7 +1032,10 @@ module Google
|
|
1310
1032
|
execute_or_queue_command(command, &block)
|
1311
1033
|
end
|
1312
1034
|
|
1313
|
-
# Updates a single ReleaseConfig.
|
1035
|
+
# Updates a single ReleaseConfig. *Note:* This method does not fully implement
|
1036
|
+
# AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad
|
1037
|
+
# request 2. When the *field_mask* is omitted, instead of only updating the set
|
1038
|
+
# fields, the request is treated as a full update on all modifiable fields
|
1314
1039
|
# @param [String] name
|
1315
1040
|
# Identifier. The release config's name.
|
1316
1041
|
# @param [Google::Apis::DataformV1beta1::ReleaseConfig] release_config_object
|
@@ -1487,7 +1212,10 @@ module Google
|
|
1487
1212
|
execute_or_queue_command(command, &block)
|
1488
1213
|
end
|
1489
1214
|
|
1490
|
-
# Updates a single WorkflowConfig.
|
1215
|
+
# Updates a single WorkflowConfig. *Note:* This method does not fully implement
|
1216
|
+
# AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad
|
1217
|
+
# request 2. When the *field_mask* is omitted, instead of only updating the set
|
1218
|
+
# fields, the request is treated as a full update on all modifiable fields
|
1491
1219
|
# @param [String] name
|
1492
1220
|
# Identifier. The workflow config's name.
|
1493
1221
|
# @param [Google::Apis::DataformV1beta1::WorkflowConfig] workflow_config_object
|
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.
|
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-
|
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.
|
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.
|
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
|