Interface ListPartitionsResponseOrBuilder (1.0.1)

public interface ListPartitionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no remaining results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no remaining results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getPartitions(int index)

public abstract Partition getPartitions(int index)

Partitions under the specified parent entity.

repeated .google.cloud.dataplex.v1.Partition partitions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Partition

getPartitionsCount()

public abstract int getPartitionsCount()

Partitions under the specified parent entity.

repeated .google.cloud.dataplex.v1.Partition partitions = 1;

Returns
TypeDescription
int

getPartitionsList()

public abstract List<Partition> getPartitionsList()

Partitions under the specified parent entity.

repeated .google.cloud.dataplex.v1.Partition partitions = 1;

Returns
TypeDescription
List<Partition>

getPartitionsOrBuilder(int index)

public abstract PartitionOrBuilder getPartitionsOrBuilder(int index)

Partitions under the specified parent entity.

repeated .google.cloud.dataplex.v1.Partition partitions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PartitionOrBuilder

getPartitionsOrBuilderList()

public abstract List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()

Partitions under the specified parent entity.

repeated .google.cloud.dataplex.v1.Partition partitions = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dataplex.v1.PartitionOrBuilder>