public static final class LlapDaemonProtocolProtos.CacheTag.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder> implements LlapDaemonProtocolProtos.CacheTagOrBuilder
CacheTag| Modifier and Type | Method and Description |
|---|---|
LlapDaemonProtocolProtos.CacheTag.Builder |
addAllPartitionDesc(Iterable<String> values)
repeated string partition_desc = 2; |
LlapDaemonProtocolProtos.CacheTag.Builder |
addPartitionDesc(String value)
repeated string partition_desc = 2; |
LlapDaemonProtocolProtos.CacheTag.Builder |
addPartitionDescBytes(com.google.protobuf.ByteString value)
repeated string partition_desc = 2; |
LlapDaemonProtocolProtos.CacheTag.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LlapDaemonProtocolProtos.CacheTag |
build() |
LlapDaemonProtocolProtos.CacheTag |
buildPartial() |
LlapDaemonProtocolProtos.CacheTag.Builder |
clear() |
LlapDaemonProtocolProtos.CacheTag.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
LlapDaemonProtocolProtos.CacheTag.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
LlapDaemonProtocolProtos.CacheTag.Builder |
clearPartitionDesc()
repeated string partition_desc = 2; |
LlapDaemonProtocolProtos.CacheTag.Builder |
clearTableName()
optional string table_name = 1; |
LlapDaemonProtocolProtos.CacheTag.Builder |
clone() |
LlapDaemonProtocolProtos.CacheTag |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getPartitionDesc(int index)
repeated string partition_desc = 2; |
com.google.protobuf.ByteString |
getPartitionDescBytes(int index)
repeated string partition_desc = 2; |
int |
getPartitionDescCount()
repeated string partition_desc = 2; |
com.google.protobuf.ProtocolStringList |
getPartitionDescList()
repeated string partition_desc = 2; |
String |
getTableName()
optional string table_name = 1; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 1; |
boolean |
hasTableName()
optional string table_name = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LlapDaemonProtocolProtos.CacheTag.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LlapDaemonProtocolProtos.CacheTag.Builder |
mergeFrom(LlapDaemonProtocolProtos.CacheTag other) |
LlapDaemonProtocolProtos.CacheTag.Builder |
mergeFrom(com.google.protobuf.Message other) |
LlapDaemonProtocolProtos.CacheTag.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LlapDaemonProtocolProtos.CacheTag.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LlapDaemonProtocolProtos.CacheTag.Builder |
setPartitionDesc(int index,
String value)
repeated string partition_desc = 2; |
LlapDaemonProtocolProtos.CacheTag.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
LlapDaemonProtocolProtos.CacheTag.Builder |
setTableName(String value)
optional string table_name = 1; |
LlapDaemonProtocolProtos.CacheTag.Builder |
setTableNameBytes(com.google.protobuf.ByteString value)
optional string table_name = 1; |
LlapDaemonProtocolProtos.CacheTag.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>public LlapDaemonProtocolProtos.CacheTag.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.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.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>public LlapDaemonProtocolProtos.CacheTag getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LlapDaemonProtocolProtos.CacheTag build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LlapDaemonProtocolProtos.CacheTag buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LlapDaemonProtocolProtos.CacheTag.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>public LlapDaemonProtocolProtos.CacheTag.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>public LlapDaemonProtocolProtos.CacheTag.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>public LlapDaemonProtocolProtos.CacheTag.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>public LlapDaemonProtocolProtos.CacheTag.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>public LlapDaemonProtocolProtos.CacheTag.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>public LlapDaemonProtocolProtos.CacheTag.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>public LlapDaemonProtocolProtos.CacheTag.Builder mergeFrom(LlapDaemonProtocolProtos.CacheTag other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>public LlapDaemonProtocolProtos.CacheTag.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>IOExceptionpublic boolean hasTableName()
optional string table_name = 1;hasTableName in interface LlapDaemonProtocolProtos.CacheTagOrBuilderpublic String getTableName()
optional string table_name = 1;getTableName in interface LlapDaemonProtocolProtos.CacheTagOrBuilderpublic com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 1;getTableNameBytes in interface LlapDaemonProtocolProtos.CacheTagOrBuilderpublic LlapDaemonProtocolProtos.CacheTag.Builder setTableName(String value)
optional string table_name = 1;value - The tableName to set.public LlapDaemonProtocolProtos.CacheTag.Builder clearTableName()
optional string table_name = 1;public LlapDaemonProtocolProtos.CacheTag.Builder setTableNameBytes(com.google.protobuf.ByteString value)
optional string table_name = 1;value - The bytes for tableName to set.public com.google.protobuf.ProtocolStringList getPartitionDescList()
repeated string partition_desc = 2;getPartitionDescList in interface LlapDaemonProtocolProtos.CacheTagOrBuilderpublic int getPartitionDescCount()
repeated string partition_desc = 2;getPartitionDescCount in interface LlapDaemonProtocolProtos.CacheTagOrBuilderpublic String getPartitionDesc(int index)
repeated string partition_desc = 2;getPartitionDesc in interface LlapDaemonProtocolProtos.CacheTagOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getPartitionDescBytes(int index)
repeated string partition_desc = 2;getPartitionDescBytes in interface LlapDaemonProtocolProtos.CacheTagOrBuilderindex - The index of the value to return.public LlapDaemonProtocolProtos.CacheTag.Builder setPartitionDesc(int index, String value)
repeated string partition_desc = 2;index - The index to set the value at.value - The partitionDesc to set.public LlapDaemonProtocolProtos.CacheTag.Builder addPartitionDesc(String value)
repeated string partition_desc = 2;value - The partitionDesc to add.public LlapDaemonProtocolProtos.CacheTag.Builder addAllPartitionDesc(Iterable<String> values)
repeated string partition_desc = 2;values - The partitionDesc to add.public LlapDaemonProtocolProtos.CacheTag.Builder clearPartitionDesc()
repeated string partition_desc = 2;public LlapDaemonProtocolProtos.CacheTag.Builder addPartitionDescBytes(com.google.protobuf.ByteString value)
repeated string partition_desc = 2;value - The bytes of the partitionDesc to add.public final LlapDaemonProtocolProtos.CacheTag.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>public final LlapDaemonProtocolProtos.CacheTag.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LlapDaemonProtocolProtos.CacheTag.Builder>Copyright © 2024 The Apache Software Foundation. All rights reserved.