Interface BuildEventStreamProtos.BuildEventId.StructuredCommandLineIdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildEventId.StructuredCommandLineId,BuildEventStreamProtos.BuildEventId.StructuredCommandLineId.Builder
- Enclosing class:
- BuildEventStreamProtos.BuildEventId
public static interface BuildEventStreamProtos.BuildEventId.StructuredCommandLineIdOrBuilder extends com.google.protobuf.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.com.google.protobuf.ByteStringgetCommandLineLabelBytes()A title for this command line value, as there may be multiple.-
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
com.google.protobuf.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.
-
-