Interface BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildEventId.ActionCompletedId,BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder
- Enclosing class:
- BuildEventStreamProtos.BuildEventId
public static interface BuildEventStreamProtos.BuildEventId.ActionCompletedIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional, the id of the configuration of the action owner.Optional, the id of the configuration of the action owner.getLabel()Optional, the label of the owner of the action, for reference.com.google.protobuf.ByteStringOptional, the label of the owner of the action, for reference.string primary_output = 1;com.google.protobuf.ByteStringstring primary_output = 1;booleanOptional, the id of the configuration of the action owner.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
-
getPrimaryOutput
String getPrimaryOutput()string primary_output = 1;- Returns:
- The primaryOutput.
-
getPrimaryOutputBytes
com.google.protobuf.ByteString getPrimaryOutputBytes()string primary_output = 1;- Returns:
- The bytes for primaryOutput.
-
getLabel
String getLabel()Optional, the label of the owner of the action, for reference.
string label = 2;- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()Optional, the label of the owner of the action, for reference.
string label = 2;- Returns:
- The bytes for label.
-
hasConfiguration
boolean hasConfiguration()Optional, the id of the configuration of the action owner.
.build_event_stream.BuildEventId.ConfigurationId configuration = 3;- Returns:
- Whether the configuration field is set.
-
getConfiguration
BuildEventStreamProtos.BuildEventId.ConfigurationId getConfiguration()Optional, the id of the configuration of the action owner.
.build_event_stream.BuildEventId.ConfigurationId configuration = 3;- Returns:
- The configuration.
-
getConfigurationOrBuilder
BuildEventStreamProtos.BuildEventId.ConfigurationIdOrBuilder getConfigurationOrBuilder()Optional, the id of the configuration of the action owner.
.build_event_stream.BuildEventId.ConfigurationId configuration = 3;
-