public interface CreateEntityRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntity()
public abstract Entity getEntity()Required. Entity resource.
.google.cloud.dataplex.v1.Entity entity = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Entity |
The entity. |
getEntityOrBuilder()
public abstract EntityOrBuilder getEntityOrBuilder()Required. Entity resource.
.google.cloud.dataplex.v1.Entity entity = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EntityOrBuilder |
|
getParent()
public abstract String getParent() Required. The resource name of the parent zone:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The resource name of the parent zone:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getValidateOnly()
public abstract boolean getValidateOnly()Optional. Only validate the request, but do not perform mutations. The default is false.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasEntity()
public abstract boolean hasEntity()Required. Entity resource.
.google.cloud.dataplex.v1.Entity entity = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entity field is set. |