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

    Modifier and Type
    Method
    Description
    Identifier of the file set; this is an opaque string valid only for the particular instance of the event stream.
    com.google.protobuf.ByteString
    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.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getId

      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.