public interface BatchCreatePartitionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPartitions(int index)
public abstract Partition getPartitions(int index)The list of partitions that have been added.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Partition |
|
getPartitionsCount()
public abstract int getPartitionsCount()The list of partitions that have been added.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPartitionsList()
public abstract List<Partition> getPartitionsList()The list of partitions that have been added.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Partition> |
|
getPartitionsOrBuilder(int index)
public abstract PartitionOrBuilder getPartitionsOrBuilder(int index)The list of partitions that have been added.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PartitionOrBuilder |
|
getPartitionsOrBuilderList()
public abstract List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()The list of partitions that have been added.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.biglake.hive.v1beta.PartitionOrBuilder> |
|