Interface BuildEventStreamProtos.BuildEventId.NamedSetOfFilesIdOrBuilder

    • 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

        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.