public interface UpdateLiveConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLiveConfig()
public abstract LiveConfig getLiveConfig()Required. The LiveConfig resource which replaces the resource on the server.
.google.cloud.video.stitcher.v1.LiveConfig live_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LiveConfig |
The liveConfig. |
getLiveConfigOrBuilder()
public abstract LiveConfigOrBuilder getLiveConfigOrBuilder()Required. The LiveConfig resource which replaces the resource on the server.
.google.cloud.video.stitcher.v1.LiveConfig live_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LiveConfigOrBuilder |
|
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 |
|
hasLiveConfig()
public abstract boolean hasLiveConfig()Required. The LiveConfig resource which replaces the resource on the server.
.google.cloud.video.stitcher.v1.LiveConfig live_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the liveConfig field is set. |
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. |