Interface BuildEventStreamProtos.BuildEventId.ConfigurationIdOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
      com.google.protobuf.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.
      • 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 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

        com.google.protobuf.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.