public interface ListEndpointsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getEndpoints(int index)
List of Endpoints in the requested page.
|
int |
getEndpointsCount()
List of Endpoints in the requested page.
|
List<Endpoint> |
getEndpointsList()
List of Endpoints in the requested page.
|
EndpointOrBuilder |
getEndpointsOrBuilder(int index)
List of Endpoints in the requested page.
|
List<? extends EndpointOrBuilder> |
getEndpointsOrBuilderList()
List of Endpoints in the requested page.
|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Endpoint> getEndpointsList()
List of Endpoints in the requested page.
repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;Endpoint getEndpoints(int index)
List of Endpoints in the requested page.
repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;int getEndpointsCount()
List of Endpoints in the requested page.
repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;List<? extends EndpointOrBuilder> getEndpointsOrBuilderList()
List of Endpoints in the requested page.
repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;EndpointOrBuilder getEndpointsOrBuilder(int index)
List of Endpoints in the requested page.
repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;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;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;Copyright © 2025 Google LLC. All rights reserved.