Interface ReleaseRenderEventOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ReleaseRenderEvent, ReleaseRenderEvent.Builder

    public interface ReleaseRenderEventOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getMessage()
      Debug message for when a render transition occurs.
      com.google.protobuf.ByteString getMessageBytes()
      Debug message for when a render transition occurs.
      String getRelease()
      The name of the `Release`.
      com.google.protobuf.ByteString getReleaseBytes()
      The name of the `Release`.
      • 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

      • getMessage

        String getMessage()
         Debug message for when a render transition occurs. Provides further
         details as rendering progresses through render states.
         
        string message = 1;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         Debug message for when a render transition occurs. Provides further
         details as rendering progresses through render states.
         
        string message = 1;
        Returns:
        The bytes for message.
      • getRelease

        String getRelease()
         The name of the `Release`.
         
        string release = 2;
        Returns:
        The release.
      • getReleaseBytes

        com.google.protobuf.ByteString getReleaseBytes()
         The name of the `Release`.
         
        string release = 2;
        Returns:
        The bytes for release.