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