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
Modifier and TypeMethodDescriptionA title for this command line value, as there may be multiple.com.google.protobuf.ByteStringA title for this command line value, as there may be multiple.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
-
getCommandLineLabel
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.
-