public sealed class UpdateVodConfigRequest : IMessage<UpdateVodConfigRequest>, IEquatable<UpdateVodConfigRequest>, IDeepCloneable<UpdateVodConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class UpdateVodConfigRequest.
Request message for VideoStitcherService.updateVodConfig.
Implements
IMessageUpdateVodConfigRequest, IEquatableUpdateVodConfigRequest, IDeepCloneableUpdateVodConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
UpdateVodConfigRequest()
public UpdateVodConfigRequest()UpdateVodConfigRequest(UpdateVodConfigRequest)
public UpdateVodConfigRequest(UpdateVodConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateVodConfigRequest |
Properties
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 |
|
VodConfig
public VodConfig VodConfig { get; set; }Required. The VOD config resource which replaces the resource on the server.
| Property Value | |
|---|---|
| Type | Description |
VodConfig |
|