Video Stitcher v1 API - Class CreateLiveSessionRequest (3.0.0-beta03)

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.

Inheritance

object > CreateLiveSessionRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

CreateLiveSessionRequest()

public CreateLiveSessionRequest()

CreateLiveSessionRequest(CreateLiveSessionRequest)

public CreateLiveSessionRequest(CreateLiveSessionRequest other)
Parameter
NameDescription
otherCreateLiveSessionRequest

Properties

LiveSession

public LiveSession LiveSession { get; set; }

Required. Parameters for creating a live session.

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

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName