@@ -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