Interface ListExtensionsResponseOrBuilder (3.42.0)

public interface ListExtensionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
Extension

getExtensionsCount()

public abstract int getExtensionsCount()

List of Extension in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;

Returns
TypeDescription
int

getExtensionsList()

public abstract List<Extension> getExtensionsList()

List of Extension in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ExtensionOrBuilder

getExtensionsOrBuilderList()

public abstract List<? extends ExtensionOrBuilder> getExtensionsOrBuilderList()

List of Extension in the requested page.

repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.