Package org.apache.pekko.remote
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
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods 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
ContainerFormats.PatternType 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.
-