public sealed class GetDvrSessionRequest : IMessage<GetDvrSessionRequest>, IEquatable<GetDvrSessionRequest>, IDeepCloneable<GetDvrSessionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Live Stream v1 API class GetDvrSessionRequest.
Request message for "LivestreamService.GetDvrSession".
Implements
IMessageGetDvrSessionRequest, IEquatableGetDvrSessionRequest, IDeepCloneableGetDvrSessionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
GetDvrSessionRequest()
public GetDvrSessionRequest()GetDvrSessionRequest(GetDvrSessionRequest)
public GetDvrSessionRequest(GetDvrSessionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDvrSessionRequest |
Properties
DvrSessionName
public DvrSessionName DvrSessionName { get; set; }DvrSessionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DvrSessionName |
|
Name
public string Name { get; set; }Required. Name of the resource, in the following form:
projects/{project}/locations/{location}/channels/{channelId}/dvrSessions/{dvrSessionId}.
| Property Value | |
|---|---|
| Type | Description |
string |
|