public interface ListExtensionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExtensions(int index)
public abstract Extension getExtensions(int index)List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Extension |
|
getExtensionsCount()
public abstract int getExtensionsCount()List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getExtensionsList()
public abstract List<Extension> getExtensionsList()List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Extension> |
|
getExtensionsOrBuilder(int index)
public abstract ExtensionOrBuilder getExtensionsOrBuilder(int index)List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExtensionOrBuilder |
|
getExtensionsOrBuilderList()
public abstract List<? extends ExtensionOrBuilder> getExtensionsOrBuilderList()List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ExtensionOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results. Pass to ListExtensionsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to ListExtensionsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |