Interface ContainerFormats.SelectionOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMatcher()
      optional string matcher = 2;
      org.apache.pekko.protobufv3.internal.ByteString getMatcherBytes()
      optional string matcher = 2;
      ContainerFormats.PatternType getType()
      required .PatternType type = 1;
      boolean hasMatcher()
      optional string matcher = 2;
      boolean hasType()
      required .PatternType type = 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

      • hasType

        boolean hasType()
        required .PatternType type = 1;
        Returns:
        Whether the type field is set.
      • hasMatcher

        boolean hasMatcher()
        optional string matcher = 2;
        Returns:
        Whether the matcher field is set.
      • getMatcher

        java.lang.String getMatcher()
        optional string matcher = 2;
        Returns:
        The matcher.
      • getMatcherBytes

        org.apache.pekko.protobufv3.internal.ByteString getMatcherBytes()
        optional string matcher = 2;
        Returns:
        The bytes for matcher.