Class: Google::Cloud::Video::Transcoder::V1::ListJobsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1/services.rb

Overview

Request message for TranscoderService.ListJobs. The parent location from which to retrieve the collection of jobs.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The filter expression, following the syntax outlined in https://google.aip.dev/160.

Returns:



58
59
60
61
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 58

class ListJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#order_by::String

Returns One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

Returns:



58
59
60
61
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 58

class ListJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns The maximum number of items to return.

Returns:

  • (::Integer)

    The maximum number of items to return.



58
59
60
61
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 58

class ListJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns The next_page_token value returned from a previous List request, if any.

Returns:

  • (::String)

    The next_page_token value returned from a previous List request, if any.



58
59
60
61
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 58

class ListJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. Format: projects/{project}/locations/{location}



58
59
60
61
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 58

class ListJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end