Interface BuildEventStreamProtos.BuildEventOrBuilder

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

public static interface BuildEventStreamProtos.BuildEventOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasId

      boolean hasId()
      .build_event_stream.BuildEventId id = 1;
      Returns:
      Whether the id field is set.
    • getId

      .build_event_stream.BuildEventId id = 1;
      Returns:
      The id.
    • getIdOrBuilder

      .build_event_stream.BuildEventId id = 1;
    • getChildrenList

      repeated .build_event_stream.BuildEventId children = 2;
    • getChildren

      BuildEventStreamProtos.BuildEventId getChildren(int index)
      repeated .build_event_stream.BuildEventId children = 2;
    • getChildrenCount

      int getChildrenCount()
      repeated .build_event_stream.BuildEventId children = 2;
    • getChildrenOrBuilderList

      List<? extends BuildEventStreamProtos.BuildEventIdOrBuilder> getChildrenOrBuilderList()
      repeated .build_event_stream.BuildEventId children = 2;
    • getChildrenOrBuilder

      BuildEventStreamProtos.BuildEventIdOrBuilder getChildrenOrBuilder(int index)
      repeated .build_event_stream.BuildEventId children = 2;
    • getLastMessage

      boolean getLastMessage()
      bool last_message = 20;
      Returns:
      The lastMessage.
    • hasProgress

      boolean hasProgress()
      .build_event_stream.Progress progress = 3;
      Returns:
      Whether the progress field is set.
    • getProgress

      .build_event_stream.Progress progress = 3;
      Returns:
      The progress.
    • getProgressOrBuilder

      .build_event_stream.Progress progress = 3;
    • hasAborted

      boolean hasAborted()
      .build_event_stream.Aborted aborted = 4;
      Returns:
      Whether the aborted field is set.
    • getAborted

      .build_event_stream.Aborted aborted = 4;
      Returns:
      The aborted.
    • getAbortedOrBuilder

      .build_event_stream.Aborted aborted = 4;
    • hasStarted

      boolean hasStarted()
      .build_event_stream.BuildStarted started = 5;
      Returns:
      Whether the started field is set.
    • getStarted

      .build_event_stream.BuildStarted started = 5;
      Returns:
      The started.
    • getStartedOrBuilder

      .build_event_stream.BuildStarted started = 5;
    • hasUnstructuredCommandLine

      boolean hasUnstructuredCommandLine()
      .build_event_stream.UnstructuredCommandLine unstructured_command_line = 12;
      Returns:
      Whether the unstructuredCommandLine field is set.
    • getUnstructuredCommandLine

      .build_event_stream.UnstructuredCommandLine unstructured_command_line = 12;
      Returns:
      The unstructuredCommandLine.
    • getUnstructuredCommandLineOrBuilder

      BuildEventStreamProtos.UnstructuredCommandLineOrBuilder getUnstructuredCommandLineOrBuilder()
      .build_event_stream.UnstructuredCommandLine unstructured_command_line = 12;
    • hasStructuredCommandLine

      boolean hasStructuredCommandLine()
      .command_line.CommandLine structured_command_line = 22;
      Returns:
      Whether the structuredCommandLine field is set.
    • getStructuredCommandLine

      CommandLineOuterClass.CommandLine getStructuredCommandLine()
      .command_line.CommandLine structured_command_line = 22;
      Returns:
      The structuredCommandLine.
    • getStructuredCommandLineOrBuilder

      CommandLineOuterClass.CommandLineOrBuilder getStructuredCommandLineOrBuilder()
      .command_line.CommandLine structured_command_line = 22;
    • hasOptionsParsed

      boolean hasOptionsParsed()
      .build_event_stream.OptionsParsed options_parsed = 13;
      Returns:
      Whether the optionsParsed field is set.
    • getOptionsParsed

      .build_event_stream.OptionsParsed options_parsed = 13;
      Returns:
      The optionsParsed.
    • getOptionsParsedOrBuilder

      .build_event_stream.OptionsParsed options_parsed = 13;
    • hasWorkspaceStatus

      boolean hasWorkspaceStatus()
      .build_event_stream.WorkspaceStatus workspace_status = 16;
      Returns:
      Whether the workspaceStatus field is set.
    • getWorkspaceStatus

      .build_event_stream.WorkspaceStatus workspace_status = 16;
      Returns:
      The workspaceStatus.
    • getWorkspaceStatusOrBuilder

      .build_event_stream.WorkspaceStatus workspace_status = 16;
    • hasFetch

      boolean hasFetch()
      .build_event_stream.Fetch fetch = 21;
      Returns:
      Whether the fetch field is set.
    • getFetch

      .build_event_stream.Fetch fetch = 21;
      Returns:
      The fetch.
    • getFetchOrBuilder

      .build_event_stream.Fetch fetch = 21;
    • hasConfiguration

      boolean hasConfiguration()
      .build_event_stream.Configuration configuration = 17;
      Returns:
      Whether the configuration field is set.
    • getConfiguration

      .build_event_stream.Configuration configuration = 17;
      Returns:
      The configuration.
    • getConfigurationOrBuilder

      .build_event_stream.Configuration configuration = 17;
    • hasExpanded

      boolean hasExpanded()
      .build_event_stream.PatternExpanded expanded = 6;
      Returns:
      Whether the expanded field is set.
    • getExpanded

      .build_event_stream.PatternExpanded expanded = 6;
      Returns:
      The expanded.
    • getExpandedOrBuilder

      .build_event_stream.PatternExpanded expanded = 6;
    • hasConfigured

      boolean hasConfigured()
      .build_event_stream.TargetConfigured configured = 18;
      Returns:
      Whether the configured field is set.
    • getConfigured

      .build_event_stream.TargetConfigured configured = 18;
      Returns:
      The configured.
    • getConfiguredOrBuilder

      .build_event_stream.TargetConfigured configured = 18;
    • hasAction

      boolean hasAction()
      .build_event_stream.ActionExecuted action = 7;
      Returns:
      Whether the action field is set.
    • getAction

      .build_event_stream.ActionExecuted action = 7;
      Returns:
      The action.
    • getActionOrBuilder

      .build_event_stream.ActionExecuted action = 7;
    • hasNamedSetOfFiles

      boolean hasNamedSetOfFiles()
      .build_event_stream.NamedSetOfFiles named_set_of_files = 15;
      Returns:
      Whether the namedSetOfFiles field is set.
    • getNamedSetOfFiles

      .build_event_stream.NamedSetOfFiles named_set_of_files = 15;
      Returns:
      The namedSetOfFiles.
    • getNamedSetOfFilesOrBuilder

      .build_event_stream.NamedSetOfFiles named_set_of_files = 15;
    • hasCompleted

      boolean hasCompleted()
      .build_event_stream.TargetComplete completed = 8;
      Returns:
      Whether the completed field is set.
    • getCompleted

      .build_event_stream.TargetComplete completed = 8;
      Returns:
      The completed.
    • getCompletedOrBuilder

      .build_event_stream.TargetComplete completed = 8;
    • hasTestResult

      boolean hasTestResult()
      .build_event_stream.TestResult test_result = 10;
      Returns:
      Whether the testResult field is set.
    • getTestResult

      .build_event_stream.TestResult test_result = 10;
      Returns:
      The testResult.
    • getTestResultOrBuilder

      .build_event_stream.TestResult test_result = 10;
    • hasTestProgress

      boolean hasTestProgress()
      .build_event_stream.TestProgress test_progress = 30;
      Returns:
      Whether the testProgress field is set.
    • getTestProgress

      .build_event_stream.TestProgress test_progress = 30;
      Returns:
      The testProgress.
    • getTestProgressOrBuilder

      .build_event_stream.TestProgress test_progress = 30;
    • hasTestSummary

      boolean hasTestSummary()
      .build_event_stream.TestSummary test_summary = 9;
      Returns:
      Whether the testSummary field is set.
    • getTestSummary

      .build_event_stream.TestSummary test_summary = 9;
      Returns:
      The testSummary.
    • getTestSummaryOrBuilder

      .build_event_stream.TestSummary test_summary = 9;
    • hasTargetSummary

      boolean hasTargetSummary()
      .build_event_stream.TargetSummary target_summary = 28;
      Returns:
      Whether the targetSummary field is set.
    • getTargetSummary

      .build_event_stream.TargetSummary target_summary = 28;
      Returns:
      The targetSummary.
    • getTargetSummaryOrBuilder

      .build_event_stream.TargetSummary target_summary = 28;
    • hasFinished

      boolean hasFinished()
      .build_event_stream.BuildFinished finished = 14;
      Returns:
      Whether the finished field is set.
    • getFinished

      .build_event_stream.BuildFinished finished = 14;
      Returns:
      The finished.
    • getFinishedOrBuilder

      .build_event_stream.BuildFinished finished = 14;
    • hasBuildToolLogs

      boolean hasBuildToolLogs()
      .build_event_stream.BuildToolLogs build_tool_logs = 23;
      Returns:
      Whether the buildToolLogs field is set.
    • getBuildToolLogs

      .build_event_stream.BuildToolLogs build_tool_logs = 23;
      Returns:
      The buildToolLogs.
    • getBuildToolLogsOrBuilder

      .build_event_stream.BuildToolLogs build_tool_logs = 23;
    • hasBuildMetrics

      boolean hasBuildMetrics()
      .build_event_stream.BuildMetrics build_metrics = 24;
      Returns:
      Whether the buildMetrics field is set.
    • getBuildMetrics

      .build_event_stream.BuildMetrics build_metrics = 24;
      Returns:
      The buildMetrics.
    • getBuildMetricsOrBuilder

      .build_event_stream.BuildMetrics build_metrics = 24;
    • hasWorkspaceInfo

      boolean hasWorkspaceInfo()
      .build_event_stream.WorkspaceConfig workspace_info = 25;
      Returns:
      Whether the workspaceInfo field is set.
    • getWorkspaceInfo

      .build_event_stream.WorkspaceConfig workspace_info = 25;
      Returns:
      The workspaceInfo.
    • getWorkspaceInfoOrBuilder

      .build_event_stream.WorkspaceConfig workspace_info = 25;
    • hasBuildMetadata

      boolean hasBuildMetadata()
      .build_event_stream.BuildMetadata build_metadata = 26;
      Returns:
      Whether the buildMetadata field is set.
    • getBuildMetadata

      .build_event_stream.BuildMetadata build_metadata = 26;
      Returns:
      The buildMetadata.
    • getBuildMetadataOrBuilder

      .build_event_stream.BuildMetadata build_metadata = 26;
    • hasConvenienceSymlinksIdentified

      boolean hasConvenienceSymlinksIdentified()
      .build_event_stream.ConvenienceSymlinksIdentified convenience_symlinks_identified = 27;
      Returns:
      Whether the convenienceSymlinksIdentified field is set.
    • getConvenienceSymlinksIdentified

      BuildEventStreamProtos.ConvenienceSymlinksIdentified getConvenienceSymlinksIdentified()
      .build_event_stream.ConvenienceSymlinksIdentified convenience_symlinks_identified = 27;
      Returns:
      The convenienceSymlinksIdentified.
    • getConvenienceSymlinksIdentifiedOrBuilder

      BuildEventStreamProtos.ConvenienceSymlinksIdentifiedOrBuilder getConvenienceSymlinksIdentifiedOrBuilder()
      .build_event_stream.ConvenienceSymlinksIdentified convenience_symlinks_identified = 27;
    • hasExecRequest

      boolean hasExecRequest()
      .build_event_stream.ExecRequestConstructed exec_request = 29;
      Returns:
      Whether the execRequest field is set.
    • getExecRequest

      .build_event_stream.ExecRequestConstructed exec_request = 29;
      Returns:
      The execRequest.
    • getExecRequestOrBuilder

      .build_event_stream.ExecRequestConstructed exec_request = 29;
    • getPayloadCase