public static final class StringMatchOuterClass.StringMatch.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder> implements StringMatchOuterClass.StringMatchOrBuilder
Specifies the way to match a string.Protobuf type
envoy.type.StringMatch| Modifier and Type | Method and Description |
|---|---|
StringMatchOuterClass.StringMatch.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StringMatchOuterClass.StringMatch |
build() |
StringMatchOuterClass.StringMatch |
buildPartial() |
StringMatchOuterClass.StringMatch.Builder |
clear() |
StringMatchOuterClass.StringMatch.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StringMatchOuterClass.StringMatch.Builder |
clearMatchPattern() |
StringMatchOuterClass.StringMatch.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StringMatchOuterClass.StringMatch.Builder |
clearPrefix()
The input string must have the prefix specified here.
|
StringMatchOuterClass.StringMatch.Builder |
clearRegex()
The input string must match the regular expression specified here.
|
StringMatchOuterClass.StringMatch.Builder |
clearSimple()
The input string must match exactly the string specified here.
|
StringMatchOuterClass.StringMatch.Builder |
clearSuffix()
The input string must have the suffix specified here.
|
StringMatchOuterClass.StringMatch.Builder |
clone() |
StringMatchOuterClass.StringMatch |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
StringMatchOuterClass.StringMatch.MatchPatternCase |
getMatchPatternCase() |
String |
getPrefix()
The input string must have the prefix specified here.
|
com.google.protobuf.ByteString |
getPrefixBytes()
The input string must have the prefix specified here.
|
String |
getRegex()
The input string must match the regular expression specified here.
|
com.google.protobuf.ByteString |
getRegexBytes()
The input string must match the regular expression specified here.
|
String |
getSimple()
The input string must match exactly the string specified here.
|
com.google.protobuf.ByteString |
getSimpleBytes()
The input string must match exactly the string specified here.
|
String |
getSuffix()
The input string must have the suffix specified here.
|
com.google.protobuf.ByteString |
getSuffixBytes()
The input string must have the suffix specified here.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
StringMatchOuterClass.StringMatch.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StringMatchOuterClass.StringMatch.Builder |
mergeFrom(com.google.protobuf.Message other) |
StringMatchOuterClass.StringMatch.Builder |
mergeFrom(StringMatchOuterClass.StringMatch other) |
StringMatchOuterClass.StringMatch.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StringMatchOuterClass.StringMatch.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StringMatchOuterClass.StringMatch.Builder |
setPrefix(String value)
The input string must have the prefix specified here.
|
StringMatchOuterClass.StringMatch.Builder |
setPrefixBytes(com.google.protobuf.ByteString value)
The input string must have the prefix specified here.
|
StringMatchOuterClass.StringMatch.Builder |
setRegex(String value)
The input string must match the regular expression specified here.
|
StringMatchOuterClass.StringMatch.Builder |
setRegexBytes(com.google.protobuf.ByteString value)
The input string must match the regular expression specified here.
|
StringMatchOuterClass.StringMatch.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StringMatchOuterClass.StringMatch.Builder |
setSimple(String value)
The input string must match exactly the string specified here.
|
StringMatchOuterClass.StringMatch.Builder |
setSimpleBytes(com.google.protobuf.ByteString value)
The input string must match exactly the string specified here.
|
StringMatchOuterClass.StringMatch.Builder |
setSuffix(String value)
The input string must have the suffix specified here.
|
StringMatchOuterClass.StringMatch.Builder |
setSuffixBytes(com.google.protobuf.ByteString value)
The input string must have the suffix specified here.
|
StringMatchOuterClass.StringMatch.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder>public StringMatchOuterClass.StringMatch.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.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.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder>public StringMatchOuterClass.StringMatch getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StringMatchOuterClass.StringMatch build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StringMatchOuterClass.StringMatch buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StringMatchOuterClass.StringMatch.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder>public StringMatchOuterClass.StringMatch.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder>public StringMatchOuterClass.StringMatch.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder>public StringMatchOuterClass.StringMatch.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder>public StringMatchOuterClass.StringMatch.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder>public StringMatchOuterClass.StringMatch.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder>public StringMatchOuterClass.StringMatch.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StringMatchOuterClass.StringMatch.Builder>public StringMatchOuterClass.StringMatch.Builder mergeFrom(StringMatchOuterClass.StringMatch other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder>public StringMatchOuterClass.StringMatch.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StringMatchOuterClass.StringMatch.Builder>IOExceptionpublic StringMatchOuterClass.StringMatch.MatchPatternCase getMatchPatternCase()
getMatchPatternCase in interface StringMatchOuterClass.StringMatchOrBuilderpublic StringMatchOuterClass.StringMatch.Builder clearMatchPattern()
public String getSimple()
The input string must match exactly the string specified here. Or it is a "*", which means that it matches any string.
string simple = 1;getSimple in interface StringMatchOuterClass.StringMatchOrBuilderpublic com.google.protobuf.ByteString getSimpleBytes()
The input string must match exactly the string specified here. Or it is a "*", which means that it matches any string.
string simple = 1;getSimpleBytes in interface StringMatchOuterClass.StringMatchOrBuilderpublic StringMatchOuterClass.StringMatch.Builder setSimple(String value)
The input string must match exactly the string specified here. Or it is a "*", which means that it matches any string.
string simple = 1;public StringMatchOuterClass.StringMatch.Builder clearSimple()
The input string must match exactly the string specified here. Or it is a "*", which means that it matches any string.
string simple = 1;public StringMatchOuterClass.StringMatch.Builder setSimpleBytes(com.google.protobuf.ByteString value)
The input string must match exactly the string specified here. Or it is a "*", which means that it matches any string.
string simple = 1;public String getPrefix()
The input string must have the prefix specified here.
string prefix = 2;getPrefix in interface StringMatchOuterClass.StringMatchOrBuilderpublic com.google.protobuf.ByteString getPrefixBytes()
The input string must have the prefix specified here.
string prefix = 2;getPrefixBytes in interface StringMatchOuterClass.StringMatchOrBuilderpublic StringMatchOuterClass.StringMatch.Builder setPrefix(String value)
The input string must have the prefix specified here.
string prefix = 2;public StringMatchOuterClass.StringMatch.Builder clearPrefix()
The input string must have the prefix specified here.
string prefix = 2;public StringMatchOuterClass.StringMatch.Builder setPrefixBytes(com.google.protobuf.ByteString value)
The input string must have the prefix specified here.
string prefix = 2;public String getSuffix()
The input string must have the suffix specified here.
string suffix = 3;getSuffix in interface StringMatchOuterClass.StringMatchOrBuilderpublic com.google.protobuf.ByteString getSuffixBytes()
The input string must have the suffix specified here.
string suffix = 3;getSuffixBytes in interface StringMatchOuterClass.StringMatchOrBuilderpublic StringMatchOuterClass.StringMatch.Builder setSuffix(String value)
The input string must have the suffix specified here.
string suffix = 3;public StringMatchOuterClass.StringMatch.Builder clearSuffix()
The input string must have the suffix specified here.
string suffix = 3;public StringMatchOuterClass.StringMatch.Builder setSuffixBytes(com.google.protobuf.ByteString value)
The input string must have the suffix specified here.
string suffix = 3;public String getRegex()
The input string must match the regular expression specified here. The regex grammar is defined `here <http://en.cppreference.com/w/cpp/regex/ecmascript>`_.
string regex = 4;getRegex in interface StringMatchOuterClass.StringMatchOrBuilderpublic com.google.protobuf.ByteString getRegexBytes()
The input string must match the regular expression specified here. The regex grammar is defined `here <http://en.cppreference.com/w/cpp/regex/ecmascript>`_.
string regex = 4;getRegexBytes in interface StringMatchOuterClass.StringMatchOrBuilderpublic StringMatchOuterClass.StringMatch.Builder setRegex(String value)
The input string must match the regular expression specified here. The regex grammar is defined `here <http://en.cppreference.com/w/cpp/regex/ecmascript>`_.
string regex = 4;public StringMatchOuterClass.StringMatch.Builder clearRegex()
The input string must match the regular expression specified here. The regex grammar is defined `here <http://en.cppreference.com/w/cpp/regex/ecmascript>`_.
string regex = 4;public StringMatchOuterClass.StringMatch.Builder setRegexBytes(com.google.protobuf.ByteString value)
The input string must match the regular expression specified here. The regex grammar is defined `here <http://en.cppreference.com/w/cpp/regex/ecmascript>`_.
string regex = 4;public final StringMatchOuterClass.StringMatch.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder>public final StringMatchOuterClass.StringMatch.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StringMatchOuterClass.StringMatch.Builder>Copyright © 2018 The Envoy Project. All rights reserved.