Class: Google::Cloud::Video::Stitcher::V1::ListVodConfigsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb

Overview

Request message for VideoStitcherService.listVodConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. The filter to apply to list results (see Filtering).

Returns:

  • (::String)

    Optional. The filter to apply to list results (see Filtering).



543
544
545
546
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 543

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

#order_by::String

Returns Optional. Specifies the ordering of results following Cloud API syntax.

Returns:

  • (::String)

    Optional. Specifies the ordering of results following Cloud API syntax.



543
544
545
546
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 543

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

#page_size::Integer

Returns Optional. The maximum number of items to return.

Returns:

  • (::Integer)

    Optional. The maximum number of items to return.



543
544
545
546
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 543

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

#page_token::String

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

Returns:

  • (::String)

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



543
544
545
546
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 543

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

#parent::String

Returns Required. The project that contains the list of VOD configs, in the form of projects/{project_number}/locations/{location}.

Returns:

  • (::String)

    Required. The project that contains the list of VOD configs, in the form of projects/{project_number}/locations/{location}.



543
544
545
546
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 543

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