Interface BuildEventStreamProtos.BuildEventId.ConfigurationIdOrBuilder

    • Method Detail

      • getId

        java.lang.String getId()
         Identifier of the configuration; users of the protocol should not make
         any assumptions about it having any structure, or equality of the
         identifier between different streams.
         
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        ByteString getIdBytes()
         Identifier of the configuration; users of the protocol should not make
         any assumptions about it having any structure, or equality of the
         identifier between different streams.
         
        string id = 1;
        Returns:
        The bytes for id.