public static final class HiveMetastore.InsertEventRequestData.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.InsertEventRequestData.Builder> implements HiveMetastore.InsertEventRequestDataOrBuilder
org.apache.hadoop.hive.metastore.grpc.InsertEventRequestData| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.InsertEventRequestData.Builder |
addAllFilesAddedChecksums(Iterable<String> values)
repeated string files_added_checksums = 3; |
HiveMetastore.InsertEventRequestData.Builder |
addAllFilesAddeds(Iterable<String> values)
repeated string files_addeds = 2; |
HiveMetastore.InsertEventRequestData.Builder |
addAllPartitionVals(Iterable<String> values)
repeated string partition_vals = 5; |
HiveMetastore.InsertEventRequestData.Builder |
addAllSubDirectoryLists(Iterable<String> values)
repeated string sub_directory_lists = 4; |
HiveMetastore.InsertEventRequestData.Builder |
addFilesAddedChecksums(String value)
repeated string files_added_checksums = 3; |
HiveMetastore.InsertEventRequestData.Builder |
addFilesAddedChecksumsBytes(com.google.protobuf.ByteString value)
repeated string files_added_checksums = 3; |
HiveMetastore.InsertEventRequestData.Builder |
addFilesAddeds(String value)
repeated string files_addeds = 2; |
HiveMetastore.InsertEventRequestData.Builder |
addFilesAddedsBytes(com.google.protobuf.ByteString value)
repeated string files_addeds = 2; |
HiveMetastore.InsertEventRequestData.Builder |
addPartitionVals(String value)
repeated string partition_vals = 5; |
HiveMetastore.InsertEventRequestData.Builder |
addPartitionValsBytes(com.google.protobuf.ByteString value)
repeated string partition_vals = 5; |
HiveMetastore.InsertEventRequestData.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.InsertEventRequestData.Builder |
addSubDirectoryLists(String value)
repeated string sub_directory_lists = 4; |
HiveMetastore.InsertEventRequestData.Builder |
addSubDirectoryListsBytes(com.google.protobuf.ByteString value)
repeated string sub_directory_lists = 4; |
HiveMetastore.InsertEventRequestData |
build() |
HiveMetastore.InsertEventRequestData |
buildPartial() |
HiveMetastore.InsertEventRequestData.Builder |
clear() |
HiveMetastore.InsertEventRequestData.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.InsertEventRequestData.Builder |
clearFilesAddedChecksums()
repeated string files_added_checksums = 3; |
HiveMetastore.InsertEventRequestData.Builder |
clearFilesAddeds()
repeated string files_addeds = 2; |
HiveMetastore.InsertEventRequestData.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.InsertEventRequestData.Builder |
clearPartitionVals()
repeated string partition_vals = 5; |
HiveMetastore.InsertEventRequestData.Builder |
clearReplace()
bool replace = 1; |
HiveMetastore.InsertEventRequestData.Builder |
clearSubDirectoryLists()
repeated string sub_directory_lists = 4; |
HiveMetastore.InsertEventRequestData.Builder |
clone() |
HiveMetastore.InsertEventRequestData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFilesAddedChecksums(int index)
repeated string files_added_checksums = 3; |
com.google.protobuf.ByteString |
getFilesAddedChecksumsBytes(int index)
repeated string files_added_checksums = 3; |
int |
getFilesAddedChecksumsCount()
repeated string files_added_checksums = 3; |
com.google.protobuf.ProtocolStringList |
getFilesAddedChecksumsList()
repeated string files_added_checksums = 3; |
String |
getFilesAddeds(int index)
repeated string files_addeds = 2; |
com.google.protobuf.ByteString |
getFilesAddedsBytes(int index)
repeated string files_addeds = 2; |
int |
getFilesAddedsCount()
repeated string files_addeds = 2; |
com.google.protobuf.ProtocolStringList |
getFilesAddedsList()
repeated string files_addeds = 2; |
String |
getPartitionVals(int index)
repeated string partition_vals = 5; |
com.google.protobuf.ByteString |
getPartitionValsBytes(int index)
repeated string partition_vals = 5; |
int |
getPartitionValsCount()
repeated string partition_vals = 5; |
com.google.protobuf.ProtocolStringList |
getPartitionValsList()
repeated string partition_vals = 5; |
boolean |
getReplace()
bool replace = 1; |
String |
getSubDirectoryLists(int index)
repeated string sub_directory_lists = 4; |
com.google.protobuf.ByteString |
getSubDirectoryListsBytes(int index)
repeated string sub_directory_lists = 4; |
int |
getSubDirectoryListsCount()
repeated string sub_directory_lists = 4; |
com.google.protobuf.ProtocolStringList |
getSubDirectoryListsList()
repeated string sub_directory_lists = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HiveMetastore.InsertEventRequestData.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.InsertEventRequestData.Builder |
mergeFrom(HiveMetastore.InsertEventRequestData other) |
HiveMetastore.InsertEventRequestData.Builder |
mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.InsertEventRequestData.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.InsertEventRequestData.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.InsertEventRequestData.Builder |
setFilesAddedChecksums(int index,
String value)
repeated string files_added_checksums = 3; |
HiveMetastore.InsertEventRequestData.Builder |
setFilesAddeds(int index,
String value)
repeated string files_addeds = 2; |
HiveMetastore.InsertEventRequestData.Builder |
setPartitionVals(int index,
String value)
repeated string partition_vals = 5; |
HiveMetastore.InsertEventRequestData.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.InsertEventRequestData.Builder |
setReplace(boolean value)
bool replace = 1; |
HiveMetastore.InsertEventRequestData.Builder |
setSubDirectoryLists(int index,
String value)
repeated string sub_directory_lists = 4; |
HiveMetastore.InsertEventRequestData.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<HiveMetastore.InsertEventRequestData.Builder>public HiveMetastore.InsertEventRequestData.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.InsertEventRequestData.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<HiveMetastore.InsertEventRequestData.Builder>public HiveMetastore.InsertEventRequestData getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic HiveMetastore.InsertEventRequestData build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic HiveMetastore.InsertEventRequestData buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic HiveMetastore.InsertEventRequestData.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.InsertEventRequestData.Builder>public HiveMetastore.InsertEventRequestData.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<HiveMetastore.InsertEventRequestData.Builder>public HiveMetastore.InsertEventRequestData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.InsertEventRequestData.Builder>public HiveMetastore.InsertEventRequestData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.InsertEventRequestData.Builder>public HiveMetastore.InsertEventRequestData.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<HiveMetastore.InsertEventRequestData.Builder>public HiveMetastore.InsertEventRequestData.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<HiveMetastore.InsertEventRequestData.Builder>public HiveMetastore.InsertEventRequestData.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HiveMetastore.InsertEventRequestData.Builder>public HiveMetastore.InsertEventRequestData.Builder mergeFrom(HiveMetastore.InsertEventRequestData other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.InsertEventRequestData.Builder>public HiveMetastore.InsertEventRequestData.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<HiveMetastore.InsertEventRequestData.Builder>IOExceptionpublic boolean getReplace()
bool replace = 1;getReplace in interface HiveMetastore.InsertEventRequestDataOrBuilderpublic HiveMetastore.InsertEventRequestData.Builder setReplace(boolean value)
bool replace = 1;value - The replace to set.public HiveMetastore.InsertEventRequestData.Builder clearReplace()
bool replace = 1;public com.google.protobuf.ProtocolStringList getFilesAddedsList()
repeated string files_addeds = 2;getFilesAddedsList in interface HiveMetastore.InsertEventRequestDataOrBuilderpublic int getFilesAddedsCount()
repeated string files_addeds = 2;getFilesAddedsCount in interface HiveMetastore.InsertEventRequestDataOrBuilderpublic String getFilesAddeds(int index)
repeated string files_addeds = 2;getFilesAddeds in interface HiveMetastore.InsertEventRequestDataOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getFilesAddedsBytes(int index)
repeated string files_addeds = 2;getFilesAddedsBytes in interface HiveMetastore.InsertEventRequestDataOrBuilderindex - The index of the value to return.public HiveMetastore.InsertEventRequestData.Builder setFilesAddeds(int index, String value)
repeated string files_addeds = 2;index - The index to set the value at.value - The filesAddeds to set.public HiveMetastore.InsertEventRequestData.Builder addFilesAddeds(String value)
repeated string files_addeds = 2;value - The filesAddeds to add.public HiveMetastore.InsertEventRequestData.Builder addAllFilesAddeds(Iterable<String> values)
repeated string files_addeds = 2;values - The filesAddeds to add.public HiveMetastore.InsertEventRequestData.Builder clearFilesAddeds()
repeated string files_addeds = 2;public HiveMetastore.InsertEventRequestData.Builder addFilesAddedsBytes(com.google.protobuf.ByteString value)
repeated string files_addeds = 2;value - The bytes of the filesAddeds to add.public com.google.protobuf.ProtocolStringList getFilesAddedChecksumsList()
repeated string files_added_checksums = 3;getFilesAddedChecksumsList in interface HiveMetastore.InsertEventRequestDataOrBuilderpublic int getFilesAddedChecksumsCount()
repeated string files_added_checksums = 3;getFilesAddedChecksumsCount in interface HiveMetastore.InsertEventRequestDataOrBuilderpublic String getFilesAddedChecksums(int index)
repeated string files_added_checksums = 3;getFilesAddedChecksums in interface HiveMetastore.InsertEventRequestDataOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getFilesAddedChecksumsBytes(int index)
repeated string files_added_checksums = 3;getFilesAddedChecksumsBytes in interface HiveMetastore.InsertEventRequestDataOrBuilderindex - The index of the value to return.public HiveMetastore.InsertEventRequestData.Builder setFilesAddedChecksums(int index, String value)
repeated string files_added_checksums = 3;index - The index to set the value at.value - The filesAddedChecksums to set.public HiveMetastore.InsertEventRequestData.Builder addFilesAddedChecksums(String value)
repeated string files_added_checksums = 3;value - The filesAddedChecksums to add.public HiveMetastore.InsertEventRequestData.Builder addAllFilesAddedChecksums(Iterable<String> values)
repeated string files_added_checksums = 3;values - The filesAddedChecksums to add.public HiveMetastore.InsertEventRequestData.Builder clearFilesAddedChecksums()
repeated string files_added_checksums = 3;public HiveMetastore.InsertEventRequestData.Builder addFilesAddedChecksumsBytes(com.google.protobuf.ByteString value)
repeated string files_added_checksums = 3;value - The bytes of the filesAddedChecksums to add.public com.google.protobuf.ProtocolStringList getSubDirectoryListsList()
repeated string sub_directory_lists = 4;getSubDirectoryListsList in interface HiveMetastore.InsertEventRequestDataOrBuilderpublic int getSubDirectoryListsCount()
repeated string sub_directory_lists = 4;getSubDirectoryListsCount in interface HiveMetastore.InsertEventRequestDataOrBuilderpublic String getSubDirectoryLists(int index)
repeated string sub_directory_lists = 4;getSubDirectoryLists in interface HiveMetastore.InsertEventRequestDataOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSubDirectoryListsBytes(int index)
repeated string sub_directory_lists = 4;getSubDirectoryListsBytes in interface HiveMetastore.InsertEventRequestDataOrBuilderindex - The index of the value to return.public HiveMetastore.InsertEventRequestData.Builder setSubDirectoryLists(int index, String value)
repeated string sub_directory_lists = 4;index - The index to set the value at.value - The subDirectoryLists to set.public HiveMetastore.InsertEventRequestData.Builder addSubDirectoryLists(String value)
repeated string sub_directory_lists = 4;value - The subDirectoryLists to add.public HiveMetastore.InsertEventRequestData.Builder addAllSubDirectoryLists(Iterable<String> values)
repeated string sub_directory_lists = 4;values - The subDirectoryLists to add.public HiveMetastore.InsertEventRequestData.Builder clearSubDirectoryLists()
repeated string sub_directory_lists = 4;public HiveMetastore.InsertEventRequestData.Builder addSubDirectoryListsBytes(com.google.protobuf.ByteString value)
repeated string sub_directory_lists = 4;value - The bytes of the subDirectoryLists to add.public com.google.protobuf.ProtocolStringList getPartitionValsList()
repeated string partition_vals = 5;getPartitionValsList in interface HiveMetastore.InsertEventRequestDataOrBuilderpublic int getPartitionValsCount()
repeated string partition_vals = 5;getPartitionValsCount in interface HiveMetastore.InsertEventRequestDataOrBuilderpublic String getPartitionVals(int index)
repeated string partition_vals = 5;getPartitionVals in interface HiveMetastore.InsertEventRequestDataOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getPartitionValsBytes(int index)
repeated string partition_vals = 5;getPartitionValsBytes in interface HiveMetastore.InsertEventRequestDataOrBuilderindex - The index of the value to return.public HiveMetastore.InsertEventRequestData.Builder setPartitionVals(int index, String value)
repeated string partition_vals = 5;index - The index to set the value at.value - The partitionVals to set.public HiveMetastore.InsertEventRequestData.Builder addPartitionVals(String value)
repeated string partition_vals = 5;value - The partitionVals to add.public HiveMetastore.InsertEventRequestData.Builder addAllPartitionVals(Iterable<String> values)
repeated string partition_vals = 5;values - The partitionVals to add.public HiveMetastore.InsertEventRequestData.Builder clearPartitionVals()
repeated string partition_vals = 5;public HiveMetastore.InsertEventRequestData.Builder addPartitionValsBytes(com.google.protobuf.ByteString value)
repeated string partition_vals = 5;value - The bytes of the partitionVals to add.public final HiveMetastore.InsertEventRequestData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.InsertEventRequestData.Builder>public final HiveMetastore.InsertEventRequestData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.InsertEventRequestData.Builder>Copyright © 2024 The Apache Software Foundation. All rights reserved.