public interface ListPartitionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPartitions(int index)
public abstract Partition getPartitions(int index)Output only. List of partitions.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Partition |
|
getPartitionsCount()
public abstract int getPartitionsCount()Output only. List of partitions.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getPartitionsList()
public abstract List<Partition> getPartitionsList()Output only. List of partitions.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Partition> |
|
getPartitionsOrBuilder(int index)
public abstract PartitionOrBuilder getPartitionsOrBuilder(int index)Output only. List of partitions.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PartitionOrBuilder |
|
getPartitionsOrBuilderList()
public abstract List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()Output only. List of partitions.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.biglake.hive.v1beta.PartitionOrBuilder> |
|