google-apis-dataform_v1beta1 0.20.0 → 0.21.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: c18dbfa5f37fdc14fc40f4a6a97146ceaffbb21e921b319038e66a3e87f8d3a3
4
- data.tar.gz: b4a8ce347383ec79b099d9803dae196e78e54a2fa445a64538d1215fad5b9bac
3
+ metadata.gz: 6c077e40b90c762071ce1fb80af8e9f3c38ae3086418cf50e88805706a72eb08
4
+ data.tar.gz: a849732d45ae36f12f6b5fd30173e9793caeacba15982b736c5c9463cf164a2b
5
5
  SHA512:
6
- metadata.gz: 96b895f41ebaa809bd70ddad131b117d08e2c1beaea0bd54dcf93409e73cfc8086508a5795ee1baea4944b1c40415a5a7b44f6fc8f2f408cad88b4d6fc9dc90f
7
- data.tar.gz: 8d1866b7e7a1b357654f29c19f17a5d7a64eb4bf28aa4c51aa1eeeb2084c2bf72582b7692939cab2c665a5c900261b19f9a5f62231eba28379773b920413357c
6
+ metadata.gz: b882e986aa663c0126d794029d39ad56521922db8e411947b874b3b5cda981e2d3213f703a7338d5d677b6cea8cbf7ad7fd74b60657a7455b0947ef1d88e4a6b
7
+ data.tar.gz: 2ff52239cdec111d50066eb55685c838f1eae2894d3aff46013e3fa5834c089574bfa3353cd0d58fa14955196823fd48072ccbe171cbcb74f3cd1513cd01e0a2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.21.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240121
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.20.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240107
@@ -174,7 +174,10 @@ module Google
174
174
  attr_accessor :members
175
175
 
176
176
  # Role that is assigned to the list of `members`, or principals. For example, `
177
- # roles/viewer`, `roles/editor`, or `roles/owner`.
177
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
178
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
179
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
180
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
178
181
  # Corresponds to the JSON property `role`
179
182
  # @return [String]
180
183
  attr_accessor :role
@@ -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.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240107"
25
+ REVISION = "20240121"
26
26
  end
27
27
  end
28
28
  end
@@ -849,6 +849,8 @@ module Google
849
849
  # @param [String] parent
850
850
  # Required. The repository in which to list compilation results. Must be in the
851
851
  # format `projects/*/locations/*/repositories/*`.
852
+ # @param [String] filter
853
+ # Optional. Filter for the returned list.
852
854
  # @param [Fixnum] page_size
853
855
  # Optional. Maximum number of compilation results to return. The server may
854
856
  # return fewer items than requested. If unspecified, the server will pick an
@@ -875,11 +877,12 @@ module Google
875
877
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
876
878
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
877
879
  # @raise [Google::Apis::AuthorizationError] Authorization is required
878
- def list_project_location_repository_compilation_results(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
880
+ def list_project_location_repository_compilation_results(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
879
881
  command = make_simple_command(:get, 'v1beta1/{+parent}/compilationResults', options)
880
882
  command.response_representation = Google::Apis::DataformV1beta1::ListCompilationResultsResponse::Representation
881
883
  command.response_class = Google::Apis::DataformV1beta1::ListCompilationResultsResponse
882
884
  command.params['parent'] = parent unless parent.nil?
885
+ command.query['filter'] = filter unless filter.nil?
883
886
  command.query['pageSize'] = page_size unless page_size.nil?
884
887
  command.query['pageToken'] = page_token unless page_token.nil?
885
888
  command.query['fields'] = fields unless fields.nil?
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.20.0
4
+ version: 0.21.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-01-23 00:00:00.000000000 Z
11
+ date: 2024-01-28 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.21.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: []