public static final class Requirement.WhitelistEntry extends com.google.protobuf.GeneratedMessageV3 implements Requirement.WhitelistEntryOrBuilder
jscomp.Requirement.WhitelistEntry| Modifier and Type | Class and Description |
|---|---|
static class |
Requirement.WhitelistEntry.Builder
Protobuf type
jscomp.Requirement.WhitelistEntry |
static class |
Requirement.WhitelistEntry.Reason
Protobuf enum
jscomp.Requirement.WhitelistEntry.Reason |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
COMMENT_FIELD_NUMBER |
static int |
EXPLANATION_FIELD_NUMBER |
static com.google.protobuf.Parser<Requirement.WhitelistEntry> |
PARSER
Deprecated.
|
static int |
PREFIX_FIELD_NUMBER |
static int |
REASON_FIELD_NUMBER |
static int |
REGEXP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComment(int index)
repeated string comment = 5; |
com.google.protobuf.ByteString |
getCommentBytes(int index)
repeated string comment = 5; |
int |
getCommentCount()
repeated string comment = 5; |
com.google.protobuf.ProtocolStringList |
getCommentList()
repeated string comment = 5; |
static Requirement.WhitelistEntry |
getDefaultInstance() |
Requirement.WhitelistEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getExplanation()
Short explanation.
|
com.google.protobuf.ByteString |
getExplanationBytes()
Short explanation.
|
com.google.protobuf.Parser<Requirement.WhitelistEntry> |
getParserForType() |
java.lang.String |
getPrefix(int index)
A list of source path prefixes.
|
com.google.protobuf.ByteString |
getPrefixBytes(int index)
A list of source path prefixes.
|
int |
getPrefixCount()
A list of source path prefixes.
|
com.google.protobuf.ProtocolStringList |
getPrefixList()
A list of source path prefixes.
|
Requirement.WhitelistEntry.Reason |
getReason()
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1; |
java.lang.String |
getRegexp(int index)
A list of regexes matching sources to be ignored
|
com.google.protobuf.ByteString |
getRegexpBytes(int index)
A list of regexes matching sources to be ignored
|
int |
getRegexpCount()
A list of regexes matching sources to be ignored
|
com.google.protobuf.ProtocolStringList |
getRegexpList()
A list of regexes matching sources to be ignored
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasExplanation()
Short explanation.
|
int |
hashCode() |
boolean |
hasReason()
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Requirement.WhitelistEntry.Builder |
newBuilder() |
static Requirement.WhitelistEntry.Builder |
newBuilder(Requirement.WhitelistEntry prototype) |
Requirement.WhitelistEntry.Builder |
newBuilderForType() |
protected Requirement.WhitelistEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Requirement.WhitelistEntry |
parseDelimitedFrom(java.io.InputStream input) |
static Requirement.WhitelistEntry |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requirement.WhitelistEntry |
parseFrom(byte[] data) |
static Requirement.WhitelistEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requirement.WhitelistEntry |
parseFrom(com.google.protobuf.ByteString data) |
static Requirement.WhitelistEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requirement.WhitelistEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Requirement.WhitelistEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requirement.WhitelistEntry |
parseFrom(java.io.InputStream input) |
static Requirement.WhitelistEntry |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Requirement.WhitelistEntry> |
parser() |
Requirement.WhitelistEntry.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int REASON_FIELD_NUMBER
public static final int PREFIX_FIELD_NUMBER
public static final int REGEXP_FIELD_NUMBER
public static final int EXPLANATION_FIELD_NUMBER
public static final int COMMENT_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Requirement.WhitelistEntry> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasReason()
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1;hasReason in interface Requirement.WhitelistEntryOrBuilderpublic Requirement.WhitelistEntry.Reason getReason()
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1;getReason in interface Requirement.WhitelistEntryOrBuilderpublic com.google.protobuf.ProtocolStringList getPrefixList()
A list of source path prefixes.
repeated string prefix = 2;getPrefixList in interface Requirement.WhitelistEntryOrBuilderpublic int getPrefixCount()
A list of source path prefixes.
repeated string prefix = 2;getPrefixCount in interface Requirement.WhitelistEntryOrBuilderpublic java.lang.String getPrefix(int index)
A list of source path prefixes.
repeated string prefix = 2;getPrefix in interface Requirement.WhitelistEntryOrBuilderpublic com.google.protobuf.ByteString getPrefixBytes(int index)
A list of source path prefixes.
repeated string prefix = 2;getPrefixBytes in interface Requirement.WhitelistEntryOrBuilderpublic com.google.protobuf.ProtocolStringList getRegexpList()
A list of regexes matching sources to be ignored
repeated string regexp = 3;getRegexpList in interface Requirement.WhitelistEntryOrBuilderpublic int getRegexpCount()
A list of regexes matching sources to be ignored
repeated string regexp = 3;getRegexpCount in interface Requirement.WhitelistEntryOrBuilderpublic java.lang.String getRegexp(int index)
A list of regexes matching sources to be ignored
repeated string regexp = 3;getRegexp in interface Requirement.WhitelistEntryOrBuilderpublic com.google.protobuf.ByteString getRegexpBytes(int index)
A list of regexes matching sources to be ignored
repeated string regexp = 3;getRegexpBytes in interface Requirement.WhitelistEntryOrBuilderpublic boolean hasExplanation()
Short explanation.
optional string explanation = 4;hasExplanation in interface Requirement.WhitelistEntryOrBuilderpublic java.lang.String getExplanation()
Short explanation.
optional string explanation = 4;getExplanation in interface Requirement.WhitelistEntryOrBuilderpublic com.google.protobuf.ByteString getExplanationBytes()
Short explanation.
optional string explanation = 4;getExplanationBytes in interface Requirement.WhitelistEntryOrBuilderpublic com.google.protobuf.ProtocolStringList getCommentList()
repeated string comment = 5;getCommentList in interface Requirement.WhitelistEntryOrBuilderpublic int getCommentCount()
repeated string comment = 5;getCommentCount in interface Requirement.WhitelistEntryOrBuilderpublic java.lang.String getComment(int index)
repeated string comment = 5;getComment in interface Requirement.WhitelistEntryOrBuilderpublic com.google.protobuf.ByteString getCommentBytes(int index)
repeated string comment = 5;getCommentBytes in interface Requirement.WhitelistEntryOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Requirement.WhitelistEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requirement.WhitelistEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requirement.WhitelistEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requirement.WhitelistEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requirement.WhitelistEntry parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Requirement.WhitelistEntry parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Requirement.WhitelistEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Requirement.WhitelistEntry parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Requirement.WhitelistEntry parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Requirement.WhitelistEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Requirement.WhitelistEntry.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Requirement.WhitelistEntry.Builder newBuilder()
public static Requirement.WhitelistEntry.Builder newBuilder(Requirement.WhitelistEntry prototype)
public Requirement.WhitelistEntry.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Requirement.WhitelistEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Requirement.WhitelistEntry getDefaultInstance()
public static com.google.protobuf.Parser<Requirement.WhitelistEntry> parser()
public com.google.protobuf.Parser<Requirement.WhitelistEntry> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Requirement.WhitelistEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2009-2019 Google. All Rights Reserved.