public sealed class UpdateLiveConfigRequest : IMessage<UpdateLiveConfigRequest>, IEquatable<UpdateLiveConfigRequest>, IDeepCloneable<UpdateLiveConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class UpdateLiveConfigRequest.
Request message for VideoStitcherService.updateLiveConfig.
Implements
IMessageUpdateLiveConfigRequest, IEquatableUpdateLiveConfigRequest, IDeepCloneableUpdateLiveConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
UpdateLiveConfigRequest()
public UpdateLiveConfigRequest()
UpdateLiveConfigRequest(UpdateLiveConfigRequest)
public UpdateLiveConfigRequest(UpdateLiveConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateLiveConfigRequest |
Properties
LiveConfig
public LiveConfig LiveConfig { get; set; }
Required. The LiveConfig resource which replaces the resource on the server.
Property Value | |
---|---|
Type | Description |
LiveConfig |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. The update mask applies to the resource.
For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
Property Value | |
---|---|
Type | Description |
FieldMask |