Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::ListJobsRequest.
Request message for TranscoderService.ListJobs.
The parent location from which to retrieve the collection of jobs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
    Returns
    
  - (::String) — The filter expression, following the syntax outlined in https://google.aip.dev/160.
#filter=
def filter=(value) -> ::String
    Parameter
    
  - value (::String) — The filter expression, following the syntax outlined in https://google.aip.dev/160.
    Returns
    
  - (::String) — The filter expression, following the syntax outlined in https://google.aip.dev/160.
#order_by
def order_by() -> ::String
    Returns
    
  - (::String) — One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
#order_by=
def order_by=(value) -> ::String
    Parameter
    
  - value (::String) — One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
    Returns
    
  - (::String) — One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
#page_size
def page_size() -> ::Integer
    Returns
    
  - (::Integer) — The maximum number of items to return.
#page_size=
def page_size=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The maximum number of items to return.
    Returns
    
  - (::Integer) — The maximum number of items to return.
#page_token
def page_token() -> ::String
    Returns
    
  - 
        (::String) — The next_page_tokenvalue returned from a previous List request, if any.
#page_token=
def page_token=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The next_page_tokenvalue returned from a previous List request, if any.
    Returns
    
  - 
        (::String) — The next_page_tokenvalue returned from a previous List request, if any.
#parent
def parent() -> ::String
    Returns
    
  - 
        (::String) — Required. Format: projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. Format: projects/{project}/locations/{location}
    Returns
    
- 
        (::String) — Required. Format: projects/{project}/locations/{location}