public interface DeleteIcebergTableRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Required. Table to delete in the format:
projects/{project_id}/namespaces/{namespace}/tables/{table}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. Table to delete in the format:
projects/{project_id}/namespaces/{namespace}/tables/{table}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPurgeRequested()
public abstract boolean getPurgeRequested()Optional. If true we'll delete both the table and the data. Currently purgin data is not supported.
bool purge_requested = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The purgeRequested. |