Video Stitcher v1 API - Class GetLiveConfigRequest (3.1.0)

public sealed class GetLiveConfigRequest : IMessage<GetLiveConfigRequest>, IEquatable<GetLiveConfigRequest>, IDeepCloneable<GetLiveConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class GetLiveConfigRequest.

Request message for VideoStitcherService.getLiveConfig.

Inheritance

object > GetLiveConfigRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

GetLiveConfigRequest()

public GetLiveConfigRequest()

GetLiveConfigRequest(GetLiveConfigRequest)

public GetLiveConfigRequest(GetLiveConfigRequest other)
Parameter
NameDescription
otherGetLiveConfigRequest

Properties

LiveConfigName

public LiveConfigName LiveConfigName { get; set; }

LiveConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
LiveConfigName

Name

public string Name { get; set; }

Required. The name of the live config to be retrieved, in the form of projects/{project_number}/locations/{location}/liveConfigs/{id}.

Property Value
TypeDescription
string