Class: Google::Cloud::Video::Transcoder::V1::ListJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::ListJobsResponse
- 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
-
#jobs ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::Job>
List of jobs in the specified region.
-
#next_page_token ⇒ ::String
The pagination token.
-
#unreachable ⇒ ::Array<::String>
List of regions that could not be reached.
Instance Attribute Details
#jobs ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::Job>
Returns List of jobs in the specified region.
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.
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.
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 |