Class: Google::Cloud::Video::Transcoder::V1beta1::ListJobsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/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

#page_size::Integer

Returns The maximum number of items to return.

Returns:

  • (::Integer)

    The maximum number of items to return.



50
51
52
53
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 50

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.



50
51
52
53
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 50

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}



50
51
52
53
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 50

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