Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::ListVodConfigsRequest.
Request message for VideoStitcherService.listVodConfig.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. The filter to apply to list results (see Filtering).
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. The filter to apply to list results (see Filtering).
Returns
- (::String) — Optional. The filter to apply to list results (see Filtering).
#order_by
def order_by() -> ::String
Returns
- (::String) — Optional. Specifies the ordering of results following Cloud API syntax.
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Optional. Specifies the ordering of results following Cloud API syntax.
Returns
- (::String) — Optional. Specifies the ordering of results following Cloud API syntax.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of items to return.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of items to return.
Returns
- (::Integer) — Optional. The maximum number of items to return.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. The next_page_token value returned from a previous List request, if any.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — 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.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project that contains the list of VOD configs, in the
form of
projects/{project_number}/locations/{location}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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}
.