| Package | Description |
|---|---|
| com.google.protobuf.compiler |
| Modifier and Type | Method and Description |
|---|---|
PluginProtos.CodeGeneratorResponse.File.Builder |
PluginProtos.CodeGeneratorResponse.File.Builder.clearContent()
The file contents.
|
PluginProtos.CodeGeneratorResponse.File.Builder |
PluginProtos.CodeGeneratorResponse.File.Builder.clearInsertionPoint()
If non-empty, indicates that the named file should already exist, and the
content here is to be inserted into that file at a defined insertion
point.
|
PluginProtos.CodeGeneratorResponse.File.Builder |
PluginProtos.CodeGeneratorResponse.File.Builder.clearName()
The file name, relative to the output directory.
|
static PluginProtos.CodeGeneratorResponse.File.Builder |
PluginProtos.CodeGeneratorResponse.File.newBuilder() |
static PluginProtos.CodeGeneratorResponse.File.Builder |
PluginProtos.CodeGeneratorResponse.File.newBuilder(PluginProtos.CodeGeneratorResponse.File prototype) |
PluginProtos.CodeGeneratorResponse.File.Builder |
PluginProtos.CodeGeneratorResponse.File.Builder.setContent(String value)
The file contents.
|
PluginProtos.CodeGeneratorResponse.File.Builder |
PluginProtos.CodeGeneratorResponse.File.Builder.setContentBytes(ByteString value)
The file contents.
|
PluginProtos.CodeGeneratorResponse.File.Builder |
PluginProtos.CodeGeneratorResponse.File.Builder.setInsertionPoint(String value)
If non-empty, indicates that the named file should already exist, and the
content here is to be inserted into that file at a defined insertion
point.
|
PluginProtos.CodeGeneratorResponse.File.Builder |
PluginProtos.CodeGeneratorResponse.File.Builder.setInsertionPointBytes(ByteString value)
If non-empty, indicates that the named file should already exist, and the
content here is to be inserted into that file at a defined insertion
point.
|
PluginProtos.CodeGeneratorResponse.File.Builder |
PluginProtos.CodeGeneratorResponse.File.Builder.setName(String value)
The file name, relative to the output directory.
|
PluginProtos.CodeGeneratorResponse.File.Builder |
PluginProtos.CodeGeneratorResponse.File.Builder.setNameBytes(ByteString value)
The file name, relative to the output directory.
|
| Modifier and Type | Method and Description |
|---|---|
PluginProtos.CodeGeneratorResponse.Builder |
PluginProtos.CodeGeneratorResponse.Builder.addFile(int index,
PluginProtos.CodeGeneratorResponse.File.Builder builderForValue)
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15; |
PluginProtos.CodeGeneratorResponse.Builder |
PluginProtos.CodeGeneratorResponse.Builder.addFile(PluginProtos.CodeGeneratorResponse.File.Builder builderForValue)
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15; |
PluginProtos.CodeGeneratorResponse.Builder |
PluginProtos.CodeGeneratorResponse.Builder.setFile(int index,
PluginProtos.CodeGeneratorResponse.File.Builder builderForValue)
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15; |
Copyright © 2008–2016 Google. All rights reserved.