public static interface Requirement.WhitelistEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutomaticallyPrune()
If you build automation to remove unused entries, you can use this flag
to enable/disable it.
|
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; |
java.util.List<java.lang.String> |
getCommentList()
repeated string comment = 5; |
java.lang.String |
getExplanation()
Short explanation.
|
com.google.protobuf.ByteString |
getExplanationBytes()
Short explanation.
|
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.
|
java.util.List<java.lang.String> |
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
|
java.util.List<java.lang.String> |
getRegexpList()
A list of regexes matching sources to be ignored
|
boolean |
hasAutomaticallyPrune()
If you build automation to remove unused entries, you can use this flag
to enable/disable it.
|
boolean |
hasExplanation()
Short explanation.
|
boolean |
hasReason()
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReason()
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1;Requirement.WhitelistEntry.Reason getReason()
optional .jscomp.Requirement.WhitelistEntry.Reason reason = 1;java.util.List<java.lang.String> getPrefixList()
A list of source path prefixes.
repeated string prefix = 2;int getPrefixCount()
A list of source path prefixes.
repeated string prefix = 2;java.lang.String getPrefix(int index)
A list of source path prefixes.
repeated string prefix = 2;index - The index of the element to return.com.google.protobuf.ByteString getPrefixBytes(int index)
A list of source path prefixes.
repeated string prefix = 2;index - The index of the value to return.java.util.List<java.lang.String> getRegexpList()
A list of regexes matching sources to be ignored
repeated string regexp = 3;int getRegexpCount()
A list of regexes matching sources to be ignored
repeated string regexp = 3;java.lang.String getRegexp(int index)
A list of regexes matching sources to be ignored
repeated string regexp = 3;index - The index of the element to return.com.google.protobuf.ByteString getRegexpBytes(int index)
A list of regexes matching sources to be ignored
repeated string regexp = 3;index - The index of the value to return.boolean hasExplanation()
Short explanation.
optional string explanation = 4;java.lang.String getExplanation()
Short explanation.
optional string explanation = 4;com.google.protobuf.ByteString getExplanationBytes()
Short explanation.
optional string explanation = 4;java.util.List<java.lang.String> getCommentList()
repeated string comment = 5;int getCommentCount()
repeated string comment = 5;java.lang.String getComment(int index)
repeated string comment = 5;index - The index of the element to return.com.google.protobuf.ByteString getCommentBytes(int index)
repeated string comment = 5;index - The index of the value to return.boolean hasAutomaticallyPrune()
If you build automation to remove unused entries, you can use this flag to enable/disable it.
optional bool automatically_prune = 6;boolean getAutomaticallyPrune()
If you build automation to remove unused entries, you can use this flag to enable/disable it.
optional bool automatically_prune = 6;Copyright © 2009-2020 Google. All Rights Reserved.