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

    Modifier and Type
    Method
    Description
    optional string matcher = 2;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string matcher = 2;
    required .PatternType type = 1;
    boolean
    optional string matcher = 2;
    boolean
    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 Details

    • hasType

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

      required .PatternType type = 1;
      Returns:
      The type.
    • hasMatcher

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

      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.