public sealed class ListInputsRequest : IPageRequest, IMessage<ListInputsRequest>, IEquatable<ListInputsRequest>, IDeepCloneable<ListInputsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class ListInputsRequest.
Request message for "LivestreamService.ListInputs".
Implements
IPageRequest, IMessage<ListInputsRequest>, IEquatable<ListInputsRequest>, IDeepCloneable<ListInputsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
ListInputsRequest()
public ListInputsRequest()
ListInputsRequest(ListInputsRequest)
public ListInputsRequest(ListInputsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListInputsRequest |
Properties
Filter
public string Filter { get; set; }
The filter to apply to list results.
Property Value | |
---|---|
Type | Description |
String |
OrderBy
public string OrderBy { get; set; }
Specifies the ordering of results following syntax at Sorting Order.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
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][google.cloud.video.livestream.v1.ListInputsResponse.next_page_token] to determine if there are more items left to be queried.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
The next_page_token value returned from a previous List request, if any.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The parent location for the resource, in the form of:
projects/{project}/locations/{location}
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |