Interface BuildEventStreamProtos.BuildStartedOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.BuildStarted, BuildEventStreamProtos.BuildStarted.Builder
Enclosing class:
BuildEventStreamProtos

public static interface BuildEventStreamProtos.BuildStartedOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Version of the build tool that is running.
    com.google.protobuf.ByteString
    Version of the build tool that is running.
    The name of the command that the user invoked.
    com.google.protobuf.ByteString
    The name of the command that the user invoked.
    A human-readable description of all the non-default option settings
    com.google.protobuf.ByteString
    A human-readable description of all the non-default option settings
    long
    The process ID of the Bazel server.
    com.google.protobuf.Timestamp
    Start of the build.
    long
    Deprecated.
    build_event_stream.BuildStarted.start_time_millis is deprecated.
    com.google.protobuf.TimestampOrBuilder
    Start of the build.
    string uuid = 1;
    com.google.protobuf.ByteString
    string uuid = 1;
    The working directory from which the build tool was invoked.
    com.google.protobuf.ByteString
    The working directory from which the build tool was invoked.
    The directory of the workspace.
    com.google.protobuf.ByteString
    The directory of the workspace.
    boolean
    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 Details

    • getUuid

      String getUuid()
      string uuid = 1;
      Returns:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
      string uuid = 1;
      Returns:
      The bytes for uuid.
    • getStartTimeMillis

      @Deprecated long getStartTimeMillis()
      Deprecated.
      build_event_stream.BuildStarted.start_time_millis is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=368
       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

      com.google.protobuf.Timestamp getStartTime()
       Start of the build.
       
      .google.protobuf.Timestamp start_time = 9;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
       Start of the build.
       
      .google.protobuf.Timestamp start_time = 9;
    • getBuildToolVersion

      String getBuildToolVersion()
       Version of the build tool that is running.
       
      string build_tool_version = 3;
      Returns:
      The buildToolVersion.
    • getBuildToolVersionBytes

      com.google.protobuf.ByteString getBuildToolVersionBytes()
       Version of the build tool that is running.
       
      string build_tool_version = 3;
      Returns:
      The bytes for buildToolVersion.
    • getOptionsDescription

      String getOptionsDescription()
       A human-readable description of all the non-default option settings
       
      string options_description = 4;
      Returns:
      The optionsDescription.
    • getOptionsDescriptionBytes

      com.google.protobuf.ByteString getOptionsDescriptionBytes()
       A human-readable description of all the non-default option settings
       
      string options_description = 4;
      Returns:
      The bytes for optionsDescription.
    • getCommand

      String getCommand()
       The name of the command that the user invoked.
       
      string command = 5;
      Returns:
      The command.
    • getCommandBytes

      com.google.protobuf.ByteString getCommandBytes()
       The name of the command that the user invoked.
       
      string command = 5;
      Returns:
      The bytes for command.
    • getWorkingDirectory

      String getWorkingDirectory()
       The working directory from which the build tool was invoked.
       
      string working_directory = 6;
      Returns:
      The workingDirectory.
    • getWorkingDirectoryBytes

      com.google.protobuf.ByteString getWorkingDirectoryBytes()
       The working directory from which the build tool was invoked.
       
      string working_directory = 6;
      Returns:
      The bytes for workingDirectory.
    • getWorkspaceDirectory

      String getWorkspaceDirectory()
       The directory of the workspace.
       
      string workspace_directory = 7;
      Returns:
      The workspaceDirectory.
    • getWorkspaceDirectoryBytes

      com.google.protobuf.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.