public static interface Requirement.CustomOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaClass()
Required: the fully-qualified name of the Java class providing the
custom conformance check.
|
com.google.protobuf.ByteString |
getJavaClassBytes()
Required: the fully-qualified name of the Java class providing the
custom conformance check.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getJavaClass()
Required: the fully-qualified name of the Java class providing the custom conformance check. The class must implement com.google.template.soy.conformance.Rule.
string java_class = 1;com.google.protobuf.ByteString getJavaClassBytes()
Required: the fully-qualified name of the Java class providing the custom conformance check. The class must implement com.google.template.soy.conformance.Rule.
string java_class = 1;