public sealed class GetLiveSessionRequest : IMessage<GetLiveSessionRequest>, IEquatable<GetLiveSessionRequest>, IDeepCloneable<GetLiveSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetLiveSessionRequest.
Request message for VideoStitcherService.getSession.
Implements
IMessage<GetLiveSessionRequest>, IEquatable<GetLiveSessionRequest>, IDeepCloneable<GetLiveSessionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
GetLiveSessionRequest()
public GetLiveSessionRequest()
GetLiveSessionRequest(GetLiveSessionRequest)
public GetLiveSessionRequest(GetLiveSessionRequest other)
Parameter | |
---|---|
Name | Description |
other | GetLiveSessionRequest |
Properties
LiveSessionName
public LiveSessionName LiveSessionName { get; set; }
LiveSessionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
LiveSessionName |
Name
public string Name { get; set; }
Required. The name of the live session, in the form of
projects/{project_number}/locations/{location}/liveSessions/{id}
.
Property Value | |
---|---|
Type | Description |
String |