Interface ContainerFormats.IdentifyOrBuilder

  • All Superinterfaces:
    org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
    All Known Implementing Classes:
    ContainerFormats.Identify, ContainerFormats.Identify.Builder
    Enclosing class:
    ContainerFormats

    public static interface ContainerFormats.IdentifyOrBuilder
    extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ContainerFormats.Payload getMessageId()
      required .Payload messageId = 1;
      ContainerFormats.PayloadOrBuilder getMessageIdOrBuilder()
      required .Payload messageId = 1;
      boolean hasMessageId()
      required .Payload messageId = 1;
      • Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

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

      • hasMessageId

        boolean hasMessageId()
        required .Payload messageId = 1;
        Returns:
        Whether the messageId field is set.