Class: Google::Cloud::Video::Stitcher::V1::ListLiveConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListLiveConfigsRequest
- 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
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
The next_page_token value returned from a previous List request, if any.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns 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.
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.
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.
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}
.
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 |