Class: Google::Cloud::Video::Transcoder::V1::ListJobsResponse

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

Response message for TranscoderService.ListJobs.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns List of jobs in the specified region.

Returns:



97
98
99
100
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 97

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.



97
98
99
100
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 97

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

#unreachable::Array<::String>

Returns List of regions that could not be reached.

Returns:

  • (::Array<::String>)

    List of regions that could not be reached.



97
98
99
100
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 97

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