diff --git a/generated/google-apis-dataform_v1beta1/CHANGELOG.md b/generated/google-apis-dataform_v1beta1/CHANGELOG.md index a0f7a5e3f19..bbb74814365 100644 --- a/generated/google-apis-dataform_v1beta1/CHANGELOG.md +++ b/generated/google-apis-dataform_v1beta1/CHANGELOG.md @@ -1,8 +1,8 @@ # Release history for google-apis-dataform_v1beta1 -### v0.60.0 (2026-06-21) +### v0.60.0 (2026-06-28) -* Regenerated from discovery document revision 20260615 +* Regenerated from discovery document revision 20260621 ### v0.59.0 (2026-06-14) diff --git a/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/classes.rb b/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/classes.rb index cbf21f55655..6c5963e3fd2 100644 --- a/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/classes.rb +++ b/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/classes.rb @@ -1568,7 +1568,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 @@ -1579,8 +1580,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] @@ -1858,8 +1859,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] attr_accessor :unreachable @@ -1950,8 +1950,7 @@ class ListReleaseConfigsResponse # @return [Array] 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] attr_accessor :unreachable @@ -3238,8 +3237,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 diff --git a/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/gem_version.rb b/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/gem_version.rb index 2d7e4cc164e..ef433a8d7ea 100644 --- a/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/gem_version.rb +++ b/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/gem_version.rb @@ -22,7 +22,7 @@ module DataformV1beta1 GENERATOR_VERSION = "0.19.0" # Revision of the discovery document this client was generated from - REVISION = "20260615" + REVISION = "20260621" end end end diff --git a/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/service.rb b/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/service.rb index 1f891290cad..77345b1b1bb 100644 --- a/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/service.rb +++ b/generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/service.rb @@ -933,7 +933,7 @@ def delete_project_location_repository(name, force: nil, fields: nil, quota_user execute_or_queue_command(command, &block) end - # Deletes a single Repository asynchronously. + # Deletes a single repository asynchronously. # @param [String] name # Required. The repository's name. # @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 # 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 @@ -1472,8 +1471,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 @@ -1570,9 +1568,7 @@ def query_project_location_repository_compilation_result(name, filter: nil, page # @param [Google::Apis::DataformV1beta1::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 @@ -1605,8 +1601,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 @@ -1636,8 +1631,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 @@ -1677,9 +1671,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 @@ -3295,9 +3287,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