Class: Google::Cloud::Video::Transcoder::V1beta1::ListJobTemplatesRequest

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

Request message for TranscoderService.ListJobTemplates.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of items to return.

Returns:

  • (::Integer)

    The maximum number of items to return.



119
120
121
122
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 119

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

#page_token::String

Returns The next_page_token value returned from a previous List request, if any.

Returns:

  • (::String)

    The next_page_token value returned from a previous List request, if any.



119
120
121
122
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 119

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

#parent::String

Returns Required. The parent location from which to retrieve the collection of job templates. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The parent location from which to retrieve the collection of job templates. Format: projects/{project}/locations/{location}



119
120
121
122
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 119

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