public static final class Serverfeatures.SupportedMethod.Builder extends com.google.protobuf.GeneratedMessage.Builder<Serverfeatures.SupportedMethod.Builder> implements Serverfeatures.SupportedMethodOrBuilder
event_store.client.server_features.SupportedMethod| Modifier and Type | Method and Description |
|---|---|
Serverfeatures.SupportedMethod.Builder |
addAllFeatures(java.lang.Iterable<java.lang.String> values)
repeated string features = 3; |
Serverfeatures.SupportedMethod.Builder |
addFeatures(java.lang.String value)
repeated string features = 3; |
Serverfeatures.SupportedMethod.Builder |
addFeaturesBytes(com.google.protobuf.ByteString value)
repeated string features = 3; |
Serverfeatures.SupportedMethod |
build() |
Serverfeatures.SupportedMethod |
buildPartial() |
Serverfeatures.SupportedMethod.Builder |
clear() |
Serverfeatures.SupportedMethod.Builder |
clearFeatures()
repeated string features = 3; |
Serverfeatures.SupportedMethod.Builder |
clearMethodName()
string method_name = 1; |
Serverfeatures.SupportedMethod.Builder |
clearServiceName()
string service_name = 2; |
Serverfeatures.SupportedMethod |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getFeatures(int index)
repeated string features = 3; |
com.google.protobuf.ByteString |
getFeaturesBytes(int index)
repeated string features = 3; |
int |
getFeaturesCount()
repeated string features = 3; |
com.google.protobuf.ProtocolStringList |
getFeaturesList()
repeated string features = 3; |
java.lang.String |
getMethodName()
string method_name = 1; |
com.google.protobuf.ByteString |
getMethodNameBytes()
string method_name = 1; |
java.lang.String |
getServiceName()
string service_name = 2; |
com.google.protobuf.ByteString |
getServiceNameBytes()
string service_name = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Serverfeatures.SupportedMethod.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Serverfeatures.SupportedMethod.Builder |
mergeFrom(com.google.protobuf.Message other) |
Serverfeatures.SupportedMethod.Builder |
mergeFrom(Serverfeatures.SupportedMethod other) |
Serverfeatures.SupportedMethod.Builder |
setFeatures(int index,
java.lang.String value)
repeated string features = 3; |
Serverfeatures.SupportedMethod.Builder |
setMethodName(java.lang.String value)
string method_name = 1; |
Serverfeatures.SupportedMethod.Builder |
setMethodNameBytes(com.google.protobuf.ByteString value)
string method_name = 1; |
Serverfeatures.SupportedMethod.Builder |
setServiceName(java.lang.String value)
string service_name = 2; |
Serverfeatures.SupportedMethod.Builder |
setServiceNameBytes(com.google.protobuf.ByteString value)
string service_name = 2; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Serverfeatures.SupportedMethod.Builder>public Serverfeatures.SupportedMethod.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Serverfeatures.SupportedMethod.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Serverfeatures.SupportedMethod.Builder>public Serverfeatures.SupportedMethod getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Serverfeatures.SupportedMethod build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Serverfeatures.SupportedMethod buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Serverfeatures.SupportedMethod.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Serverfeatures.SupportedMethod.Builder>public Serverfeatures.SupportedMethod.Builder mergeFrom(Serverfeatures.SupportedMethod other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Serverfeatures.SupportedMethod.Builder>public Serverfeatures.SupportedMethod.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Serverfeatures.SupportedMethod.Builder>java.io.IOExceptionpublic java.lang.String getMethodName()
string method_name = 1;getMethodName in interface Serverfeatures.SupportedMethodOrBuilderpublic com.google.protobuf.ByteString getMethodNameBytes()
string method_name = 1;getMethodNameBytes in interface Serverfeatures.SupportedMethodOrBuilderpublic Serverfeatures.SupportedMethod.Builder setMethodName(java.lang.String value)
string method_name = 1;value - The methodName to set.public Serverfeatures.SupportedMethod.Builder clearMethodName()
string method_name = 1;public Serverfeatures.SupportedMethod.Builder setMethodNameBytes(com.google.protobuf.ByteString value)
string method_name = 1;value - The bytes for methodName to set.public java.lang.String getServiceName()
string service_name = 2;getServiceName in interface Serverfeatures.SupportedMethodOrBuilderpublic com.google.protobuf.ByteString getServiceNameBytes()
string service_name = 2;getServiceNameBytes in interface Serverfeatures.SupportedMethodOrBuilderpublic Serverfeatures.SupportedMethod.Builder setServiceName(java.lang.String value)
string service_name = 2;value - The serviceName to set.public Serverfeatures.SupportedMethod.Builder clearServiceName()
string service_name = 2;public Serverfeatures.SupportedMethod.Builder setServiceNameBytes(com.google.protobuf.ByteString value)
string service_name = 2;value - The bytes for serviceName to set.public com.google.protobuf.ProtocolStringList getFeaturesList()
repeated string features = 3;getFeaturesList in interface Serverfeatures.SupportedMethodOrBuilderpublic int getFeaturesCount()
repeated string features = 3;getFeaturesCount in interface Serverfeatures.SupportedMethodOrBuilderpublic java.lang.String getFeatures(int index)
repeated string features = 3;getFeatures in interface Serverfeatures.SupportedMethodOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getFeaturesBytes(int index)
repeated string features = 3;getFeaturesBytes in interface Serverfeatures.SupportedMethodOrBuilderindex - The index of the value to return.public Serverfeatures.SupportedMethod.Builder setFeatures(int index, java.lang.String value)
repeated string features = 3;index - The index to set the value at.value - The features to set.public Serverfeatures.SupportedMethod.Builder addFeatures(java.lang.String value)
repeated string features = 3;value - The features to add.public Serverfeatures.SupportedMethod.Builder addAllFeatures(java.lang.Iterable<java.lang.String> values)
repeated string features = 3;values - The features to add.public Serverfeatures.SupportedMethod.Builder clearFeatures()
repeated string features = 3;public Serverfeatures.SupportedMethod.Builder addFeaturesBytes(com.google.protobuf.ByteString value)
repeated string features = 3;value - The bytes of the features to add.