public static final class PluginProtos.CodeGeneratorResponse extends GeneratedMessage implements PluginProtos.CodeGeneratorResponseOrBuilder
google.protobuf.compiler.CodeGeneratorResponse
The plugin writes an encoded CodeGeneratorResponse to stdout.
| Modifier and Type | Class and Description |
|---|---|
static class |
PluginProtos.CodeGeneratorResponse.Builder
Protobuf type
google.protobuf.compiler.CodeGeneratorResponse |
static class |
PluginProtos.CodeGeneratorResponse.File
Protobuf type
google.protobuf.compiler.CodeGeneratorResponse.File |
static interface |
PluginProtos.CodeGeneratorResponse.FileOrBuilder |
GeneratedMessage.BuilderParent, GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder>, GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.FieldAccessorTable, GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_FIELD_NUMBER |
static int |
FILE_FIELD_NUMBER |
static Parser<PluginProtos.CodeGeneratorResponse> |
PARSER
Deprecated.
|
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecomputeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ERROR_FIELD_NUMBER
public static final int FILE_FIELD_NUMBER
@Deprecated public static final Parser<PluginProtos.CodeGeneratorResponse> PARSER
public final UnknownFieldSet getUnknownFields()
MessageOrBuilderUnknownFieldSet for this message.getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessagepublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
GeneratedMessageinternalGetFieldAccessorTable in class GeneratedMessagepublic boolean hasError()
optional string error = 1;
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.
hasError in interface PluginProtos.CodeGeneratorResponseOrBuilderpublic String getError()
optional string error = 1;
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.
getError in interface PluginProtos.CodeGeneratorResponseOrBuilderpublic ByteString getErrorBytes()
optional string error = 1;
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.
getErrorBytes in interface PluginProtos.CodeGeneratorResponseOrBuilderpublic List<PluginProtos.CodeGeneratorResponse.File> getFileList()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;getFileList in interface PluginProtos.CodeGeneratorResponseOrBuilderpublic List<? extends PluginProtos.CodeGeneratorResponse.FileOrBuilder> getFileOrBuilderList()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;getFileOrBuilderList in interface PluginProtos.CodeGeneratorResponseOrBuilderpublic int getFileCount()
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;getFileCount in interface PluginProtos.CodeGeneratorResponseOrBuilderpublic PluginProtos.CodeGeneratorResponse.File getFile(int index)
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;getFile in interface PluginProtos.CodeGeneratorResponseOrBuilderpublic PluginProtos.CodeGeneratorResponse.FileOrBuilder getFileOrBuilder(int index)
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;getFileOrBuilder in interface PluginProtos.CodeGeneratorResponseOrBuilderpublic final boolean isInitialized()
MessageLiteOrBuilderisInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessagepublic void writeTo(CodedOutputStream output) throws IOException
MessageLiteoutput. This does not
flush or close the stream.writeTo in interface MessageLitewriteTo in class GeneratedMessageIOExceptionpublic int getSerializedSize()
MessageLitegetSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessagepublic static PluginProtos.CodeGeneratorResponse parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static PluginProtos.CodeGeneratorResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static PluginProtos.CodeGeneratorResponse parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static PluginProtos.CodeGeneratorResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static PluginProtos.CodeGeneratorResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static PluginProtos.CodeGeneratorResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PluginProtos.CodeGeneratorResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PluginProtos.CodeGeneratorResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PluginProtos.CodeGeneratorResponse parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static PluginProtos.CodeGeneratorResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PluginProtos.CodeGeneratorResponse.Builder newBuilderForType()
MessageLitenewBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static PluginProtos.CodeGeneratorResponse.Builder newBuilder()
public static PluginProtos.CodeGeneratorResponse.Builder newBuilder(PluginProtos.CodeGeneratorResponse prototype)
public PluginProtos.CodeGeneratorResponse.Builder toBuilder()
MessageLitetoBuilder in interface MessagetoBuilder in interface MessageLiteprotected PluginProtos.CodeGeneratorResponse.Builder newBuilderForType(GeneratedMessage.BuilderParent parent)
newBuilderForType in class GeneratedMessagepublic static PluginProtos.CodeGeneratorResponse getDefaultInstance()
public static Parser<PluginProtos.CodeGeneratorResponse> parser()
public Parser<PluginProtos.CodeGeneratorResponse> getParserForType()
MessageLitegetParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessagepublic PluginProtos.CodeGeneratorResponse getDefaultInstanceForType()
MessageLiteOrBuildergetDefaultInstance() method of generated message classes in that
this method is an abstract method of the MessageLite interface
whereas getDefaultInstance() is a static method of a specific
class. They return the same thing.getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderCopyright © 2008–2016 Google. All rights reserved.