public static final class ContainerFormats.Selection.Builder extends com.google.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 com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ContainerFormats.Selection.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ContainerFormats.Selection.Builder |
mergeFrom(ContainerFormats.Selection other) |
ContainerFormats.Selection.Builder |
mergeFrom(com.google.protobuf.Message other) |
ContainerFormats.Selection.Builder |
setMatcher(java.lang.String value)
optional string matcher = 2; |
ContainerFormats.Selection.Builder |
setMatcherBytes(com.google.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 com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>public ContainerFormats.Selection.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>public ContainerFormats.Selection.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>public ContainerFormats.Selection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ContainerFormats.Selection build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ContainerFormats.Selection buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ContainerFormats.Selection.Builder>public ContainerFormats.Selection.Builder mergeFrom(ContainerFormats.Selection other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>public ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.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 com.google.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(com.google.protobuf.ByteString value)
optional string matcher = 2;