Interface ListContextsResponseOrBuilder (3.42.0)

public interface ListContextsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContexts(int index)

public abstract Context getContexts(int index)

The Contexts retrieved from the MetadataStore.

repeated .google.cloud.aiplatform.v1.Context contexts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Context

getContextsCount()

public abstract int getContextsCount()

The Contexts retrieved from the MetadataStore.

repeated .google.cloud.aiplatform.v1.Context contexts = 1;

Returns
TypeDescription
int

getContextsList()

public abstract List<Context> getContextsList()

The Contexts retrieved from the MetadataStore.

repeated .google.cloud.aiplatform.v1.Context contexts = 1;

Returns
TypeDescription
List<Context>

getContextsOrBuilder(int index)

public abstract ContextOrBuilder getContextsOrBuilder(int index)

The Contexts retrieved from the MetadataStore.

repeated .google.cloud.aiplatform.v1.Context contexts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ContextOrBuilder

getContextsOrBuilderList()

public abstract List<? extends ContextOrBuilder> getContextsOrBuilderList()

The Contexts retrieved from the MetadataStore.

repeated .google.cloud.aiplatform.v1.Context contexts = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.ContextOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as ListContextsRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as ListContextsRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.