public static interface PluginProtos.CodeGeneratorResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getError()
Error message.
|
ByteString |
getErrorBytes()
Error message.
|
PluginProtos.CodeGeneratorResponse.File |
getFile(int index)
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15; |
int |
getFileCount()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15; |
java.util.List<PluginProtos.CodeGeneratorResponse.File> |
getFileList()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15; |
PluginProtos.CodeGeneratorResponse.FileOrBuilder |
getFileOrBuilder(int index)
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15; |
java.util.List<? extends PluginProtos.CodeGeneratorResponse.FileOrBuilder> |
getFileOrBuilderList()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15; |
long |
getSupportedFeatures()
A bitmask of supported features that the code generator supports.
|
boolean |
hasError()
Error message.
|
boolean |
hasSupportedFeatures()
A bitmask of supported features that the code generator supports.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasError()
Error message. If non-empty, code generation failed. The plugin process should exit with status code zero even if it reports an error in this way. This should be used to indicate errors in .proto files which prevent the code generator from generating correct code. Errors which indicate a problem in protoc itself -- such as the input CodeGeneratorRequest being unparseable -- should be reported by writing a message to stderr and exiting with a non-zero status code.
optional string error = 1;
java.lang.String getError()
Error message. If non-empty, code generation failed. The plugin process should exit with status code zero even if it reports an error in this way. This should be used to indicate errors in .proto files which prevent the code generator from generating correct code. Errors which indicate a problem in protoc itself -- such as the input CodeGeneratorRequest being unparseable -- should be reported by writing a message to stderr and exiting with a non-zero status code.
optional string error = 1;
ByteString getErrorBytes()
Error message. If non-empty, code generation failed. The plugin process should exit with status code zero even if it reports an error in this way. This should be used to indicate errors in .proto files which prevent the code generator from generating correct code. Errors which indicate a problem in protoc itself -- such as the input CodeGeneratorRequest being unparseable -- should be reported by writing a message to stderr and exiting with a non-zero status code.
optional string error = 1;
boolean hasSupportedFeatures()
A bitmask of supported features that the code generator supports. This is a bitwise "or" of values from the Feature enum.
optional uint64 supported_features = 2;
long getSupportedFeatures()
A bitmask of supported features that the code generator supports. This is a bitwise "or" of values from the Feature enum.
optional uint64 supported_features = 2;
java.util.List<PluginProtos.CodeGeneratorResponse.File> getFileList()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
PluginProtos.CodeGeneratorResponse.File getFile(int index)
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
int getFileCount()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
java.util.List<? extends PluginProtos.CodeGeneratorResponse.FileOrBuilder> getFileOrBuilderList()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
PluginProtos.CodeGeneratorResponse.FileOrBuilder getFileOrBuilder(int index)
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;