Interface BuildEventStreamProtos.BuildStartedOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildStarted,BuildEventStreamProtos.BuildStarted.Builder
- Enclosing class:
- BuildEventStreamProtos
public static interface BuildEventStreamProtos.BuildStartedOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetBuildToolVersion()Version of the build tool that is running.ByteStringgetBuildToolVersionBytes()Version of the build tool that is running.java.lang.StringgetCommand()The name of the command that the user invoked.ByteStringgetCommandBytes()The name of the command that the user invoked.java.lang.StringgetOptionsDescription()A human-readable description of all the non-default option settingsByteStringgetOptionsDescriptionBytes()A human-readable description of all the non-default option settingslonggetServerPid()The process ID of the Bazel server.TimestampgetStartTime()Start of the build.longgetStartTimeMillis()Deprecated.TimestampOrBuildergetStartTimeOrBuilder()Start of the build.java.lang.StringgetUuid()string uuid = 1;ByteStringgetUuidBytes()string uuid = 1;java.lang.StringgetWorkingDirectory()The working directory from which the build tool was invoked.ByteStringgetWorkingDirectoryBytes()The working directory from which the build tool was invoked.java.lang.StringgetWorkspaceDirectory()The directory of the workspace.ByteStringgetWorkspaceDirectoryBytes()The directory of the workspace.booleanhasStartTime()Start of the build.-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUuid
java.lang.String getUuid()
string uuid = 1;- Returns:
- The uuid.
-
getUuidBytes
ByteString getUuidBytes()
string uuid = 1;- Returns:
- The bytes for uuid.
-
getStartTimeMillis
@Deprecated long getStartTimeMillis()
Deprecated.Start of the build in ms since the epoch. Deprecated, use `start_time` instead. TODO(yannic): Remove.
int64 start_time_millis = 2 [deprecated = true];- Returns:
- The startTimeMillis.
-
hasStartTime
boolean hasStartTime()
Start of the build.
.google.protobuf.Timestamp start_time = 9;- Returns:
- Whether the startTime field is set.
-
getStartTime
Timestamp getStartTime()
Start of the build.
.google.protobuf.Timestamp start_time = 9;- Returns:
- The startTime.
-
getStartTimeOrBuilder
TimestampOrBuilder getStartTimeOrBuilder()
Start of the build.
.google.protobuf.Timestamp start_time = 9;
-
getBuildToolVersion
java.lang.String getBuildToolVersion()
Version of the build tool that is running.
string build_tool_version = 3;- Returns:
- The buildToolVersion.
-
getBuildToolVersionBytes
ByteString getBuildToolVersionBytes()
Version of the build tool that is running.
string build_tool_version = 3;- Returns:
- The bytes for buildToolVersion.
-
getOptionsDescription
java.lang.String getOptionsDescription()
A human-readable description of all the non-default option settings
string options_description = 4;- Returns:
- The optionsDescription.
-
getOptionsDescriptionBytes
ByteString getOptionsDescriptionBytes()
A human-readable description of all the non-default option settings
string options_description = 4;- Returns:
- The bytes for optionsDescription.
-
getCommand
java.lang.String getCommand()
The name of the command that the user invoked.
string command = 5;- Returns:
- The command.
-
getCommandBytes
ByteString getCommandBytes()
The name of the command that the user invoked.
string command = 5;- Returns:
- The bytes for command.
-
getWorkingDirectory
java.lang.String getWorkingDirectory()
The working directory from which the build tool was invoked.
string working_directory = 6;- Returns:
- The workingDirectory.
-
getWorkingDirectoryBytes
ByteString getWorkingDirectoryBytes()
The working directory from which the build tool was invoked.
string working_directory = 6;- Returns:
- The bytes for workingDirectory.
-
getWorkspaceDirectory
java.lang.String getWorkspaceDirectory()
The directory of the workspace.
string workspace_directory = 7;- Returns:
- The workspaceDirectory.
-
getWorkspaceDirectoryBytes
ByteString getWorkspaceDirectoryBytes()
The directory of the workspace.
string workspace_directory = 7;- Returns:
- The bytes for workspaceDirectory.
-
getServerPid
long getServerPid()
The process ID of the Bazel server.
int64 server_pid = 8;- Returns:
- The serverPid.
-
-