Class: Google::Cloud::Video::Stitcher::V1::ListVodConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListVodConfigsRequest
- 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
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns 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.
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.
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.
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}
.
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 |