Interface BuildEventStreamProtos.BuildEventId.StructuredCommandLineIdOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildEventId.StructuredCommandLineId,BuildEventStreamProtos.BuildEventId.StructuredCommandLineId.Builder
- Enclosing class:
- BuildEventStreamProtos.BuildEventId
public static interface BuildEventStreamProtos.BuildEventId.StructuredCommandLineIdOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCommandLineLabel()A title for this command line value, as there may be multiple.ByteStringgetCommandLineLabelBytes()A title for this command line value, as there may be multiple.-
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 Detail
-
getCommandLineLabel
java.lang.String getCommandLineLabel()
A title for this command line value, as there may be multiple. For example, a single invocation may wish to report both the literal and canonical command lines, and this label would be used to differentiate between both versions.
string command_line_label = 1;- Returns:
- The commandLineLabel.
-
getCommandLineLabelBytes
ByteString getCommandLineLabelBytes()
A title for this command line value, as there may be multiple. For example, a single invocation may wish to report both the literal and canonical command lines, and this label would be used to differentiate between both versions.
string command_line_label = 1;- Returns:
- The bytes for commandLineLabel.
-
-