public interface ListEndpointsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndpoints(int index)
public abstract Endpoint getEndpoints(int index)The list of endpoints.
repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;
| Name | Description |
| index | int |
| Type | Description |
| Endpoint |
getEndpointsCount()
public abstract int getEndpointsCount()The list of endpoints.
repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;
| Type | Description |
| int |
getEndpointsList()
public abstract List<Endpoint> getEndpointsList()The list of endpoints.
repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;
| Type | Description |
| List<Endpoint> |
getEndpointsOrBuilder(int index)
public abstract EndpointOrBuilder getEndpointsOrBuilder(int index)The list of endpoints.
repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;
| Name | Description |
| index | int |
| Type | Description |
| EndpointOrBuilder |
getEndpointsOrBuilderList()
public abstract List<? extends EndpointOrBuilder> getEndpointsOrBuilderList()The list of endpoints.
repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;
| Type | Description |
| List<? extends com.google.cloud.servicedirectory.v1beta1.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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |