Package com.google.cloud.aiplatform.v1
Interface ListEndpointsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListEndpointsResponse,ListEndpointsResponse.Builder
@Generated
public interface ListEndpointsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEndpoints(int index) List of Endpoints in the requested page.intList of Endpoints in the requested page.List of Endpoints in the requested page.getEndpointsOrBuilder(int index) List of Endpoints in the requested page.List<? extends EndpointOrBuilder>List of Endpoints in the requested page.A token to retrieve the next page of results.com.google.protobuf.ByteStringA token to retrieve the next page of results.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEndpointsList
List of Endpoints in the requested page.
repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1; -
getEndpoints
List of Endpoints in the requested page.
repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1; -
getEndpointsCount
int getEndpointsCount()List of Endpoints in the requested page.
repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1; -
getEndpointsOrBuilderList
List<? extends EndpointOrBuilder> getEndpointsOrBuilderList()List of Endpoints in the requested page.
repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1; -
getEndpointsOrBuilder
List of Endpoints in the requested page.
repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1; -
getNextPageToken
String getNextPageToken()A token to retrieve the next page of results. Pass to [ListEndpointsRequest.page_token][google.cloud.aiplatform.v1.ListEndpointsRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to [ListEndpointsRequest.page_token][google.cloud.aiplatform.v1.ListEndpointsRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-