public static final class DeleteIcebergTableRequest.Builder extends GeneratedMessage.Builder<DeleteIcebergTableRequest.Builder> implements DeleteIcebergTableRequestOrBuilder The request message for the DeleteIcebergTable API.
Protobuf type google.cloud.biglake.v1.DeleteIcebergTableRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteIcebergTableRequest.BuilderImplements
DeleteIcebergTableRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteIcebergTableRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteIcebergTableRequest |
|
buildPartial()
public DeleteIcebergTableRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteIcebergTableRequest |
|
clear()
public DeleteIcebergTableRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteIcebergTableRequest.Builder |
|
clearName()
public DeleteIcebergTableRequest.Builder clearName() 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 |
DeleteIcebergTableRequest.Builder |
This builder for chaining. |
clearPurgeRequested()
public DeleteIcebergTableRequest.Builder clearPurgeRequested()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 |
DeleteIcebergTableRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteIcebergTableRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteIcebergTableRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteIcebergTableRequest other)
public DeleteIcebergTableRequest.Builder mergeFrom(DeleteIcebergTableRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteIcebergTableRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteIcebergTableRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteIcebergTableRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteIcebergTableRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteIcebergTableRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteIcebergTableRequest.Builder |
|
setName(String value)
public DeleteIcebergTableRequest.Builder setName(String value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteIcebergTableRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteIcebergTableRequest.Builder setNameBytes(ByteString value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteIcebergTableRequest.Builder |
This builder for chaining. |
setPurgeRequested(boolean value)
public DeleteIcebergTableRequest.Builder setPurgeRequested(boolean value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe purgeRequested to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteIcebergTableRequest.Builder |
This builder for chaining. |