BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clear() |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clearBuildToolVersion() |
Version of the build tool that is running.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clearCommand() |
The name of the command that the user invoked.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clearField(Descriptors.FieldDescriptor field) |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clearOptionsDescription() |
A human-readable description of all the non-default option settings
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clearServerPid() |
The process ID of the Bazel server.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clearStartTime() |
Start of the build.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clearStartTimeMillis() |
Deprecated.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clearUuid() |
string uuid = 1;
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clearWorkingDirectory() |
The working directory from which the build tool was invoked.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clearWorkspaceDirectory() |
The directory of the workspace.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.clone() |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildEvent.Builder.getStartedBuilder() |
.build_event_stream.BuildStarted started = 5;
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.mergeFrom(BuildEventStreamProtos.BuildStarted other) |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.mergeFrom(Message other) |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.mergeStartTime(Timestamp value) |
Start of the build.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
|
static BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.newBuilder() |
|
static BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.newBuilder(BuildEventStreamProtos.BuildStarted prototype) |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.newBuilderForType() |
|
protected BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setBuildToolVersion(java.lang.String value) |
Version of the build tool that is running.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setBuildToolVersionBytes(ByteString value) |
Version of the build tool that is running.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setCommand(java.lang.String value) |
The name of the command that the user invoked.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setCommandBytes(ByteString value) |
The name of the command that the user invoked.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setOptionsDescription(java.lang.String value) |
A human-readable description of all the non-default option settings
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setOptionsDescriptionBytes(ByteString value) |
A human-readable description of all the non-default option settings
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setServerPid(long value) |
The process ID of the Bazel server.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setStartTime(Timestamp value) |
Start of the build.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setStartTime(Timestamp.Builder builderForValue) |
Start of the build.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setStartTimeMillis(long value) |
Deprecated.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setUuid(java.lang.String value) |
string uuid = 1;
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setUuidBytes(ByteString value) |
string uuid = 1;
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setWorkingDirectory(java.lang.String value) |
The working directory from which the build tool was invoked.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setWorkingDirectoryBytes(ByteString value) |
The working directory from which the build tool was invoked.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setWorkspaceDirectory(java.lang.String value) |
The directory of the workspace.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.Builder.setWorkspaceDirectoryBytes(ByteString value) |
The directory of the workspace.
|
BuildEventStreamProtos.BuildStarted.Builder |
BuildEventStreamProtos.BuildStarted.toBuilder() |
|