public static interface ContainerFormats.SelectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMatcher()
optional string matcher = 2; |
com.google.protobuf.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; |
boolean hasType()
required .PatternType type = 1;ContainerFormats.PatternType getType()
required .PatternType type = 1;boolean hasMatcher()
optional string matcher = 2;java.lang.String getMatcher()
optional string matcher = 2;com.google.protobuf.ByteString getMatcherBytes()
optional string matcher = 2;