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 Type
    Method
    Description
    getEndpoints(int index)
    The list of endpoints in ascending id order.
    int
    The list of endpoints in ascending id order.
    The list of endpoints in ascending id order.
    The list of endpoints in ascending id order.
    The list of endpoints in ascending id order.
    The next page's token.
    com.google.protobuf.ByteString
    The next page's token.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEndpointsList

      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

      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

      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.