Interface UpdateVodConfigRequestOrBuilder (0.44.0)

public interface UpdateVodConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMaskOrBuilder

getVodConfig()

public abstract VodConfig getVodConfig()

Required. The VOD config resource which replaces the resource on the server.

.google.cloud.video.stitcher.v1.VodConfig vod_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
VodConfig

The vodConfig.

getVodConfigOrBuilder()

public abstract VodConfigOrBuilder getVodConfigOrBuilder()

Required. The VOD config resource which replaces the resource on the server.

.google.cloud.video.stitcher.v1.VodConfig vod_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
VodConfigOrBuilder

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the updateMask field is set.

hasVodConfig()

public abstract boolean hasVodConfig()

Required. The VOD config resource which replaces the resource on the server.

.google.cloud.video.stitcher.v1.VodConfig vod_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the vodConfig field is set.