Interface ListPartitionsResponseOrBuilder (1.41.0)

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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
Partition

getPartitionsCount()

public abstract int getPartitionsCount()

Partitions under the specified parent entity.

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

Returns
Type Description
int

getPartitionsList()

public abstract List<Partition> getPartitionsList()

Partitions under the specified parent entity.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
PartitionOrBuilder

getPartitionsOrBuilderList()

public abstract List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()

Partitions under the specified parent entity.

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

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