Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::ListJobTemplatesResponse.
Response message for TranscoderService.ListJobTemplates
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_templates
def job_templates() -> ::Array<::Google::Cloud::Video::Transcoder::V1::JobTemplate>
Returns
- (::Array<::Google::Cloud::Video::Transcoder::V1::JobTemplate>) — List of job templates in the specified region.
#job_templates=
def job_templates=(value) -> ::Array<::Google::Cloud::Video::Transcoder::V1::JobTemplate>
Parameter
- value (::Array<::Google::Cloud::Video::Transcoder::V1::JobTemplate>) — List of job templates in the specified region.
Returns
- (::Array<::Google::Cloud::Video::Transcoder::V1::JobTemplate>) — List of job templates in the specified region.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The pagination token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The pagination token.
Returns
- (::String) — The pagination token.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — List of regions that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — List of regions that could not be reached.
Returns
- (::Array<::String>) — List of regions that could not be reached.