google-apis-dataform_v1beta1 0.30.0 → 0.31.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: bd32b8c4ea423223cbf2cd789a313fe131370058ce7f9781169def90c8b01dbb
4
- data.tar.gz: 5fccc7a7028267ba72406f92f6ea8b1a8899dbcc09b7559fa644ffaea0466e12
3
+ metadata.gz: c3f652e72ed752e991591050d2b363cbd83aaf12039d1e77a332d7ad4cd39af9
4
+ data.tar.gz: 702d3f04e378b523cf28479c25f9a2bce17393c18440e0a0131bf841f827baf3
5
5
  SHA512:
6
- metadata.gz: 2ace1dadcee9de80cf0c71b2c37ee1bad9efa1f1452f41547aa470942973193a0c441bf36a76ae53fa01d9d8d6279d1b3c3b2b9c1326220df43a2ce061c6ac53
7
- data.tar.gz: 92f2226ec6a307ebf504c3bf3419a9ac10398f5a2455fcaed907b8113b790c683114fedac55855aa993b7d889bfeeb134836011800d1b44ed8fa5be3ab2fb2db
6
+ metadata.gz: a1cdd5d97d42886ba6ea8d151ba3e5656fd51f3c11485e5f3ce709be91bc9eedb043a4066ef8665c4f01023e5cf9f668a95a590ad4ee30d080cf52d24a26b7e8
7
+ data.tar.gz: 272af198e27bff232e3b6eb98515c750691f11e86ff0aa95d9e07e20e6f8b5b2ceb6a683aca2387f7af6475119430fe0e1d17d7185b35a53fcd7b3d8c0e3c209
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.31.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240608
6
+
3
7
  ### v0.30.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240504
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240504"
25
+ REVISION = "20240608"
26
26
  end
27
27
  end
28
28
  end
@@ -863,6 +863,88 @@ module Google
863
863
  execute_or_queue_command(command, &block)
864
864
  end
865
865
 
866
+ # Gets the access control policy for a resource. Returns an empty policy if the
867
+ # resource exists and does not have a policy set.
868
+ # @param [String] resource
869
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
870
+ # names](https://cloud.google.com/apis/design/resource_names) for the
871
+ # appropriate value for this field.
872
+ # @param [Fixnum] options_requested_policy_version
873
+ # Optional. The maximum policy version that will be used to format the policy.
874
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
875
+ # rejected. Requests for policies with any conditional role bindings must
876
+ # specify version 3. Policies with no conditional role bindings may specify any
877
+ # valid value or leave the field unset. The policy in the response might use the
878
+ # policy version that you specified, or it might use a lower policy version. For
879
+ # example, if you specify version 3, but the policy has no conditional role
880
+ # bindings, the response uses version 1. To learn which resources support
881
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
882
+ # google.com/iam/help/conditions/resource-policies).
883
+ # @param [String] fields
884
+ # Selector specifying which fields to include in a partial response.
885
+ # @param [String] quota_user
886
+ # Available to use for quota purposes for server-side applications. Can be any
887
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
888
+ # @param [Google::Apis::RequestOptions] options
889
+ # Request-specific options
890
+ #
891
+ # @yield [result, err] Result & error if block supplied
892
+ # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
893
+ # @yieldparam err [StandardError] error object if request failed
894
+ #
895
+ # @return [Google::Apis::DataformV1beta1::Policy]
896
+ #
897
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
898
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
899
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
900
+ def get_project_location_repository_comment_thread_comment_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
901
+ command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
902
+ command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
903
+ command.response_class = Google::Apis::DataformV1beta1::Policy
904
+ command.params['resource'] = resource unless resource.nil?
905
+ command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
906
+ command.query['fields'] = fields unless fields.nil?
907
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
908
+ execute_or_queue_command(command, &block)
909
+ end
910
+
911
+ # Sets the access control policy on the specified resource. Replaces any
912
+ # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
913
+ # PERMISSION_DENIED` errors.
914
+ # @param [String] resource
915
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
916
+ # names](https://cloud.google.com/apis/design/resource_names) for the
917
+ # appropriate value for this field.
918
+ # @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
919
+ # @param [String] fields
920
+ # Selector specifying which fields to include in a partial response.
921
+ # @param [String] quota_user
922
+ # Available to use for quota purposes for server-side applications. Can be any
923
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
924
+ # @param [Google::Apis::RequestOptions] options
925
+ # Request-specific options
926
+ #
927
+ # @yield [result, err] Result & error if block supplied
928
+ # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
929
+ # @yieldparam err [StandardError] error object if request failed
930
+ #
931
+ # @return [Google::Apis::DataformV1beta1::Policy]
932
+ #
933
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
934
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
935
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
936
+ def set_comment_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
937
+ command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
938
+ command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
939
+ command.request_object = set_iam_policy_request_object
940
+ command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
941
+ command.response_class = Google::Apis::DataformV1beta1::Policy
942
+ command.params['resource'] = resource unless resource.nil?
943
+ command.query['fields'] = fields unless fields.nil?
944
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
945
+ execute_or_queue_command(command, &block)
946
+ end
947
+
866
948
  # Creates a new CompilationResult in a given project and location.
867
949
  # @param [String] parent
868
950
  # 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.30.0
4
+ version: 0.31.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-16 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.31.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: []