Class: Google::Cloud::Video::Stitcher::V1::ListLiveConfigsRequest

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.listLiveConfig.

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).



435
436
437
438
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 435

class ListLiveConfigsRequest
  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.



435
436
437
438
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 435

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

#page_size::Integer

Returns The maximum number of items to return.

Returns:

  • (::Integer)

    The maximum number of items to return.



435
436
437
438
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 435

class ListLiveConfigsRequest
  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.



435
436
437
438
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 435

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

#parent::String

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

Returns:

  • (::String)

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



435
436
437
438
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 435

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