generated/google/apis/storagetransfer_v1/service.rb in google-api-client-0.28.4 vs generated/google/apis/storagetransfer_v1/service.rb in google-api-client-0.28.5

- old
+ new

@@ -29,11 +29,11 @@ # require 'google/apis/storagetransfer_v1' # # Storagetransfer = Google::Apis::StoragetransferV1 # Alias the module # service = Storagetransfer::StoragetransferService.new # - # @see https://cloud.google.com/storage/transfer + # @see https://cloud.google.com/storage-transfer/docs class StoragetransferService < Google::Apis::Core::BaseService # @return [String] # API key. Your API key identifies your project and provides you with API access, # quota, and reports. Required unless you provide an OAuth 2.0 token. attr_accessor :key @@ -157,12 +157,12 @@ # A list of query parameters specified as JSON text in the form of # `"project_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_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