public interface UpdateConfigRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConfig()
public abstract Config getConfig()
Required. The config to update.
.google.cloud.dataform.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Config |
The config. |
getConfigOrBuilder()
public abstract ConfigOrBuilder getConfigOrBuilder()
Required. The config to update.
.google.cloud.dataform.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ConfigOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Optional. Specifies the fields to be updated in the config.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Specifies the fields to be updated in the config.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasConfig()
public abstract boolean hasConfig()
Required. The config to update.
.google.cloud.dataform.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the config field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Optional. Specifies the fields to be updated in the config.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |