Interface GetNamespacesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetNamespacesResponse, GetNamespacesResponse.Builder

@Generated(value="protoc", comments="annotations:GetNamespacesResponseOrBuilder.java.pb.meta") public interface GetNamespacesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getNamespaces(int index)
    The list of namespaces in ascending name order.
    int
    The list of namespaces in ascending name order.
    The list of namespaces in ascending name order.
    The list of namespaces in ascending name order.
    The list of namespaces in ascending name 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

    • getNamespacesList

      List<Namespace> getNamespacesList()
       The list of namespaces in ascending name order.
       
      repeated .temporal.api.cloud.namespace.v1.Namespace namespaces = 1;
    • getNamespaces

      Namespace getNamespaces(int index)
       The list of namespaces in ascending name order.
       
      repeated .temporal.api.cloud.namespace.v1.Namespace namespaces = 1;
    • getNamespacesCount

      int getNamespacesCount()
       The list of namespaces in ascending name order.
       
      repeated .temporal.api.cloud.namespace.v1.Namespace namespaces = 1;
    • getNamespacesOrBuilderList

      List<? extends NamespaceOrBuilder> getNamespacesOrBuilderList()
       The list of namespaces in ascending name order.
       
      repeated .temporal.api.cloud.namespace.v1.Namespace namespaces = 1;
    • getNamespacesOrBuilder

      NamespaceOrBuilder getNamespacesOrBuilder(int index)
       The list of namespaces in ascending name order.
       
      repeated .temporal.api.cloud.namespace.v1.Namespace namespaces = 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.