Skip to content

Commit 9a6166d

Browse files
feat: Automated regeneration of dataform v1 client (#27208)
Auto-created at 2026-06-28 10:55:21 +0000 using the toys pull request generator.
1 parent 61e06c4 commit 9a6166d

4 files changed

Lines changed: 22 additions & 28 deletions

File tree

generated/google-apis-dataform_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dataform_v1
22

3+
### v0.11.0 (2026-06-28)
4+
5+
* Regenerated from discovery document revision 20260621
6+
37
### v0.10.0 (2026-06-14)
48

59
* Regenerated from discovery document revision 20260607

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,8 @@ class GitRemoteSettings
15431543
# @return [String]
15441544
attr_accessor :authentication_token_secret_version
15451545

1546-
# Optional. The Git remote's default branch name. If not set `main` will be used.
1546+
# Optional. The Git remote's default branch name. If not set, `main` will be
1547+
# used.
15471548
# Corresponds to the JSON property `defaultBranch`
15481549
# @return [String]
15491550
attr_accessor :default_branch
@@ -1554,8 +1555,8 @@ class GitRemoteSettings
15541555
# @return [String]
15551556
attr_accessor :effective_default_branch
15561557

1557-
# Optional. Resource name for the GitRepositoryLink used for machine credentials.
1558-
# Must be in the format `projects/*/locations/*/connections/*/
1558+
# Optional. Resource name for the `GitRepositoryLink` used for machine
1559+
# credentials. Must be in the format `projects/*/locations/*/connections/*/
15591560
# gitRepositoryLinks/*`
15601561
# Corresponds to the JSON property `gitRepositoryLink`
15611562
# @return [String]
@@ -1832,8 +1833,7 @@ class ListCompilationResultsResponse
18321833
# @return [String]
18331834
attr_accessor :next_page_token
18341835

1835-
# Locations which could not be reached. LINT.ThenChange(//depot/google3/google/
1836-
# cloud/dataform/v2main/data_pipelines.proto:ListCompilationResultsResponse)
1836+
# Locations which could not be reached.
18371837
# Corresponds to the JSON property `unreachable`
18381838
# @return [Array<String>]
18391839
attr_accessor :unreachable
@@ -1924,8 +1924,7 @@ class ListReleaseConfigsResponse
19241924
# @return [Array<Google::Apis::DataformV1::ReleaseConfig>]
19251925
attr_accessor :release_configs
19261926

1927-
# Locations which could not be reached. LINT.ThenChange(//depot/google3/google/
1928-
# cloud/dataform/v2main/data_pipelines.proto:ListReleaseConfigsResponse)
1927+
# Locations which could not be reached.
19291928
# Corresponds to the JSON property `unreachable`
19301929
# @return [Array<String>]
19311930
attr_accessor :unreachable
@@ -3212,8 +3211,7 @@ class ReleaseConfig
32123211

32133212
# Output only. All the metadata information that is used internally to serve the
32143213
# resource. For example: timestamps, flags, status fields, etc. The format of
3215-
# this field is a JSON string. LINT.ThenChange(//depot/google3/google/cloud/
3216-
# dataform/v2main/data_pipelines.proto:ReleaseConfig)
3214+
# this field is a JSON string.
32173215
# Corresponds to the JSON property `internalMetadata`
32183216
# @return [String]
32193217
attr_accessor :internal_metadata

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DataformV1
1818
# Version of the google-apis-dataform_v1 gem
19-
GEM_VERSION = "0.10.0"
19+
GEM_VERSION = "0.11.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

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

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

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,8 +1400,7 @@ def create_project_location_repository_compilation_result(parent, compilation_re
14001400

14011401
# Fetches a single CompilationResult.
14021402
# @param [String] name
1403-
# Required. The compilation result's name. LINT.ThenChange(//depot/google3/
1404-
# google/cloud/dataform/v2main/data_pipelines.proto:GetCompilationResultRequest)
1403+
# Required. The compilation result's name.
14051404
# @param [String] fields
14061405
# Selector specifying which fields to include in a partial response.
14071406
# @param [String] quota_user
@@ -1434,8 +1433,7 @@ def get_project_location_repository_compilation_result(name, fields: nil, quota_
14341433
# Required. The repository in which to list compilation results. Must be in the
14351434
# format `projects/*/locations/*/repositories/*`.
14361435
# @param [String] filter
1437-
# Optional. Filter for the returned list. LINT.ThenChange(//depot/google3/google/
1438-
# cloud/dataform/v2main/data_pipelines.proto:ListCompilationResultsRequest)
1436+
# Optional. Filter for the returned list.
14391437
# @param [String] order_by
14401438
# Optional. This field only supports ordering by `name` and `create_time`. If
14411439
# unspecified, the server will choose the ordering. If specified, the default
@@ -1532,9 +1530,7 @@ def query_project_location_repository_compilation_result(name, filter: nil, page
15321530
# @param [Google::Apis::DataformV1::ReleaseConfig] release_config_object
15331531
# @param [String] release_config_id
15341532
# Required. The ID to use for the release config, which will become the final
1535-
# component of the release config's resource name. LINT.ThenChange(//depot/
1536-
# google3/google/cloud/dataform/v2main/data_pipelines.proto:
1537-
# CreateReleaseConfigRequest)
1533+
# component of the release config's resource name.
15381534
# @param [String] fields
15391535
# Selector specifying which fields to include in a partial response.
15401536
# @param [String] quota_user
@@ -1567,8 +1563,7 @@ def create_project_location_repository_release_config(parent, release_config_obj
15671563

15681564
# Deletes a single ReleaseConfig.
15691565
# @param [String] name
1570-
# Required. The release config's name. LINT.ThenChange(//depot/google3/google/
1571-
# cloud/dataform/v2main/data_pipelines.proto:DeleteReleaseConfigRequest)
1566+
# Required. The release config's name.
15721567
# @param [String] fields
15731568
# Selector specifying which fields to include in a partial response.
15741569
# @param [String] quota_user
@@ -1598,8 +1593,7 @@ def delete_project_location_repository_release_config(name, fields: nil, quota_u
15981593

15991594
# Fetches a single ReleaseConfig.
16001595
# @param [String] name
1601-
# Required. The release config's name. LINT.ThenChange(//depot/google3/google/
1602-
# cloud/dataform/v2main/data_pipelines.proto:GetReleaseConfigRequest)
1596+
# Required. The release config's name.
16031597
# @param [String] fields
16041598
# Selector specifying which fields to include in a partial response.
16051599
# @param [String] quota_user
@@ -1639,9 +1633,7 @@ def get_project_location_repository_release_config(name, fields: nil, quota_user
16391633
# Optional. Page token received from a previous `ListReleaseConfigs` call.
16401634
# Provide this to retrieve the subsequent page. When paginating, all other
16411635
# parameters provided to `ListReleaseConfigs`, with the exception of `page_size`,
1642-
# must match the call that provided the page token. LINT.ThenChange(//depot/
1643-
# google3/google/cloud/dataform/v2main/data_pipelines.proto:
1644-
# ListReleaseConfigsRequest)
1636+
# must match the call that provided the page token.
16451637
# @param [String] fields
16461638
# Selector specifying which fields to include in a partial response.
16471639
# @param [String] quota_user
@@ -3252,9 +3244,9 @@ def query_project_location_team_folder_contents(team_folder, filter: nil, order_
32523244
# display_name` (default), `create_time`, `last_modified_time`. Examples: * `
32533245
# orderBy="display_name"` * `orderBy="display_name desc"`
32543246
# @param [Fixnum] page_size
3255-
# Optional. Maximum number of TeamFolders to return. The server may return fewer
3256-
# items than requested. If unspecified, the server will pick a default of
3257-
# page_size = 50.
3247+
# Optional. Maximum number of `TeamFolders` to return. The server may return
3248+
# fewer items than requested. If unspecified, the server will pick a default of `
3249+
# page_size` = 50.
32583250
# @param [String] page_token
32593251
# Optional. Page token received from a previous `SearchTeamFolders` call.
32603252
# Provide this to retrieve the subsequent page. When paginating, all other

0 commit comments

Comments
 (0)