Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-dataform_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-dataform_v1

### v0.11.0 (2026-06-28)

* Regenerated from discovery document revision 20260621

### v0.10.0 (2026-06-14)

* Regenerated from discovery document revision 20260607
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,8 @@ class GitRemoteSettings
# @return [String]
attr_accessor :authentication_token_secret_version

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

# Optional. Resource name for the GitRepositoryLink used for machine credentials.
# Must be in the format `projects/*/locations/*/connections/*/
# Optional. Resource name for the `GitRepositoryLink` used for machine
# credentials. Must be in the format `projects/*/locations/*/connections/*/
# gitRepositoryLinks/*`
# Corresponds to the JSON property `gitRepositoryLink`
# @return [String]
Expand Down Expand Up @@ -1832,8 +1833,7 @@ class ListCompilationResultsResponse
# @return [String]
attr_accessor :next_page_token

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

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

# Output only. All the metadata information that is used internally to serve the
# resource. For example: timestamps, flags, status fields, etc. The format of
# this field is a JSON string. LINT.ThenChange(//depot/google3/google/cloud/
# dataform/v2main/data_pipelines.proto:ReleaseConfig)
# this field is a JSON string.
# Corresponds to the JSON property `internalMetadata`
# @return [String]
attr_accessor :internal_metadata
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DataformV1
# Version of the google-apis-dataform_v1 gem
GEM_VERSION = "0.10.0"
GEM_VERSION = "0.11.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260607"
REVISION = "20260621"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -1400,8 +1400,7 @@ def create_project_location_repository_compilation_result(parent, compilation_re

# Fetches a single CompilationResult.
# @param [String] name
# Required. The compilation result's name. LINT.ThenChange(//depot/google3/
# google/cloud/dataform/v2main/data_pipelines.proto:GetCompilationResultRequest)
# Required. The compilation result's name.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -1434,8 +1433,7 @@ def get_project_location_repository_compilation_result(name, fields: nil, quota_
# Required. The repository in which to list compilation results. Must be in the
# format `projects/*/locations/*/repositories/*`.
# @param [String] filter
# Optional. Filter for the returned list. LINT.ThenChange(//depot/google3/google/
# cloud/dataform/v2main/data_pipelines.proto:ListCompilationResultsRequest)
# Optional. Filter for the returned list.
# @param [String] order_by
# Optional. This field only supports ordering by `name` and `create_time`. If
# unspecified, the server will choose the ordering. If specified, the default
Expand Down Expand Up @@ -1532,9 +1530,7 @@ def query_project_location_repository_compilation_result(name, filter: nil, page
# @param [Google::Apis::DataformV1::ReleaseConfig] release_config_object
# @param [String] release_config_id
# Required. The ID to use for the release config, which will become the final
# component of the release config's resource name. LINT.ThenChange(//depot/
# google3/google/cloud/dataform/v2main/data_pipelines.proto:
# CreateReleaseConfigRequest)
# component of the release config's resource name.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -1567,8 +1563,7 @@ def create_project_location_repository_release_config(parent, release_config_obj

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

# Fetches a single ReleaseConfig.
# @param [String] name
# Required. The release config's name. LINT.ThenChange(//depot/google3/google/
# cloud/dataform/v2main/data_pipelines.proto:GetReleaseConfigRequest)
# Required. The release config's name.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -1639,9 +1633,7 @@ def get_project_location_repository_release_config(name, fields: nil, quota_user
# Optional. Page token received from a previous `ListReleaseConfigs` call.
# Provide this to retrieve the subsequent page. When paginating, all other
# parameters provided to `ListReleaseConfigs`, with the exception of `page_size`,
# must match the call that provided the page token. LINT.ThenChange(//depot/
# google3/google/cloud/dataform/v2main/data_pipelines.proto:
# ListReleaseConfigsRequest)
# must match the call that provided the page token.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -3252,9 +3244,9 @@ def query_project_location_team_folder_contents(team_folder, filter: nil, order_
# display_name` (default), `create_time`, `last_modified_time`. Examples: * `
# orderBy="display_name"` * `orderBy="display_name desc"`
# @param [Fixnum] page_size
# Optional. Maximum number of TeamFolders to return. The server may return fewer
# items than requested. If unspecified, the server will pick a default of
# page_size = 50.
# Optional. Maximum number of `TeamFolders` to return. The server may return
# fewer items than requested. If unspecified, the server will pick a default of `
# page_size` = 50.
# @param [String] page_token
# Optional. Page token received from a previous `SearchTeamFolders` call.
# Provide this to retrieve the subsequent page. When paginating, all other
Expand Down
Loading