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