Skip to content

Commit 44033e1

Browse files
feat: Automated regeneration of dataform v1beta1 client
1 parent 80c0656 commit 44033e1

4 files changed

Lines changed: 20 additions & 30 deletions

File tree

generated/google-apis-dataform_v1beta1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-dataform_v1beta1
22

3-
### v0.60.0 (2026-06-21)
3+
### v0.60.0 (2026-06-28)
44

5-
* Regenerated from discovery document revision 20260615
5+
* Regenerated from discovery document revision 20260621
66

77
### v0.59.0 (2026-06-14)
88

generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/classes.rb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,8 @@ class GitRemoteSettings
15681568
# @return [String]
15691569
attr_accessor :authentication_token_secret_version
15701570

1571-
# Optional. The Git remote's default branch name. If not set `main` will be used.
1571+
# Optional. The Git remote's default branch name. If not set, `main` will be
1572+
# used.
15721573
# Corresponds to the JSON property `defaultBranch`
15731574
# @return [String]
15741575
attr_accessor :default_branch
@@ -1579,8 +1580,8 @@ class GitRemoteSettings
15791580
# @return [String]
15801581
attr_accessor :effective_default_branch
15811582

1582-
# Optional. Resource name for the GitRepositoryLink used for machine credentials.
1583-
# Must be in the format `projects/*/locations/*/connections/*/
1583+
# Optional. Resource name for the `GitRepositoryLink` used for machine
1584+
# credentials. Must be in the format `projects/*/locations/*/connections/*/
15841585
# gitRepositoryLinks/*`
15851586
# Corresponds to the JSON property `gitRepositoryLink`
15861587
# @return [String]
@@ -1858,8 +1859,7 @@ class ListCompilationResultsResponse
18581859
# @return [String]
18591860
attr_accessor :next_page_token
18601861

1861-
# Locations which could not be reached. LINT.ThenChange(//depot/google3/google/
1862-
# cloud/dataform/v2main/data_pipelines.proto:ListCompilationResultsResponse)
1862+
# Locations which could not be reached.
18631863
# Corresponds to the JSON property `unreachable`
18641864
# @return [Array<String>]
18651865
attr_accessor :unreachable
@@ -1950,8 +1950,7 @@ class ListReleaseConfigsResponse
19501950
# @return [Array<Google::Apis::DataformV1beta1::ReleaseConfig>]
19511951
attr_accessor :release_configs
19521952

1953-
# Locations which could not be reached. LINT.ThenChange(//depot/google3/google/
1954-
# cloud/dataform/v2main/data_pipelines.proto:ListReleaseConfigsResponse)
1953+
# Locations which could not be reached.
19551954
# Corresponds to the JSON property `unreachable`
19561955
# @return [Array<String>]
19571956
attr_accessor :unreachable
@@ -3238,8 +3237,7 @@ class ReleaseConfig
32383237

32393238
# Output only. All the metadata information that is used internally to serve the
32403239
# resource. For example: timestamps, flags, status fields, etc. The format of
3241-
# this field is a JSON string. LINT.ThenChange(//depot/google3/google/cloud/
3242-
# dataform/v2main/data_pipelines.proto:ReleaseConfig)
3240+
# this field is a JSON string.
32433241
# Corresponds to the JSON property `internalMetadata`
32443242
# @return [String]
32453243
attr_accessor :internal_metadata

generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module DataformV1beta1
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260615"
25+
REVISION = "20260621"
2626
end
2727
end
2828
end

generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/service.rb

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ def delete_project_location_repository(name, force: nil, fields: nil, quota_user
933933
execute_or_queue_command(command, &block)
934934
end
935935

936-
# Deletes a single Repository asynchronously.
936+
# Deletes a single repository asynchronously.
937937
# @param [String] name
938938
# Required. The repository's name.
939939
# @param [Google::Apis::DataformV1beta1::DeleteRepositoryLongRunningRequest] delete_repository_long_running_request_object
@@ -1438,8 +1438,7 @@ def create_project_location_repository_compilation_result(parent, compilation_re
14381438

14391439
# Fetches a single CompilationResult.
14401440
# @param [String] name
1441-
# Required. The compilation result's name. LINT.ThenChange(//depot/google3/
1442-
# google/cloud/dataform/v2main/data_pipelines.proto:GetCompilationResultRequest)
1441+
# Required. The compilation result's name.
14431442
# @param [String] fields
14441443
# Selector specifying which fields to include in a partial response.
14451444
# @param [String] quota_user
@@ -1472,8 +1471,7 @@ def get_project_location_repository_compilation_result(name, fields: nil, quota_
14721471
# Required. The repository in which to list compilation results. Must be in the
14731472
# format `projects/*/locations/*/repositories/*`.
14741473
# @param [String] filter
1475-
# Optional. Filter for the returned list. LINT.ThenChange(//depot/google3/google/
1476-
# cloud/dataform/v2main/data_pipelines.proto:ListCompilationResultsRequest)
1474+
# Optional. Filter for the returned list.
14771475
# @param [String] order_by
14781476
# Optional. This field only supports ordering by `name` and `create_time`. If
14791477
# unspecified, the server will choose the ordering. If specified, the default
@@ -1570,9 +1568,7 @@ def query_project_location_repository_compilation_result(name, filter: nil, page
15701568
# @param [Google::Apis::DataformV1beta1::ReleaseConfig] release_config_object
15711569
# @param [String] release_config_id
15721570
# Required. The ID to use for the release config, which will become the final
1573-
# component of the release config's resource name. LINT.ThenChange(//depot/
1574-
# google3/google/cloud/dataform/v2main/data_pipelines.proto:
1575-
# CreateReleaseConfigRequest)
1571+
# component of the release config's resource name.
15761572
# @param [String] fields
15771573
# Selector specifying which fields to include in a partial response.
15781574
# @param [String] quota_user
@@ -1605,8 +1601,7 @@ def create_project_location_repository_release_config(parent, release_config_obj
16051601

16061602
# Deletes a single ReleaseConfig.
16071603
# @param [String] name
1608-
# Required. The release config's name. LINT.ThenChange(//depot/google3/google/
1609-
# cloud/dataform/v2main/data_pipelines.proto:DeleteReleaseConfigRequest)
1604+
# Required. The release config's name.
16101605
# @param [String] fields
16111606
# Selector specifying which fields to include in a partial response.
16121607
# @param [String] quota_user
@@ -1636,8 +1631,7 @@ def delete_project_location_repository_release_config(name, fields: nil, quota_u
16361631

16371632
# Fetches a single ReleaseConfig.
16381633
# @param [String] name
1639-
# Required. The release config's name. LINT.ThenChange(//depot/google3/google/
1640-
# cloud/dataform/v2main/data_pipelines.proto:GetReleaseConfigRequest)
1634+
# Required. The release config's name.
16411635
# @param [String] fields
16421636
# Selector specifying which fields to include in a partial response.
16431637
# @param [String] quota_user
@@ -1677,9 +1671,7 @@ def get_project_location_repository_release_config(name, fields: nil, quota_user
16771671
# Optional. Page token received from a previous `ListReleaseConfigs` call.
16781672
# Provide this to retrieve the subsequent page. When paginating, all other
16791673
# parameters provided to `ListReleaseConfigs`, with the exception of `page_size`,
1680-
# must match the call that provided the page token. LINT.ThenChange(//depot/
1681-
# google3/google/cloud/dataform/v2main/data_pipelines.proto:
1682-
# ListReleaseConfigsRequest)
1674+
# must match the call that provided the page token.
16831675
# @param [String] fields
16841676
# Selector specifying which fields to include in a partial response.
16851677
# @param [String] quota_user
@@ -3295,9 +3287,9 @@ def query_project_location_team_folder_contents(team_folder, filter: nil, order_
32953287
# display_name` (default), `create_time`, `last_modified_time`. Examples: * `
32963288
# orderBy="display_name"` * `orderBy="display_name desc"`
32973289
# @param [Fixnum] page_size
3298-
# Optional. Maximum number of TeamFolders to return. The server may return fewer
3299-
# items than requested. If unspecified, the server will pick a default of
3300-
# page_size = 50.
3290+
# Optional. Maximum number of `TeamFolders` to return. The server may return
3291+
# fewer items than requested. If unspecified, the server will pick a default of `
3292+
# page_size` = 50.
33013293
# @param [String] page_token
33023294
# Optional. Page token received from a previous `SearchTeamFolders` call.
33033295
# Provide this to retrieve the subsequent page. When paginating, all other

0 commit comments

Comments
 (0)