Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class ListInputsRequest.
Request message for "LivestreamService.ListInputs".
Generated from protobuf messagegoogle.cloud.video.livestream.v1.ListInputsRequest
Namespace
Google \ Cloud \ Video \ LiveStream \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent location for the resource, in the form of:projects/{project}/locations/{location}.
↳ page_size
int
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'snext_page_tokento determine if there are more items left to be queried.
↳ page_token
string
The next_page_token value returned from a previous List request, if any.
↳ filter
string
The filter to apply to list results.
↳ order_by
string
Specifies the ordering of results following syntax atSorting Order.
getParent
Required. The parent location for the resource, in the form of:projects/{project}/locations/{location}.
Returns
Type
Description
string
setParent
Required. The parent location for the resource, in the form of:projects/{project}/locations/{location}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
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'snext_page_tokento determine if there are more items left to be queried.
Returns
Type
Description
int
setPageSize
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'snext_page_tokento determine if there are more items left to be queried.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
The next_page_token value returned from a previous List request, if any.
Returns
Type
Description
string
setPageToken
The next_page_token value returned from a previous List request, if any.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
The filter to apply to list results.
Returns
Type
Description
string
setFilter
The filter to apply to list results.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOrderBy
Specifies the ordering of results following syntax atSorting
Order.
Returns
Type
Description
string
setOrderBy
Specifies the ordering of results following syntax atSorting
Order.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The parent location for the resource, in the form of:projects/{project}/locations/{location}. Please seeLivestreamServiceClient::locationName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Video Live Stream V1 Client - Class ListInputsRequest (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-video-live-stream/latest/V1.ListInputsRequest)\n- [1.2.0](/php/docs/reference/cloud-video-live-stream/1.2.0/V1.ListInputsRequest)\n- [1.1.3](/php/docs/reference/cloud-video-live-stream/1.1.3/V1.ListInputsRequest)\n- [1.0.0](/php/docs/reference/cloud-video-live-stream/1.0.0/V1.ListInputsRequest)\n- [0.7.5](/php/docs/reference/cloud-video-live-stream/0.7.5/V1.ListInputsRequest)\n- [0.6.2](/php/docs/reference/cloud-video-live-stream/0.6.2/V1.ListInputsRequest)\n- [0.5.0](/php/docs/reference/cloud-video-live-stream/0.5.0/V1.ListInputsRequest)\n- [0.4.2](/php/docs/reference/cloud-video-live-stream/0.4.2/V1.ListInputsRequest)\n- [0.3.2](/php/docs/reference/cloud-video-live-stream/0.3.2/V1.ListInputsRequest)\n- [0.2.6](/php/docs/reference/cloud-video-live-stream/0.2.6/V1.ListInputsRequest) \nReference documentation and code samples for the Google Cloud Video Live Stream V1 Client class ListInputsRequest.\n\nRequest message for \"LivestreamService.ListInputs\".\n\nGenerated from protobuf message `google.cloud.video.livestream.v1.ListInputsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ LiveStream \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent location for the resource, in the form of:\n`projects/{project}/locations/{location}`.\n\n### setParent\n\nRequired. The parent location for the resource, in the form of:\n`projects/{project}/locations/{location}`.\n\n### getPageSize\n\nThe maximum number of items to return. If unspecified, server\nwill pick an appropriate default. Server may return fewer items than\nrequested. A caller should only rely on response's\n[next_page_token](/php/docs/reference/cloud-video-live-stream/latest/V1.ListInputsResponse#_Google_Cloud_Video_LiveStream_V1_ListInputsResponse__getNextPageToken__)\nto determine if there are more items left to be queried.\n\n### setPageSize\n\nThe maximum number of items to return. If unspecified, server\nwill pick an appropriate default. Server may return fewer items than\nrequested. A caller should only rely on response's\n[next_page_token](/php/docs/reference/cloud-video-live-stream/latest/V1.ListInputsResponse#_Google_Cloud_Video_LiveStream_V1_ListInputsResponse__getNextPageToken__)\nto determine if there are more items left to be queried.\n\n### getPageToken\n\nThe next_page_token value returned from a previous List request, if any.\n\n### setPageToken\n\nThe next_page_token value returned from a previous List request, if any.\n\n### getFilter\n\nThe filter to apply to list results.\n\n### setFilter\n\nThe filter to apply to list results.\n\n### getOrderBy\n\nSpecifies the ordering of results following syntax at [Sorting\nOrder](https://cloud.google.com/apis/design/design_patterns#sorting_order).\n\n### setOrderBy\n\nSpecifies the ordering of results following syntax at [Sorting\nOrder](https://cloud.google.com/apis/design/design_patterns#sorting_order).\n\n### static::build"]]