public interface ListEndpointsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndpoints(int index)
public abstract Endpoint getEndpoints(int index) The list of Endpoint resources matching the parent and filter criteria in
the request. Each Endpoint resource follows the format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
repeated .google.cloud.agentregistry.v1.Endpoint endpoints = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Endpoint |
|
getEndpointsCount()
public abstract int getEndpointsCount() The list of Endpoint resources matching the parent and filter criteria in
the request. Each Endpoint resource follows the format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
repeated .google.cloud.agentregistry.v1.Endpoint endpoints = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEndpointsList()
public abstract List<Endpoint> getEndpointsList() The list of Endpoint resources matching the parent and filter criteria in
the request. Each Endpoint resource follows the format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
repeated .google.cloud.agentregistry.v1.Endpoint endpoints = 1;
| Returns | |
|---|---|
| Type | Description |
List<Endpoint> |
|
getEndpointsOrBuilder(int index)
public abstract EndpointOrBuilder getEndpointsOrBuilder(int index) The list of Endpoint resources matching the parent and filter criteria in
the request. Each Endpoint resource follows the format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
repeated .google.cloud.agentregistry.v1.Endpoint endpoints = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EndpointOrBuilder |
|
getEndpointsOrBuilderList()
public abstract List<? extends EndpointOrBuilder> getEndpointsOrBuilderList() The list of Endpoint resources matching the parent and filter criteria in
the request. Each Endpoint resource follows the format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
repeated .google.cloud.agentregistry.v1.Endpoint endpoints = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.agentregistry.v1.EndpointOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token identifying a page of results the server should return. Used in page_token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token identifying a page of results the server should return. Used in page_token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |