public interface UpdateDataAttributeBindingRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataAttributeBinding()
public abstract DataAttributeBinding getDataAttributeBinding() Required. Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.DataAttributeBinding data_attribute_binding = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataAttributeBinding |
The dataAttributeBinding. |
getDataAttributeBindingOrBuilder()
public abstract DataAttributeBindingOrBuilder getDataAttributeBindingOrBuilder() Required. Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.DataAttributeBinding data_attribute_binding = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataAttributeBindingOrBuilder |
|
getUpdateMask()
public abstract 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. |
getUpdateMaskOrBuilder()
public abstract 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 abstract 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. |
hasDataAttributeBinding()
public abstract boolean hasDataAttributeBinding() Required. Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.DataAttributeBinding data_attribute_binding = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataAttributeBinding field is set. |
hasUpdateMask()
public abstract 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. |