Class: Google::Cloud::Video::Transcoder::V1beta1::ListJobsResponse

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

Response message for TranscoderService.ListJobs.

Instance Attribute Summary collapse

Instance Attribute Details

#jobs::Array<::Google::Cloud::Video::Transcoder::V1beta1::Job>

Returns List of jobs in the specified region.

Returns:



82
83
84
85
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 82

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

#next_page_token::String

Returns The pagination token.

Returns:

  • (::String)

    The pagination token.



82
83
84
85
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 82

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