public interface BatchDeletePartitionsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. Reference to the table to which these partitions belong, in the format of projects/{project}/catalogs/{catalogs}/databases/{database}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Reference to the table to which these partitions belong, in the format of projects/{project}/catalogs/{catalogs}/databases/{database}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getPartitionValues(int index)
public abstract PartitionValues getPartitionValues(int index)Required. The list of partitions (identified by its values) to be deleted. A maximum of 900 partitions can be deleted in a batch.
repeated .google.cloud.biglake.hive.v1beta.PartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PartitionValues |
|
getPartitionValuesCount()
public abstract int getPartitionValuesCount()Required. The list of partitions (identified by its values) to be deleted. A maximum of 900 partitions can be deleted in a batch.
repeated .google.cloud.biglake.hive.v1beta.PartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getPartitionValuesList()
public abstract List<PartitionValues> getPartitionValuesList()Required. The list of partitions (identified by its values) to be deleted. A maximum of 900 partitions can be deleted in a batch.
repeated .google.cloud.biglake.hive.v1beta.PartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<PartitionValues> |
|
getPartitionValuesOrBuilder(int index)
public abstract PartitionValuesOrBuilder getPartitionValuesOrBuilder(int index)Required. The list of partitions (identified by its values) to be deleted. A maximum of 900 partitions can be deleted in a batch.
repeated .google.cloud.biglake.hive.v1beta.PartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PartitionValuesOrBuilder |
|
getPartitionValuesOrBuilderList()
public abstract List<? extends PartitionValuesOrBuilder> getPartitionValuesOrBuilderList()Required. The list of partitions (identified by its values) to be deleted. A maximum of 900 partitions can be deleted in a batch.
repeated .google.cloud.biglake.hive.v1beta.PartitionValues partition_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.biglake.hive.v1beta.PartitionValuesOrBuilder> |
|