public static final class ContainerFormats.Selection.Builder extends akka.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder> implements ContainerFormats.SelectionOrBuilder
Selection| Modifier and Type | Method and Description |
|---|---|
ContainerFormats.Selection |
build() |
ContainerFormats.Selection |
buildPartial() |
ContainerFormats.Selection.Builder |
clear() |
ContainerFormats.Selection.Builder |
clearMatcher()
optional string matcher = 2; |
ContainerFormats.Selection.Builder |
clearType()
required .PatternType type = 1; |
ContainerFormats.Selection.Builder |
clone() |
ContainerFormats.Selection |
getDefaultInstanceForType() |
static akka.protobuf.Descriptors.Descriptor |
getDescriptor() |
akka.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getMatcher()
optional string matcher = 2; |
akka.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; |
protected akka.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ContainerFormats.Selection.Builder |
mergeFrom(akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
ContainerFormats.Selection.Builder |
mergeFrom(ContainerFormats.Selection other) |
ContainerFormats.Selection.Builder |
mergeFrom(akka.protobuf.Message other) |
ContainerFormats.Selection.Builder |
setMatcher(java.lang.String value)
optional string matcher = 2; |
ContainerFormats.Selection.Builder |
setMatcherBytes(akka.protobuf.ByteString value)
optional string matcher = 2; |
ContainerFormats.Selection.Builder |
setType(ContainerFormats.PatternType value)
required .PatternType type = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final akka.protobuf.Descriptors.Descriptor getDescriptor()
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class akka.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>public ContainerFormats.Selection.Builder clear()
clear in interface akka.protobuf.Message.Builderclear in interface akka.protobuf.MessageLite.Builderclear in class akka.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>public ContainerFormats.Selection.Builder clone()
clone in interface akka.protobuf.Message.Builderclone in interface akka.protobuf.MessageLite.Builderclone in class akka.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>public akka.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface akka.protobuf.Message.BuildergetDescriptorForType in interface akka.protobuf.MessageOrBuildergetDescriptorForType in class akka.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>public ContainerFormats.Selection getDefaultInstanceForType()
getDefaultInstanceForType in interface akka.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface akka.protobuf.MessageOrBuilderpublic ContainerFormats.Selection build()
build in interface akka.protobuf.Message.Builderbuild in interface akka.protobuf.MessageLite.Builderpublic ContainerFormats.Selection buildPartial()
buildPartial in interface akka.protobuf.Message.BuilderbuildPartial in interface akka.protobuf.MessageLite.Builderpublic ContainerFormats.Selection.Builder mergeFrom(akka.protobuf.Message other)
mergeFrom in interface akka.protobuf.Message.BuildermergeFrom in class akka.protobuf.AbstractMessage.Builder<ContainerFormats.Selection.Builder>public ContainerFormats.Selection.Builder mergeFrom(ContainerFormats.Selection other)
public final boolean isInitialized()
isInitialized in interface akka.protobuf.MessageLiteOrBuilderisInitialized in class akka.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>public ContainerFormats.Selection.Builder mergeFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface akka.protobuf.Message.BuildermergeFrom in interface akka.protobuf.MessageLite.BuildermergeFrom in class akka.protobuf.AbstractMessage.Builder<ContainerFormats.Selection.Builder>java.io.IOExceptionpublic boolean hasType()
required .PatternType type = 1;hasType in interface ContainerFormats.SelectionOrBuilderpublic ContainerFormats.PatternType getType()
required .PatternType type = 1;getType in interface ContainerFormats.SelectionOrBuilderpublic ContainerFormats.Selection.Builder setType(ContainerFormats.PatternType value)
required .PatternType type = 1;public ContainerFormats.Selection.Builder clearType()
required .PatternType type = 1;public boolean hasMatcher()
optional string matcher = 2;hasMatcher in interface ContainerFormats.SelectionOrBuilderpublic java.lang.String getMatcher()
optional string matcher = 2;getMatcher in interface ContainerFormats.SelectionOrBuilderpublic akka.protobuf.ByteString getMatcherBytes()
optional string matcher = 2;getMatcherBytes in interface ContainerFormats.SelectionOrBuilderpublic ContainerFormats.Selection.Builder setMatcher(java.lang.String value)
optional string matcher = 2;public ContainerFormats.Selection.Builder clearMatcher()
optional string matcher = 2;public ContainerFormats.Selection.Builder setMatcherBytes(akka.protobuf.ByteString value)
optional string matcher = 2;