public interface UpdateEntityRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntity()
public abstract Entity getEntity()Required. Update description.
.google.cloud.dataplex.v1.Entity entity = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Entity |
The entity. |
getEntityOrBuilder()
public abstract EntityOrBuilder getEntityOrBuilder()Required. Update description.
.google.cloud.dataplex.v1.Entity entity = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EntityOrBuilder |
|
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. |
hasEntity()
public abstract boolean hasEntity()Required. Update description.
.google.cloud.dataplex.v1.Entity entity = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entity field is set. |