public static final class ComparatorProtos.Comparator.Builder extends com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.Comparator.Builder> implements ComparatorProtos.ComparatorOrBuilder
Comparator
Modifier and Type | Method and Description |
---|---|
ComparatorProtos.Comparator |
build() |
ComparatorProtos.Comparator |
buildPartial() |
ComparatorProtos.Comparator.Builder |
clear() |
ComparatorProtos.Comparator.Builder |
clearName()
required string name = 1; |
ComparatorProtos.Comparator.Builder |
clearSerializedComparator()
optional bytes serialized_comparator = 2; |
ComparatorProtos.Comparator.Builder |
clone() |
ComparatorProtos.Comparator |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.ByteString |
getSerializedComparator()
optional bytes serialized_comparator = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasSerializedComparator()
optional bytes serialized_comparator = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ComparatorProtos.Comparator.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ComparatorProtos.Comparator.Builder |
mergeFrom(ComparatorProtos.Comparator other) |
ComparatorProtos.Comparator.Builder |
mergeFrom(com.google.protobuf.Message other) |
ComparatorProtos.Comparator.Builder |
setName(String value)
required string name = 1; |
ComparatorProtos.Comparator.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
ComparatorProtos.Comparator.Builder |
setSerializedComparator(com.google.protobuf.ByteString value)
optional bytes serialized_comparator = 2; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.Comparator.Builder>
public ComparatorProtos.Comparator.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.Comparator.Builder>
public ComparatorProtos.Comparator.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.Comparator.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.Comparator.Builder>
public ComparatorProtos.Comparator getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ComparatorProtos.Comparator build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ComparatorProtos.Comparator buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ComparatorProtos.Comparator.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ComparatorProtos.Comparator.Builder>
public ComparatorProtos.Comparator.Builder mergeFrom(ComparatorProtos.Comparator other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ComparatorProtos.Comparator.Builder>
public ComparatorProtos.Comparator.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ComparatorProtos.Comparator.Builder>
IOException
public boolean hasName()
required string name = 1;
hasName
in interface ComparatorProtos.ComparatorOrBuilder
public String getName()
required string name = 1;
getName
in interface ComparatorProtos.ComparatorOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1;
getNameBytes
in interface ComparatorProtos.ComparatorOrBuilder
public ComparatorProtos.Comparator.Builder setName(String value)
required string name = 1;
public ComparatorProtos.Comparator.Builder clearName()
required string name = 1;
public ComparatorProtos.Comparator.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;
public boolean hasSerializedComparator()
optional bytes serialized_comparator = 2;
hasSerializedComparator
in interface ComparatorProtos.ComparatorOrBuilder
public com.google.protobuf.ByteString getSerializedComparator()
optional bytes serialized_comparator = 2;
getSerializedComparator
in interface ComparatorProtos.ComparatorOrBuilder
public ComparatorProtos.Comparator.Builder setSerializedComparator(com.google.protobuf.ByteString value)
optional bytes serialized_comparator = 2;
public ComparatorProtos.Comparator.Builder clearSerializedComparator()
optional bytes serialized_comparator = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.