public interface ListContextsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContexts(int index)
public abstract Context getContexts(int index)
The Contexts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Context contexts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Context |
getContextsCount()
public abstract int getContextsCount()
The Contexts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Context contexts = 1;
Returns | |
---|---|
Type | Description |
int |
getContextsList()
public abstract List<Context> getContextsList()
The Contexts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Context contexts = 1;
Returns | |
---|---|
Type | Description |
List<Context> |
getContextsOrBuilder(int index)
public abstract ContextOrBuilder getContextsOrBuilder(int index)
The Contexts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Context contexts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContextOrBuilder |
getContextsOrBuilderList()
public abstract List<? extends ContextOrBuilder> getContextsOrBuilderList()
The Contexts retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Context contexts = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |