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.
Implements
IMessageGetLiveConfigRequest, IEquatableGetLiveConfigRequest, IDeepCloneableGetLiveConfigRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
GetLiveConfigRequest()
public GetLiveConfigRequest()
GetLiveConfigRequest(GetLiveConfigRequest)
public GetLiveConfigRequest(GetLiveConfigRequest other)
Parameter | |
---|---|
Name | Description |
other | GetLiveConfigRequest |
Properties
LiveConfigName
public LiveConfigName LiveConfigName { get; set; }
LiveConfigName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |