public interface ListEndpointsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getEndpoints(int index)
The list of endpoints.
|
int |
getEndpointsCount()
The list of endpoints.
|
List<Endpoint> |
getEndpointsList()
The list of endpoints.
|
EndpointOrBuilder |
getEndpointsOrBuilder(int index)
The list of endpoints.
|
List<? extends EndpointOrBuilder> |
getEndpointsOrBuilderList()
The list of endpoints.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Endpoint> getEndpointsList()
The list of endpoints.
repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;Endpoint getEndpoints(int index)
The list of endpoints.
repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;int getEndpointsCount()
The list of endpoints.
repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;List<? extends EndpointOrBuilder> getEndpointsOrBuilderList()
The list of endpoints.
repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;EndpointOrBuilder getEndpointsOrBuilder(int index)
The list of endpoints.
repeated .google.cloud.servicedirectory.v1beta1.Endpoint endpoints = 1;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;com.google.protobuf.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;Copyright © 2022 Google LLC. All rights reserved.