public interface RequirementOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<Requirement>
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
optional string error_message = 1; |
com.google.protobuf.ByteString |
getErrorMessageBytes()
optional string error_message = 1; |
String |
getJavaClass()
optional string java_class = 6; |
com.google.protobuf.ByteString |
getJavaClassBytes()
optional string java_class = 6; |
Requirement.Type |
getType()
optional .jscomp.Requirement.Type type = 4; |
String |
getValue(int index)
repeated string value = 5; |
com.google.protobuf.ByteString |
getValueBytes(int index)
repeated string value = 5; |
int |
getValueCount()
repeated string value = 5; |
List<String> |
getValueList()
repeated string value = 5; |
String |
getWhitelist(int index)
repeated string whitelist = 2; |
com.google.protobuf.ByteString |
getWhitelistBytes(int index)
repeated string whitelist = 2; |
int |
getWhitelistCount()
repeated string whitelist = 2; |
List<String> |
getWhitelistList()
repeated string whitelist = 2; |
String |
getWhitelistRegexp(int index)
repeated string whitelist_regexp = 3; |
com.google.protobuf.ByteString |
getWhitelistRegexpBytes(int index)
repeated string whitelist_regexp = 3; |
int |
getWhitelistRegexpCount()
repeated string whitelist_regexp = 3; |
List<String> |
getWhitelistRegexpList()
repeated string whitelist_regexp = 3; |
boolean |
hasErrorMessage()
optional string error_message = 1; |
boolean |
hasJavaClass()
optional string java_class = 6; |
boolean |
hasType()
optional .jscomp.Requirement.Type type = 4; |
getExtension, getExtension, getExtensionCount, hasExtension
boolean hasErrorMessage()
optional string error_message = 1;
Required: The message to report when a requirement is violated. This should reference a document describing the reasoning for the requirement and contacts.
String getErrorMessage()
optional string error_message = 1;
Required: The message to report when a requirement is violated. This should reference a document describing the reasoning for the requirement and contacts.
com.google.protobuf.ByteString getErrorMessageBytes()
optional string error_message = 1;
Required: The message to report when a requirement is violated. This should reference a document describing the reasoning for the requirement and contacts.
List<String> getWhitelistList()
repeated string whitelist = 2;
Optional: A list of source paths that are exempt from the requirement.
int getWhitelistCount()
repeated string whitelist = 2;
Optional: A list of source paths that are exempt from the requirement.
String getWhitelist(int index)
repeated string whitelist = 2;
Optional: A list of source paths that are exempt from the requirement.
com.google.protobuf.ByteString getWhitelistBytes(int index)
repeated string whitelist = 2;
Optional: A list of source paths that are exempt from the requirement.
List<String> getWhitelistRegexpList()
repeated string whitelist_regexp = 3;
Optional: A list of source paths regexs that are exempt from the requirement.
int getWhitelistRegexpCount()
repeated string whitelist_regexp = 3;
Optional: A list of source paths regexs that are exempt from the requirement.
String getWhitelistRegexp(int index)
repeated string whitelist_regexp = 3;
Optional: A list of source paths regexs that are exempt from the requirement.
com.google.protobuf.ByteString getWhitelistRegexpBytes(int index)
repeated string whitelist_regexp = 3;
Optional: A list of source paths regexs that are exempt from the requirement.
boolean hasType()
optional .jscomp.Requirement.Type type = 4;
Required: The type of requirement.
Requirement.Type getType()
optional .jscomp.Requirement.Type type = 4;
Required: The type of requirement.
List<String> getValueList()
repeated string value = 5;
The value banned, optional for "custom" requirements.
int getValueCount()
repeated string value = 5;
The value banned, optional for "custom" requirements.
String getValue(int index)
repeated string value = 5;
The value banned, optional for "custom" requirements.
com.google.protobuf.ByteString getValueBytes(int index)
repeated string value = 5;
The value banned, optional for "custom" requirements.
boolean hasJavaClass()
optional string java_class = 6;
For "custom" requirements, the Java class used to enforce the requirement. Ignored otherwise.
String getJavaClass()
optional string java_class = 6;
For "custom" requirements, the Java class used to enforce the requirement. Ignored otherwise.
com.google.protobuf.ByteString getJavaClassBytes()
optional string java_class = 6;
For "custom" requirements, the Java class used to enforce the requirement. Ignored otherwise.
Copyright © 2009-2014 Google. All Rights Reserved.