Video Stitcher v1 API - Class UpdateVodConfigRequest (3.3.0)

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

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

Request message for VideoStitcherService.updateVodConfig.

Inheritance

object > UpdateVodConfigRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

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