public sealed class CreateLiveSessionRequest : IMessage<CreateLiveSessionRequest>, IEquatable<CreateLiveSessionRequest>, IDeepCloneable<CreateLiveSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class CreateLiveSessionRequest.
Request message for VideoStitcherService.createLiveSession.
Implements
IMessageCreateLiveSessionRequest, IEquatableCreateLiveSessionRequest, IDeepCloneableCreateLiveSessionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
CreateLiveSessionRequest()
public CreateLiveSessionRequest()
CreateLiveSessionRequest(CreateLiveSessionRequest)
public CreateLiveSessionRequest(CreateLiveSessionRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateLiveSessionRequest |
Properties
LiveSession
public LiveSession LiveSession { get; set; }
Required. Parameters for creating a live session.
Property Value | |
---|---|
Type | Description |
LiveSession |
Parent
public string Parent { get; set; }
Required. The project and location in which the live session should be
created, in the form of projects/{project_number}/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 |