Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::ListInputsRequest.
Request message for "LivestreamService.ListInputs".
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — The filter to apply to list results.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — The filter to apply to list results.
Returns
- (::String) — The filter to apply to list results.
#order_by
def order_by() -> ::String
Returns
- (::String) — Specifies the ordering of results following syntax at Sorting Order.
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Specifies the ordering of results following syntax at Sorting Order.
Returns
- (::String) — Specifies the ordering of results following syntax at Sorting Order.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more items left to be queried.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more items left to be queried.
Returns
- (::Integer) — The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more items left to be queried.
#page_token
def page_token() -> ::String
Returns
- (::String) — The next_page_token value returned from a previous List request, if any.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — 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.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent location for the resource, in the form of:
projects/{project}/locations/{location}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent location for the resource, in the form of:
projects/{project}/locations/{location}
.
Returns
-
(::String) — Required. The parent location for the resource, in the form of:
projects/{project}/locations/{location}
.