public interface ListEndpointsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndpoints(int index)
public abstract Endpoint getEndpoints(int index)The list of endpoints.
repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Endpoint |
|
getEndpointsCount()
public abstract int getEndpointsCount()The list of endpoints.
repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEndpointsList()
public abstract List<Endpoint> getEndpointsList()The list of endpoints.
repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;
| Returns | |
|---|---|
| Type | Description |
List<Endpoint> |
|
getEndpointsOrBuilder(int index)
public abstract EndpointOrBuilder getEndpointsOrBuilder(int index)The list of endpoints.
repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EndpointOrBuilder |
|
getEndpointsOrBuilderList()
public abstract List<? extends EndpointOrBuilder> getEndpointsOrBuilderList()The list of endpoints.
repeated .google.cloud.servicedirectory.v1.Endpoint endpoints = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.servicedirectory.v1.EndpointOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |