Interface ContainerFormats.OptionOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ContainerFormats.Payload getValue()
      optional .Payload value = 1;
      ContainerFormats.PayloadOrBuilder getValueOrBuilder()
      optional .Payload value = 1;
      boolean hasValue()
      optional .Payload value = 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

      • hasValue

        boolean hasValue()
        optional .Payload value = 1;
        Returns:
        Whether the value field is set.