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
Modifier and TypeMethodDescriptionstring event_store_server_version = 2;com.google.protobuf.ByteStringstring event_store_server_version = 2;getMethods(int index) repeated .event_store.client.server_features.SupportedMethod methods = 1;intrepeated .event_store.client.server_features.SupportedMethod methods = 1;repeated .event_store.client.server_features.SupportedMethod methods = 1;getMethodsOrBuilder(int index) repeated .event_store.client.server_features.SupportedMethod methods = 1;List<? extends Serverfeatures.SupportedMethodOrBuilder>repeated .event_store.client.server_features.SupportedMethod methods = 1;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
-
getMethodsList
List<Serverfeatures.SupportedMethod> getMethodsList()repeated .event_store.client.server_features.SupportedMethod methods = 1; -
getMethods
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
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.
-