public static final class UpdateVodConfigRequest.Builder extends GeneratedMessage.Builder<UpdateVodConfigRequest.Builder> implements UpdateVodConfigRequestOrBuilderRequest message for VideoStitcherService.updateVodConfig.
Protobuf type google.cloud.video.stitcher.v1.UpdateVodConfigRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateVodConfigRequest.BuilderImplements
UpdateVodConfigRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateVodConfigRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest |
|
buildPartial()
public UpdateVodConfigRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest |
|
clear()
public UpdateVodConfigRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest.Builder |
|
clearUpdateMask()
public UpdateVodConfigRequest.Builder clearUpdateMask() 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 |
UpdateVodConfigRequest.Builder |
|
clearVodConfig()
public UpdateVodConfigRequest.Builder clearVodConfig()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 |
UpdateVodConfigRequest.Builder |
|
getDefaultInstanceForType()
public UpdateVodConfigRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder() 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 |
Builder |
|
getUpdateMaskOrBuilder()
public 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 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. |
getVodConfigBuilder()
public VodConfig.Builder getVodConfigBuilder()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.Builder |
|
getVodConfigOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateVodConfigRequest other)
public UpdateVodConfigRequest.Builder mergeFrom(UpdateVodConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateVodConfigRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateVodConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateVodConfigRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateVodConfigRequest.Builder mergeUpdateMask(FieldMask value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest.Builder |
|
mergeVodConfig(VodConfig value)
public UpdateVodConfigRequest.Builder mergeVodConfig(VodConfig value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
VodConfig |
| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateVodConfigRequest.Builder setUpdateMask(FieldMask value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateVodConfigRequest.Builder setUpdateMask(FieldMask.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest.Builder |
|
setVodConfig(VodConfig value)
public UpdateVodConfigRequest.Builder setVodConfig(VodConfig value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
VodConfig |
| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest.Builder |
|
setVodConfig(VodConfig.Builder builderForValue)
public UpdateVodConfigRequest.Builder setVodConfig(VodConfig.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
VodConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateVodConfigRequest.Builder |
|