public sealed class ListEventsRequest : IPageRequest, IMessage<ListEventsRequest>, IEquatable<ListEventsRequest>, IDeepCloneable<ListEventsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class ListEventsRequest.
Request message for "LivestreamService.ListEvents".
Implements
IPageRequest, IMessageListEventsRequest, IEquatableListEventsRequest, IDeepCloneableListEventsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
ListEventsRequest()
public ListEventsRequest()
ListEventsRequest(ListEventsRequest)
public ListEventsRequest(ListEventsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListEventsRequest |
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 https://cloud.google.com/apis/design/design_patterns#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.ListEventsResponse.next_page_token] to determine if there are more items left to be queried.
Property Value | |
---|---|
Type | Description |
int |
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 channel for the resource, in the form of:
projects/{project}/locations/{location}/channels/{channelId}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsChannelName
public ChannelName ParentAsChannelName { get; set; }
ChannelName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ChannelName |