@@ -85,8 +85,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
8585 # @param [String] name
8686 # The resource that owns the locations collection, if applicable.
8787 # @param [Array<String>, String] extra_location_types
88- # Optional. A list of extra location types that should be used as conditions for
89- # controlling the visibility of the locations .
88+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
89+ # field which is primarily intended for internal usage .
9090 # @param [String] filter
9191 # A filter to narrow down results to a preferred subset. The filtering language
9292 # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -1434,6 +1434,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
14341434 # The standard list page size.
14351435 # @param [String] page_token
14361436 # The standard list page token.
1437+ # @param [Boolean] return_partial_success
1438+ # When set to `true`, operations that are reachable are returned as normal, and
1439+ # those that are unreachable are returned in the [ListOperationsResponse.
1440+ # unreachable] field. This can only be `true` when reading across collections e.
1441+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1442+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1443+ # explicitly documented otherwise in service or product specific documentation.
14371444 # @param [String] fields
14381445 # Selector specifying which fields to include in a partial response.
14391446 # @param [String] quota_user
@@ -1451,14 +1458,15 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
14511458 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
14521459 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
14531460 # @raise [Google::Apis::AuthorizationError] Authorization is required
1454- def list_project_location_operations ( name , filter : nil , page_size : nil , page_token : nil , fields : nil , quota_user : nil , options : nil , &block )
1461+ def list_project_location_operations ( name , filter : nil , page_size : nil , page_token : nil , return_partial_success : nil , fields : nil , quota_user : nil , options : nil , &block )
14551462 command = make_simple_command ( :get , 'v1/{+name}/operations' , options )
14561463 command . response_representation = Google ::Apis ::NotebooksV1 ::ListOperationsResponse ::Representation
14571464 command . response_class = Google ::Apis ::NotebooksV1 ::ListOperationsResponse
14581465 command . params [ 'name' ] = name unless name . nil?
14591466 command . query [ 'filter' ] = filter unless filter . nil?
14601467 command . query [ 'pageSize' ] = page_size unless page_size . nil?
14611468 command . query [ 'pageToken' ] = page_token unless page_token . nil?
1469+ command . query [ 'returnPartialSuccess' ] = return_partial_success unless return_partial_success . nil?
14621470 command . query [ 'fields' ] = fields unless fields . nil?
14631471 command . query [ 'quotaUser' ] = quota_user unless quota_user . nil?
14641472 execute_or_queue_command ( command , &block )
0 commit comments