CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLine.Builder.addSectionsBuilder() |
A Bazel command line is made of distinct parts.
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLine.Builder.addSectionsBuilder(int index) |
A Bazel command line is made of distinct parts.
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.clear() |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.clearChunkList() |
Sections with non-options, such as the list of targets or the command,
should use simple string chunks.
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.clearOptionList() |
Startup and command options are lists of options and belong here.
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.clearSectionLabel() |
The name of this section, such as "startup_option" or "command".
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.clearSectionType() |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.clone() |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLine.Builder.getSectionsBuilder(int index) |
A Bazel command line is made of distinct parts.
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.mergeChunkList(CommandLineOuterClass.ChunkList value) |
Sections with non-options, such as the list of targets or the command,
should use simple string chunks.
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.mergeFrom(CommandLineOuterClass.CommandLineSection other) |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.mergeFrom(com.google.protobuf.Message other) |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.mergeOptionList(CommandLineOuterClass.OptionList value) |
Startup and command options are lists of options and belong here.
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.newBuilder() |
|
static CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.newBuilder(CommandLineOuterClass.CommandLineSection prototype) |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.newBuilderForType() |
|
protected CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.setChunkList(CommandLineOuterClass.ChunkList value) |
Sections with non-options, such as the list of targets or the command,
should use simple string chunks.
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.setChunkList(CommandLineOuterClass.ChunkList.Builder builderForValue) |
Sections with non-options, such as the list of targets or the command,
should use simple string chunks.
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.setOptionList(CommandLineOuterClass.OptionList value) |
Startup and command options are lists of options and belong here.
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.setOptionList(CommandLineOuterClass.OptionList.Builder builderForValue) |
Startup and command options are lists of options and belong here.
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.setSectionLabel(java.lang.String value) |
The name of this section, such as "startup_option" or "command".
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.setSectionLabelBytes(com.google.protobuf.ByteString value) |
The name of this section, such as "startup_option" or "command".
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
CommandLineOuterClass.CommandLineSection.Builder |
CommandLineOuterClass.CommandLineSection.toBuilder() |
|