Class: Google::Cloud::Video::Transcoder::V1::ListJobTemplatesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::ListJobTemplatesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/services.rb
Overview
Response message for TranscoderService.ListJobTemplates
.
Instance Attribute Summary collapse
-
#job_templates ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::JobTemplate>
List of job templates 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
#job_templates ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::JobTemplate>
Returns List of job templates in the specified region.
182 183 184 185 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 182 class ListJobTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The pagination token.
182 183 184 185 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 182 class ListJobTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns List of regions that could not be reached.
182 183 184 185 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 182 class ListJobTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |