public static final class ComparatorProtos.RegexStringComparator extends com.google.protobuf.GeneratedMessage implements ComparatorProtos.RegexStringComparatorOrBuilder
RegexStringComparator
Modifier and Type | Class and Description |
---|---|
static class |
ComparatorProtos.RegexStringComparator.Builder
Protobuf type
RegexStringComparator |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
CHARSET_FIELD_NUMBER |
static int |
ENGINE_FIELD_NUMBER |
static com.google.protobuf.Parser<ComparatorProtos.RegexStringComparator> |
PARSER |
static int |
PATTERN_FIELD_NUMBER |
static int |
PATTERN_FLAGS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCharset()
required string charset = 3; |
com.google.protobuf.ByteString |
getCharsetBytes()
required string charset = 3; |
static ComparatorProtos.RegexStringComparator |
getDefaultInstance() |
ComparatorProtos.RegexStringComparator |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEngine()
optional string engine = 4; |
com.google.protobuf.ByteString |
getEngineBytes()
optional string engine = 4; |
com.google.protobuf.Parser<ComparatorProtos.RegexStringComparator> |
getParserForType() |
String |
getPattern()
required string pattern = 1; |
com.google.protobuf.ByteString |
getPatternBytes()
required string pattern = 1; |
int |
getPatternFlags()
required int32 pattern_flags = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCharset()
required string charset = 3; |
boolean |
hasEngine()
optional string engine = 4; |
int |
hashCode() |
boolean |
hasPattern()
required string pattern = 1; |
boolean |
hasPatternFlags()
required int32 pattern_flags = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ComparatorProtos.RegexStringComparator.Builder |
newBuilder() |
static ComparatorProtos.RegexStringComparator.Builder |
newBuilder(ComparatorProtos.RegexStringComparator prototype) |
ComparatorProtos.RegexStringComparator.Builder |
newBuilderForType() |
protected ComparatorProtos.RegexStringComparator.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ComparatorProtos.RegexStringComparator |
parseDelimitedFrom(InputStream input) |
static ComparatorProtos.RegexStringComparator |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComparatorProtos.RegexStringComparator |
parseFrom(byte[] data) |
static ComparatorProtos.RegexStringComparator |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComparatorProtos.RegexStringComparator |
parseFrom(com.google.protobuf.ByteString data) |
static ComparatorProtos.RegexStringComparator |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComparatorProtos.RegexStringComparator |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ComparatorProtos.RegexStringComparator |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComparatorProtos.RegexStringComparator |
parseFrom(InputStream input) |
static ComparatorProtos.RegexStringComparator |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ComparatorProtos.RegexStringComparator.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<ComparatorProtos.RegexStringComparator> PARSER
public static final int PATTERN_FIELD_NUMBER
public static final int PATTERN_FLAGS_FIELD_NUMBER
public static final int CHARSET_FIELD_NUMBER
public static final int ENGINE_FIELD_NUMBER
public static ComparatorProtos.RegexStringComparator getDefaultInstance()
public ComparatorProtos.RegexStringComparator getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<ComparatorProtos.RegexStringComparator> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasPattern()
required string pattern = 1;
hasPattern
in interface ComparatorProtos.RegexStringComparatorOrBuilder
public String getPattern()
required string pattern = 1;
getPattern
in interface ComparatorProtos.RegexStringComparatorOrBuilder
public com.google.protobuf.ByteString getPatternBytes()
required string pattern = 1;
getPatternBytes
in interface ComparatorProtos.RegexStringComparatorOrBuilder
public boolean hasPatternFlags()
required int32 pattern_flags = 2;
hasPatternFlags
in interface ComparatorProtos.RegexStringComparatorOrBuilder
public int getPatternFlags()
required int32 pattern_flags = 2;
getPatternFlags
in interface ComparatorProtos.RegexStringComparatorOrBuilder
public boolean hasCharset()
required string charset = 3;
hasCharset
in interface ComparatorProtos.RegexStringComparatorOrBuilder
public String getCharset()
required string charset = 3;
getCharset
in interface ComparatorProtos.RegexStringComparatorOrBuilder
public com.google.protobuf.ByteString getCharsetBytes()
required string charset = 3;
getCharsetBytes
in interface ComparatorProtos.RegexStringComparatorOrBuilder
public boolean hasEngine()
optional string engine = 4;
hasEngine
in interface ComparatorProtos.RegexStringComparatorOrBuilder
public String getEngine()
optional string engine = 4;
getEngine
in interface ComparatorProtos.RegexStringComparatorOrBuilder
public com.google.protobuf.ByteString getEngineBytes()
optional string engine = 4;
getEngineBytes
in interface ComparatorProtos.RegexStringComparatorOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ComparatorProtos.RegexStringComparator parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ComparatorProtos.RegexStringComparator parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ComparatorProtos.RegexStringComparator parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ComparatorProtos.RegexStringComparator parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ComparatorProtos.RegexStringComparator parseFrom(InputStream input) throws IOException
IOException
public static ComparatorProtos.RegexStringComparator parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ComparatorProtos.RegexStringComparator parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ComparatorProtos.RegexStringComparator parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ComparatorProtos.RegexStringComparator parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ComparatorProtos.RegexStringComparator parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ComparatorProtos.RegexStringComparator.Builder newBuilder()
public ComparatorProtos.RegexStringComparator.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ComparatorProtos.RegexStringComparator.Builder newBuilder(ComparatorProtos.RegexStringComparator prototype)
public ComparatorProtos.RegexStringComparator.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ComparatorProtos.RegexStringComparator.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.