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 Summary
Modifier and TypeMethodDescription.build_event_stream.Aborted aborted = 4;.build_event_stream.Aborted aborted = 4;.build_event_stream.ActionExecuted action = 7;.build_event_stream.ActionExecuted action = 7;.build_event_stream.BuildMetadata build_metadata = 26;.build_event_stream.BuildMetadata build_metadata = 26;.build_event_stream.BuildMetrics build_metrics = 24;.build_event_stream.BuildMetrics build_metrics = 24;.build_event_stream.BuildToolLogs build_tool_logs = 23;.build_event_stream.BuildToolLogs build_tool_logs = 23;getChildren(int index) repeated .build_event_stream.BuildEventId children = 2;intrepeated .build_event_stream.BuildEventId children = 2;repeated .build_event_stream.BuildEventId children = 2;getChildrenOrBuilder(int index) repeated .build_event_stream.BuildEventId children = 2;List<? extends BuildEventStreamProtos.BuildEventIdOrBuilder>repeated .build_event_stream.BuildEventId children = 2;.build_event_stream.TargetComplete completed = 8;.build_event_stream.TargetComplete completed = 8;.build_event_stream.Configuration configuration = 17;.build_event_stream.Configuration configuration = 17;.build_event_stream.TargetConfigured configured = 18;.build_event_stream.TargetConfigured configured = 18;.build_event_stream.ConvenienceSymlinksIdentified convenience_symlinks_identified = 27;.build_event_stream.ConvenienceSymlinksIdentified convenience_symlinks_identified = 27;.build_event_stream.ExecRequestConstructed exec_request = 29;.build_event_stream.ExecRequestConstructed exec_request = 29;.build_event_stream.PatternExpanded expanded = 6;.build_event_stream.PatternExpanded expanded = 6;getFetch().build_event_stream.Fetch fetch = 21;.build_event_stream.Fetch fetch = 21;.build_event_stream.BuildFinished finished = 14;.build_event_stream.BuildFinished finished = 14;getId().build_event_stream.BuildEventId id = 1;.build_event_stream.BuildEventId id = 1;booleanbool last_message = 20;.build_event_stream.NamedSetOfFiles named_set_of_files = 15;.build_event_stream.NamedSetOfFiles named_set_of_files = 15;.build_event_stream.OptionsParsed options_parsed = 13;.build_event_stream.OptionsParsed options_parsed = 13;.build_event_stream.Progress progress = 3;.build_event_stream.Progress progress = 3;.build_event_stream.BuildStarted started = 5;.build_event_stream.BuildStarted started = 5;.command_line.CommandLine structured_command_line = 22;.command_line.CommandLine structured_command_line = 22;.build_event_stream.TargetSummary target_summary = 28;.build_event_stream.TargetSummary target_summary = 28;.build_event_stream.TestProgress test_progress = 30;.build_event_stream.TestProgress test_progress = 30;.build_event_stream.TestResult test_result = 10;.build_event_stream.TestResult test_result = 10;.build_event_stream.TestSummary test_summary = 9;.build_event_stream.TestSummary test_summary = 9;.build_event_stream.UnstructuredCommandLine unstructured_command_line = 12;.build_event_stream.UnstructuredCommandLine unstructured_command_line = 12;.build_event_stream.WorkspaceConfig workspace_info = 25;.build_event_stream.WorkspaceConfig workspace_info = 25;.build_event_stream.WorkspaceStatus workspace_status = 16;.build_event_stream.WorkspaceStatus workspace_status = 16;boolean.build_event_stream.Aborted aborted = 4;boolean.build_event_stream.ActionExecuted action = 7;boolean.build_event_stream.BuildMetadata build_metadata = 26;boolean.build_event_stream.BuildMetrics build_metrics = 24;boolean.build_event_stream.BuildToolLogs build_tool_logs = 23;boolean.build_event_stream.TargetComplete completed = 8;boolean.build_event_stream.Configuration configuration = 17;boolean.build_event_stream.TargetConfigured configured = 18;boolean.build_event_stream.ConvenienceSymlinksIdentified convenience_symlinks_identified = 27;boolean.build_event_stream.ExecRequestConstructed exec_request = 29;boolean.build_event_stream.PatternExpanded expanded = 6;booleanhasFetch().build_event_stream.Fetch fetch = 21;boolean.build_event_stream.BuildFinished finished = 14;booleanhasId().build_event_stream.BuildEventId id = 1;boolean.build_event_stream.NamedSetOfFiles named_set_of_files = 15;boolean.build_event_stream.OptionsParsed options_parsed = 13;boolean.build_event_stream.Progress progress = 3;boolean.build_event_stream.BuildStarted started = 5;boolean.command_line.CommandLine structured_command_line = 22;boolean.build_event_stream.TargetSummary target_summary = 28;boolean.build_event_stream.TestProgress test_progress = 30;boolean.build_event_stream.TestResult test_result = 10;boolean.build_event_stream.TestSummary test_summary = 9;boolean.build_event_stream.UnstructuredCommandLine unstructured_command_line = 12;boolean.build_event_stream.WorkspaceConfig workspace_info = 25;boolean.build_event_stream.WorkspaceStatus workspace_status = 16;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
BuildEventStreamProtos.BuildEventIdOrBuilder getIdOrBuilder().build_event_stream.BuildEventId id = 1; -
getChildrenList
List<BuildEventStreamProtos.BuildEventId> getChildrenList()repeated .build_event_stream.BuildEventId children = 2; -
getChildren
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
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
BuildEventStreamProtos.Progress getProgress().build_event_stream.Progress progress = 3;- Returns:
- The progress.
-
getProgressOrBuilder
BuildEventStreamProtos.ProgressOrBuilder getProgressOrBuilder().build_event_stream.Progress progress = 3; -
hasAborted
boolean hasAborted().build_event_stream.Aborted aborted = 4;- Returns:
- Whether the aborted field is set.
-
getAborted
BuildEventStreamProtos.Aborted getAborted().build_event_stream.Aborted aborted = 4;- Returns:
- The aborted.
-
getAbortedOrBuilder
BuildEventStreamProtos.AbortedOrBuilder getAbortedOrBuilder().build_event_stream.Aborted aborted = 4; -
hasStarted
boolean hasStarted().build_event_stream.BuildStarted started = 5;- Returns:
- Whether the started field is set.
-
getStarted
BuildEventStreamProtos.BuildStarted getStarted().build_event_stream.BuildStarted started = 5;- Returns:
- The started.
-
getStartedOrBuilder
BuildEventStreamProtos.BuildStartedOrBuilder 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
BuildEventStreamProtos.UnstructuredCommandLine 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
BuildEventStreamProtos.OptionsParsed getOptionsParsed().build_event_stream.OptionsParsed options_parsed = 13;- Returns:
- The optionsParsed.
-
getOptionsParsedOrBuilder
BuildEventStreamProtos.OptionsParsedOrBuilder 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
BuildEventStreamProtos.WorkspaceStatus getWorkspaceStatus().build_event_stream.WorkspaceStatus workspace_status = 16;- Returns:
- The workspaceStatus.
-
getWorkspaceStatusOrBuilder
BuildEventStreamProtos.WorkspaceStatusOrBuilder 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
BuildEventStreamProtos.Fetch getFetch().build_event_stream.Fetch fetch = 21;- Returns:
- The fetch.
-
getFetchOrBuilder
BuildEventStreamProtos.FetchOrBuilder getFetchOrBuilder().build_event_stream.Fetch fetch = 21; -
hasConfiguration
boolean hasConfiguration().build_event_stream.Configuration configuration = 17;- Returns:
- Whether the configuration field is set.
-
getConfiguration
BuildEventStreamProtos.Configuration getConfiguration().build_event_stream.Configuration configuration = 17;- Returns:
- The configuration.
-
getConfigurationOrBuilder
BuildEventStreamProtos.ConfigurationOrBuilder getConfigurationOrBuilder().build_event_stream.Configuration configuration = 17; -
hasExpanded
boolean hasExpanded().build_event_stream.PatternExpanded expanded = 6;- Returns:
- Whether the expanded field is set.
-
getExpanded
BuildEventStreamProtos.PatternExpanded getExpanded().build_event_stream.PatternExpanded expanded = 6;- Returns:
- The expanded.
-
getExpandedOrBuilder
BuildEventStreamProtos.PatternExpandedOrBuilder getExpandedOrBuilder().build_event_stream.PatternExpanded expanded = 6; -
hasConfigured
boolean hasConfigured().build_event_stream.TargetConfigured configured = 18;- Returns:
- Whether the configured field is set.
-
getConfigured
BuildEventStreamProtos.TargetConfigured getConfigured().build_event_stream.TargetConfigured configured = 18;- Returns:
- The configured.
-
getConfiguredOrBuilder
BuildEventStreamProtos.TargetConfiguredOrBuilder getConfiguredOrBuilder().build_event_stream.TargetConfigured configured = 18; -
hasAction
boolean hasAction().build_event_stream.ActionExecuted action = 7;- Returns:
- Whether the action field is set.
-
getAction
BuildEventStreamProtos.ActionExecuted getAction().build_event_stream.ActionExecuted action = 7;- Returns:
- The action.
-
getActionOrBuilder
BuildEventStreamProtos.ActionExecutedOrBuilder 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
BuildEventStreamProtos.NamedSetOfFiles getNamedSetOfFiles().build_event_stream.NamedSetOfFiles named_set_of_files = 15;- Returns:
- The namedSetOfFiles.
-
getNamedSetOfFilesOrBuilder
BuildEventStreamProtos.NamedSetOfFilesOrBuilder 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
BuildEventStreamProtos.TargetComplete getCompleted().build_event_stream.TargetComplete completed = 8;- Returns:
- The completed.
-
getCompletedOrBuilder
BuildEventStreamProtos.TargetCompleteOrBuilder 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
BuildEventStreamProtos.TestResult getTestResult().build_event_stream.TestResult test_result = 10;- Returns:
- The testResult.
-
getTestResultOrBuilder
BuildEventStreamProtos.TestResultOrBuilder 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
BuildEventStreamProtos.TestProgress getTestProgress().build_event_stream.TestProgress test_progress = 30;- Returns:
- The testProgress.
-
getTestProgressOrBuilder
BuildEventStreamProtos.TestProgressOrBuilder 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
BuildEventStreamProtos.TestSummary getTestSummary().build_event_stream.TestSummary test_summary = 9;- Returns:
- The testSummary.
-
getTestSummaryOrBuilder
BuildEventStreamProtos.TestSummaryOrBuilder 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
BuildEventStreamProtos.TargetSummary getTargetSummary().build_event_stream.TargetSummary target_summary = 28;- Returns:
- The targetSummary.
-
getTargetSummaryOrBuilder
BuildEventStreamProtos.TargetSummaryOrBuilder 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
BuildEventStreamProtos.BuildFinished getFinished().build_event_stream.BuildFinished finished = 14;- Returns:
- The finished.
-
getFinishedOrBuilder
BuildEventStreamProtos.BuildFinishedOrBuilder 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
BuildEventStreamProtos.BuildToolLogs getBuildToolLogs().build_event_stream.BuildToolLogs build_tool_logs = 23;- Returns:
- The buildToolLogs.
-
getBuildToolLogsOrBuilder
BuildEventStreamProtos.BuildToolLogsOrBuilder 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
BuildEventStreamProtos.BuildMetrics getBuildMetrics().build_event_stream.BuildMetrics build_metrics = 24;- Returns:
- The buildMetrics.
-
getBuildMetricsOrBuilder
BuildEventStreamProtos.BuildMetricsOrBuilder 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
BuildEventStreamProtos.WorkspaceConfig getWorkspaceInfo().build_event_stream.WorkspaceConfig workspace_info = 25;- Returns:
- The workspaceInfo.
-
getWorkspaceInfoOrBuilder
BuildEventStreamProtos.WorkspaceConfigOrBuilder 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
BuildEventStreamProtos.BuildMetadata getBuildMetadata().build_event_stream.BuildMetadata build_metadata = 26;- Returns:
- The buildMetadata.
-
getBuildMetadataOrBuilder
BuildEventStreamProtos.BuildMetadataOrBuilder 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
BuildEventStreamProtos.ExecRequestConstructed getExecRequest().build_event_stream.ExecRequestConstructed exec_request = 29;- Returns:
- The execRequest.
-
getExecRequestOrBuilder
BuildEventStreamProtos.ExecRequestConstructedOrBuilder getExecRequestOrBuilder().build_event_stream.ExecRequestConstructed exec_request = 29; -
getPayloadCase
BuildEventStreamProtos.BuildEvent.PayloadCase getPayloadCase()
-