Interface GetNexusEndpointsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetNexusEndpointsResponse,GetNexusEndpointsResponse.Builder
@Generated(value="protoc", comments="annotations:GetNexusEndpointsResponseOrBuilder.java.pb.meta") public interface GetNexusEndpointsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointgetEndpoints(int index)The list of endpoints in ascending id order.intgetEndpointsCount()The list of endpoints in ascending id order.java.util.List<Endpoint>getEndpointsList()The list of endpoints in ascending id order.EndpointOrBuildergetEndpointsOrBuilder(int index)The list of endpoints in ascending id order.java.util.List<? extends EndpointOrBuilder>getEndpointsOrBuilderList()The list of endpoints in ascending id order.java.lang.StringgetNextPageToken()The next page's token.com.google.protobuf.ByteStringgetNextPageTokenBytes()The next page's token.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEndpointsList
java.util.List<Endpoint> getEndpointsList()
The list of endpoints in ascending id order.
repeated .temporal.api.cloud.nexus.v1.Endpoint endpoints = 1;
-
getEndpoints
Endpoint getEndpoints(int index)
The list of endpoints in ascending id order.
repeated .temporal.api.cloud.nexus.v1.Endpoint endpoints = 1;
-
getEndpointsCount
int getEndpointsCount()
The list of endpoints in ascending id order.
repeated .temporal.api.cloud.nexus.v1.Endpoint endpoints = 1;
-
getEndpointsOrBuilderList
java.util.List<? extends EndpointOrBuilder> getEndpointsOrBuilderList()
The list of endpoints in ascending id order.
repeated .temporal.api.cloud.nexus.v1.Endpoint endpoints = 1;
-
getEndpointsOrBuilder
EndpointOrBuilder getEndpointsOrBuilder(int index)
The list of endpoints in ascending id order.
repeated .temporal.api.cloud.nexus.v1.Endpoint endpoints = 1;
-
getNextPageToken
java.lang.String getNextPageToken()
The next page's token.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
The next page's token.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
-