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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildEventStreamProtos.BuildEventId.ConfigurationIdgetConfiguration()Optional, the id of the configuration of the action owner.BuildEventStreamProtos.BuildEventId.ConfigurationIdOrBuildergetConfigurationOrBuilder()Optional, the id of the configuration of the action owner.java.lang.StringgetLabel()Optional, the label of the owner of the action, for reference.com.google.protobuf.ByteStringgetLabelBytes()Optional, the label of the owner of the action, for reference.java.lang.StringgetPrimaryOutput()string primary_output = 1;com.google.protobuf.ByteStringgetPrimaryOutputBytes()string primary_output = 1;booleanhasConfiguration()Optional, the id of the configuration of the action owner.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPrimaryOutput
java.lang.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
java.lang.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;
-
-