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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEventStoreServerVersion()string event_store_server_version = 2;com.google.protobuf.ByteStringgetEventStoreServerVersionBytes()string event_store_server_version = 2;Serverfeatures.SupportedMethodgetMethods(int index)repeated .event_store.client.server_features.SupportedMethod methods = 1;intgetMethodsCount()repeated .event_store.client.server_features.SupportedMethod methods = 1;java.util.List<Serverfeatures.SupportedMethod>getMethodsList()repeated .event_store.client.server_features.SupportedMethod methods = 1;Serverfeatures.SupportedMethodOrBuildergetMethodsOrBuilder(int index)repeated .event_store.client.server_features.SupportedMethod methods = 1;java.util.List<? extends Serverfeatures.SupportedMethodOrBuilder>getMethodsOrBuilderList()repeated .event_store.client.server_features.SupportedMethod methods = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMethodsList
java.util.List<Serverfeatures.SupportedMethod> 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
java.util.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
java.lang.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.
-
-