diff --git a/generated/google-apis-dataform_v1/CHANGELOG.md b/generated/google-apis-dataform_v1/CHANGELOG.md index 04d53095125..27248cd3a4e 100644 --- a/generated/google-apis-dataform_v1/CHANGELOG.md +++ b/generated/google-apis-dataform_v1/CHANGELOG.md @@ -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 diff --git a/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/classes.rb b/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/classes.rb index cff5ed6a6a4..1bafeb4048a 100644 --- a/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/classes.rb +++ b/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/classes.rb @@ -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 @@ -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] @@ -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] attr_accessor :unreachable @@ -1924,8 +1924,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 @@ -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 diff --git a/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/gem_version.rb b/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/gem_version.rb index 7b24e600140..dad13850a75 100644 --- a/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/gem_version.rb +++ b/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/gem_version.rb @@ -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 diff --git a/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/service.rb b/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/service.rb index a22415920be..79c14c42e82 100644 --- a/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/service.rb +++ b/generated/google-apis-dataform_v1/lib/google/apis/dataform_v1/service.rb @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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