Interface Serverfeatures.SupportedMethodsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Serverfeatures.SupportedMethods, Serverfeatures.SupportedMethods.Builder
Enclosing class:
Serverfeatures

public static interface Serverfeatures.SupportedMethodsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMethodsList

      repeated .event_store.client.server_features.SupportedMethod methods = 1;
    • getMethods

      Serverfeatures.SupportedMethod getMethods(int index)
      repeated .event_store.client.server_features.SupportedMethod methods = 1;
    • getMethodsCount

      int getMethodsCount()
      repeated .event_store.client.server_features.SupportedMethod methods = 1;
    • getMethodsOrBuilderList

      List<? extends Serverfeatures.SupportedMethodOrBuilder> getMethodsOrBuilderList()
      repeated .event_store.client.server_features.SupportedMethod methods = 1;
    • getMethodsOrBuilder

      Serverfeatures.SupportedMethodOrBuilder getMethodsOrBuilder(int index)
      repeated .event_store.client.server_features.SupportedMethod methods = 1;
    • getEventStoreServerVersion

      String getEventStoreServerVersion()
      string event_store_server_version = 2;
      Returns:
      The eventStoreServerVersion.
    • getEventStoreServerVersionBytes

      com.google.protobuf.ByteString getEventStoreServerVersionBytes()
      string event_store_server_version = 2;
      Returns:
      The bytes for eventStoreServerVersion.