Interface ListContentResponseOrBuilder (1.0.1)

public interface ListContentResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent(int index)

public abstract Content getContent(int index)

Content under the given parent lake.

repeated .google.cloud.dataplex.v1.Content content = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Content

getContentCount()

public abstract int getContentCount()

Content under the given parent lake.

repeated .google.cloud.dataplex.v1.Content content = 1;

Returns
TypeDescription
int

getContentList()

public abstract List<Content> getContentList()

Content under the given parent lake.

repeated .google.cloud.dataplex.v1.Content content = 1;

Returns
TypeDescription
List<Content>

getContentOrBuilder(int index)

public abstract ContentOrBuilder getContentOrBuilder(int index)

Content under the given parent lake.

repeated .google.cloud.dataplex.v1.Content content = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ContentOrBuilder

getContentOrBuilderList()

public abstract List<? extends ContentOrBuilder> getContentOrBuilderList()

Content under the given parent lake.

repeated .google.cloud.dataplex.v1.Content content = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more 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 more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.