Interface BuildEventStreamProtos.BuildEventId.NamedSetOfFilesIdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId,BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder
- Enclosing class:
- BuildEventStreamProtos.BuildEventId
public static interface BuildEventStreamProtos.BuildEventId.NamedSetOfFilesIdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Identifier of the file set; this is an opaque string valid only for the particular instance of the event stream.com.google.protobuf.ByteStringgetIdBytes()Identifier of the file set; this is an opaque string valid only for the particular instance of the event stream.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
Identifier of the file set; this is an opaque string valid only for the particular instance of the event stream.
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Identifier of the file set; this is an opaque string valid only for the particular instance of the event stream.
string id = 1;- Returns:
- The bytes for id.
-
-