generated/google/apis/storagetransfer_v1/service.rb in google-api-client-0.37.0 vs generated/google/apis/storagetransfer_v1/service.rb in google-api-client-0.37.1

- old
+ new

@@ -151,17 +151,20 @@ end # Lists transfer jobs. # @param [String] filter # Required. A list of query parameters specified as JSON text in the form of: - # `"project_id":"my_project_id", + # `"project<span>_</span>id":"my_project_id", # "job_names":["jobid1","jobid2",...], # "job_statuses":["status1","status2",...]`. # Since `job_names` and `job_statuses` support multiple values, their values - # must be specified with array notation. `project_id` is required. - # `job_names` and `job_statuses` are optional. The valid values for - # `job_statuses` are case-insensitive: `ENABLED`, `DISABLED`, and `DELETED`. + # must be specified with array notation. `project`<span>`_`</span>`id` is + # required. `job_names` and `job_statuses` are optional. The valid values + # for `job_statuses` are case-insensitive: + # ENABLED, + # DISABLED, and + # DELETED. # @param [Fixnum] page_size # The list page size. The max allowed value is 256. # @param [String] page_token # The list page token. # @param [String] fields @@ -194,12 +197,15 @@ end # Updates a transfer job. Updating a job's transfer spec does not affect # transfer operations that are running already. Updating a job's schedule # is not allowed. - # Note: The job's `status` field can be modified using this RPC (for example, - # to set a job's status to `DELETED`, `DISABLED`, or `ENABLED`). + # **Note:** The job's status field can be modified + # using this RPC (for example, to set a job's status to + # DELETED, + # DISABLED, or + # ENABLED). # @param [String] job_name # Required. The name of job to update. # @param [Google::Apis::StoragetransferV1::UpdateTransferJobRequest] update_transfer_job_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -296,18 +302,18 @@ # Lists transfer operations. # @param [String] name # Required. The value `transferOperations`. # @param [String] filter # Required. A list of query parameters specified as JSON text in the form of: `" - # project_id":"my_project_id", + # project<span>_</span>id":"my_project_id", # "job_names":["jobid1","jobid2",...], # "operation_names":["opid1","opid2",...], # "transfer_statuses":["status1","status2",...]`. # Since `job_names`, `operation_names`, and `transfer_statuses` support multiple - # values, they must be specified with array notation. `project_id` is required. ` - # job_names`, `operation_names`, and `transfer_statuses` are optional. The valid - # values for `transfer_statuses` are case-insensitive: `IN_PROGRESS`, `PAUSED`, ` - # SUCCESS`, `FAILED`, and `ABORTED`. + # values, they must be specified with array notation. `project`<span>`_`</span>` + # id` is required. `job_names`, `operation_names`, and `transfer_statuses` are + # optional. The valid values for `transfer_statuses` are case-insensitive: + # IN_PROGRESS, PAUSED, SUCCESS, FAILED, and ABORTED. # @param [Fixnum] page_size # The list page size. The max allowed value is 256. # @param [String] page_token # The list page token. # @param [String] fields