Uses of Class
com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
Packages that use DescriptorProtos.GeneratedCodeInfo Package Description com.google.protobuf com.google.protobuf.compiler -
-
Uses of DescriptorProtos.GeneratedCodeInfo in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.GeneratedCodeInfo Modifier and Type Field Description private static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. DEFAULT_INSTANCEFields in com.google.protobuf with type parameters of type DescriptorProtos.GeneratedCodeInfo Modifier and Type Field Description private static Parser<DescriptorProtos.GeneratedCodeInfo>DescriptorProtos.GeneratedCodeInfo. PARSERMethods in com.google.protobuf that return DescriptorProtos.GeneratedCodeInfo Modifier and Type Method Description DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo.Builder. build()DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo.Builder. buildPartial()static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. getDefaultInstance()DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo.Builder. getDefaultInstanceForType()DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. getDefaultInstanceForType()static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseFrom(byte[] data)static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseFrom(ByteString data)static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseFrom(CodedInputStream input)static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseFrom(java.io.InputStream input)static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseFrom(java.nio.ByteBuffer data)static DescriptorProtos.GeneratedCodeInfoDescriptorProtos.GeneratedCodeInfo. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.GeneratedCodeInfo Modifier and Type Method Description Parser<DescriptorProtos.GeneratedCodeInfo>DescriptorProtos.GeneratedCodeInfo. getParserForType()static Parser<DescriptorProtos.GeneratedCodeInfo>DescriptorProtos.GeneratedCodeInfo. parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.GeneratedCodeInfo Modifier and Type Method Description private voidDescriptorProtos.GeneratedCodeInfo.Builder. buildPartial0(DescriptorProtos.GeneratedCodeInfo result)private voidDescriptorProtos.GeneratedCodeInfo.Builder. buildPartialRepeatedFields(DescriptorProtos.GeneratedCodeInfo result)DescriptorProtos.GeneratedCodeInfo.BuilderDescriptorProtos.GeneratedCodeInfo.Builder. mergeFrom(DescriptorProtos.GeneratedCodeInfo other)static DescriptorProtos.GeneratedCodeInfo.BuilderDescriptorProtos.GeneratedCodeInfo. newBuilder(DescriptorProtos.GeneratedCodeInfo prototype) -
Uses of DescriptorProtos.GeneratedCodeInfo in com.google.protobuf.compiler
Fields in com.google.protobuf.compiler declared as DescriptorProtos.GeneratedCodeInfo Modifier and Type Field Description private DescriptorProtos.GeneratedCodeInfoPluginProtos.CodeGeneratorResponse.File.Builder. generatedCodeInfo_private DescriptorProtos.GeneratedCodeInfoPluginProtos.CodeGeneratorResponse.File. generatedCodeInfo_Fields in com.google.protobuf.compiler with type parameters of type DescriptorProtos.GeneratedCodeInfo Modifier and Type Field Description private SingleFieldBuilder<DescriptorProtos.GeneratedCodeInfo,DescriptorProtos.GeneratedCodeInfo.Builder,DescriptorProtos.GeneratedCodeInfoOrBuilder>PluginProtos.CodeGeneratorResponse.File.Builder. generatedCodeInfoBuilder_Methods in com.google.protobuf.compiler that return DescriptorProtos.GeneratedCodeInfo Modifier and Type Method Description DescriptorProtos.GeneratedCodeInfoPluginProtos.CodeGeneratorResponse.File.Builder. getGeneratedCodeInfo()Information describing the file content being inserted.DescriptorProtos.GeneratedCodeInfoPluginProtos.CodeGeneratorResponse.File. getGeneratedCodeInfo()Information describing the file content being inserted.DescriptorProtos.GeneratedCodeInfoPluginProtos.CodeGeneratorResponse.FileOrBuilder. getGeneratedCodeInfo()Information describing the file content being inserted.Methods in com.google.protobuf.compiler that return types with arguments of type DescriptorProtos.GeneratedCodeInfo Modifier and Type Method Description private SingleFieldBuilder<DescriptorProtos.GeneratedCodeInfo,DescriptorProtos.GeneratedCodeInfo.Builder,DescriptorProtos.GeneratedCodeInfoOrBuilder>PluginProtos.CodeGeneratorResponse.File.Builder. getGeneratedCodeInfoFieldBuilder()Information describing the file content being inserted.Methods in com.google.protobuf.compiler with parameters of type DescriptorProtos.GeneratedCodeInfo Modifier and Type Method Description PluginProtos.CodeGeneratorResponse.File.BuilderPluginProtos.CodeGeneratorResponse.File.Builder. mergeGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo value)Information describing the file content being inserted.PluginProtos.CodeGeneratorResponse.File.BuilderPluginProtos.CodeGeneratorResponse.File.Builder. setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo value)Information describing the file content being inserted.
-