google-apis-dataform_v1beta1 0.20.0 → 0.22.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: c18dbfa5f37fdc14fc40f4a6a97146ceaffbb21e921b319038e66a3e87f8d3a3
4
- data.tar.gz: b4a8ce347383ec79b099d9803dae196e78e54a2fa445a64538d1215fad5b9bac
3
+ metadata.gz: bd5e4126a2cdcc8d0afd8744a6d7c53a5c4c7f47a9c23015e2f6ac1f58e5f889
4
+ data.tar.gz: 391d9a53bb8377194f1dd6162340cd5fcd8d30e2d26b777afa1a9faefa2b1881
5
5
  SHA512:
6
- metadata.gz: 96b895f41ebaa809bd70ddad131b117d08e2c1beaea0bd54dcf93409e73cfc8086508a5795ee1baea4944b1c40415a5a7b44f6fc8f2f408cad88b4d6fc9dc90f
7
- data.tar.gz: 8d1866b7e7a1b357654f29c19f17a5d7a64eb4bf28aa4c51aa1eeeb2084c2bf72582b7692939cab2c665a5c900261b19f9a5f62231eba28379773b920413357c
6
+ metadata.gz: 14aaca3005664a0b36f1b7e1c138417ab9d1aec376329c3e90c9b2ac59284dfb056dfb04b92229de8c0d27c659426cca6da13fc39282d47c35ce55fbcc54b1f5
7
+ data.tar.gz: 3687bd80c5a734a4813f2afb09580ebe84c1ca3bbd74d799e9258e9b9a3054d95d6e6bc3c018f0725476da1649e6edf17cf08d433700519f95193f6254d35aea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.22.0 (2024-02-04)
4
+
5
+ * Regenerated from discovery document revision 20240127
6
+
7
+ ### v0.21.0 (2024-01-28)
8
+
9
+ * Regenerated from discovery document revision 20240121
10
+ * Regenerated using generator version 0.13.1
11
+
3
12
  ### v0.20.0 (2024-01-23)
4
13
 
5
14
  * 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
@@ -525,9 +528,8 @@ module Google
525
528
  # @return [String]
526
529
  attr_accessor :name
527
530
 
528
- # Immutable. The name of the release config to compile. The release config's '
529
- # current_compilation_result' field will be updated to this compilation result.
530
- # Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`.
531
+ # Immutable. The name of the release config to compile. Must be in the format `
532
+ # projects/*/locations/*/repositories/*/releaseConfigs/*`.
531
533
  # Corresponds to the JSON property `releaseConfig`
532
534
  # @return [String]
533
535
  attr_accessor :release_config
@@ -2093,11 +2095,12 @@ module Google
2093
2095
  attr_accessor :recent_scheduled_release_records
2094
2096
 
2095
2097
  # Optional. The name of the currently released compilation result for this
2096
- # release config. This value is updated when a compilation result is created
2097
- # from this release config, or when this resource is updated by API call (
2098
- # perhaps to roll back to an earlier release). The compilation result must have
2099
- # been created using this release config. Must be in the format `projects/*/
2100
- # locations/*/repositories/*/compilationResults/*`.
2098
+ # release config. This value is updated when a compilation result is
2099
+ # automatically created from this release config (using cron_schedule), or when
2100
+ # this resource is updated by API call (perhaps to roll back to an earlier
2101
+ # release). The compilation result must have been created using this release
2102
+ # config. Must be in the format `projects/*/locations/*/repositories/*/
2103
+ # compilationResults/*`.
2101
2104
  # Corresponds to the JSON property `releaseCompilationResult`
2102
2105
  # @return [String]
2103
2106
  attr_accessor :release_compilation_result
@@ -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.22.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 = "20240127"
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.22.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-02-04 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.22.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: []