Video Stitcher v1 API - Class GetLiveSessionRequest (3.1.0)

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.

Inheritance

object > GetLiveSessionRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

GetLiveSessionRequest()

public GetLiveSessionRequest()

GetLiveSessionRequest(GetLiveSessionRequest)

public GetLiveSessionRequest(GetLiveSessionRequest other)
Parameter
NameDescription
otherGetLiveSessionRequest

Properties

LiveSessionName

public LiveSessionName LiveSessionName { get; set; }

LiveSessionName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string