public static final class UpdateDataAttributeRequest.Builder extends GeneratedMessage.Builder<UpdateDataAttributeRequest.Builder> implements UpdateDataAttributeRequestOrBuilderUpdate DataAttribute request.
Protobuf type google.cloud.dataplex.v1.UpdateDataAttributeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateDataAttributeRequest.BuilderImplements
UpdateDataAttributeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateDataAttributeRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest |
|
buildPartial()
public UpdateDataAttributeRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest |
|
clear()
public UpdateDataAttributeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
clearDataAttribute()
public UpdateDataAttributeRequest.Builder clearDataAttribute() Required. Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.DataAttribute data_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
clearUpdateMask()
public UpdateDataAttributeRequest.Builder clearUpdateMask()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
clearValidateOnly()
public UpdateDataAttributeRequest.Builder clearValidateOnly()Optional. Only validate the request, but do not perform mutations. The default is false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
This builder for chaining. |
getDataAttribute()
public DataAttribute getDataAttribute() Required. Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.DataAttribute data_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataAttribute |
The dataAttribute. |
getDataAttributeBuilder()
public DataAttribute.Builder getDataAttributeBuilder() Required. Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.DataAttribute data_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataAttribute.Builder |
|
getDataAttributeOrBuilder()
public DataAttributeOrBuilder getDataAttributeOrBuilder() Required. Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.DataAttribute data_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataAttributeOrBuilder |
|
getDefaultInstanceForType()
public UpdateDataAttributeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getValidateOnly()
public boolean getValidateOnly()Optional. Only validate the request, but do not perform mutations. The default is false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasDataAttribute()
public boolean hasDataAttribute() Required. Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.DataAttribute data_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataAttribute field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| 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 |
|
mergeDataAttribute(DataAttribute value)
public UpdateDataAttributeRequest.Builder mergeDataAttribute(DataAttribute value) Required. Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.DataAttribute data_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DataAttribute |
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
mergeFrom(UpdateDataAttributeRequest other)
public UpdateDataAttributeRequest.Builder mergeFrom(UpdateDataAttributeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDataAttributeRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateDataAttributeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateDataAttributeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateDataAttributeRequest.Builder mergeUpdateMask(FieldMask value)Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
setDataAttribute(DataAttribute value)
public UpdateDataAttributeRequest.Builder setDataAttribute(DataAttribute value) Required. Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.DataAttribute data_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DataAttribute |
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
setDataAttribute(DataAttribute.Builder builderForValue)
public UpdateDataAttributeRequest.Builder setDataAttribute(DataAttribute.Builder builderForValue) Required. Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.DataAttribute data_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataAttribute.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateDataAttributeRequest.Builder setUpdateMask(FieldMask value)Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateDataAttributeRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
|
setValidateOnly(boolean value)
public UpdateDataAttributeRequest.Builder setValidateOnly(boolean value)Optional. Only validate the request, but do not perform mutations. The default is false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe validateOnly to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeRequest.Builder |
This builder for chaining. |