public static final class UpdateConfigRequest.Builder extends GeneratedMessage.Builder<UpdateConfigRequest.Builder> implements UpdateConfigRequestOrBuilder UpdateConfig request message.
Protobuf type google.cloud.dataform.v1.UpdateConfigRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateConfigRequest.BuilderImplements
UpdateConfigRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateConfigRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest |
|
buildPartial()
public UpdateConfigRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest |
|
clear()
public UpdateConfigRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|
clearConfig()
public UpdateConfigRequest.Builder clearConfig()Required. The config to update.
.google.cloud.dataform.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|
clearUpdateMask()
public UpdateConfigRequest.Builder clearUpdateMask()Optional. Specifies the fields to be updated in the config.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|
getConfig()
public 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. |
getConfigBuilder()
public Config.Builder getConfigBuilder()Required. The config to update.
.google.cloud.dataform.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Config.Builder |
|
getConfigOrBuilder()
public ConfigOrBuilder getConfigOrBuilder()Required. The config to update.
.google.cloud.dataform.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ConfigOrBuilder |
|
getDefaultInstanceForType()
public UpdateConfigRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Optional. Specifies the fields to be updated in the config.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeConfig(Config value)
public UpdateConfigRequest.Builder mergeConfig(Config value)Required. The config to update.
.google.cloud.dataform.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Config |
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|
mergeFrom(UpdateConfigRequest other)
public UpdateConfigRequest.Builder mergeFrom(UpdateConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateConfigRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateConfigRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateConfigRequest.Builder mergeUpdateMask(FieldMask value)Optional. Specifies the fields to be updated in the config.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|
setConfig(Config value)
public UpdateConfigRequest.Builder setConfig(Config value)Required. The config to update.
.google.cloud.dataform.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Config |
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|
setConfig(Config.Builder builderForValue)
public UpdateConfigRequest.Builder setConfig(Config.Builder builderForValue)Required. The config to update.
.google.cloud.dataform.v1.Config config = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Config.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateConfigRequest.Builder setUpdateMask(FieldMask value)Optional. Specifies the fields to be updated in the config.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateConfigRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Optional. Specifies the fields to be updated in the config.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest.Builder |
|