Interface ListEndpointsResponseOrBuilder (1.3.0)

public interface ListEndpointsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndpoints(int index)

public abstract Endpoint getEndpoints(int index)

List of Endpoints in the requested page.

repeated .google.cloud.vertexai.v1.Endpoint endpoints = 1;

Parameter
Name Description
index int
Returns
Type Description
Endpoint

getEndpointsCount()

public abstract int getEndpointsCount()

List of Endpoints in the requested page.

repeated .google.cloud.vertexai.v1.Endpoint endpoints = 1;

Returns
Type Description
int

getEndpointsList()

public abstract List<Endpoint> getEndpointsList()

List of Endpoints in the requested page.

repeated .google.cloud.vertexai.v1.Endpoint endpoints = 1;

Returns
Type Description
List<Endpoint>

getEndpointsOrBuilder(int index)

public abstract EndpointOrBuilder getEndpointsOrBuilder(int index)

List of Endpoints in the requested page.

repeated .google.cloud.vertexai.v1.Endpoint endpoints = 1;

Parameter
Name Description
index int
Returns
Type Description
EndpointOrBuilder

getEndpointsOrBuilderList()

public abstract List<? extends EndpointOrBuilder> getEndpointsOrBuilderList()

List of Endpoints in the requested page.

repeated .google.cloud.vertexai.v1.Endpoint endpoints = 1;

Returns
Type Description
List<? extends com.google.cloud.vertexai.api.EndpointOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. Pass to ListEndpointsRequest.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 ListEndpointsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.