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
Modifier and TypeMethodDescriptiongetEndpoints(int index) The list of endpoints in ascending id order.intThe list of endpoints in ascending id order.The list of endpoints in ascending id order.getEndpointsOrBuilder(int index) The list of endpoints in ascending id order.List<? extends EndpointOrBuilder> The list of endpoints in ascending id order.The next page's token.com.google.protobuf.ByteStringThe next page's token.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEndpointsList
-
getEndpoints
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
List<? extends EndpointOrBuilder> getEndpointsOrBuilderList()The list of endpoints in ascending id order.
repeated .temporal.api.cloud.nexus.v1.Endpoint endpoints = 1; -
getEndpointsOrBuilder
The list of endpoints in ascending id order.
repeated .temporal.api.cloud.nexus.v1.Endpoint endpoints = 1; -
getNextPageToken
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.
-