public static final class HiveMetastore.GetAllFunctionsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GetAllFunctionsResponse.Builder> implements HiveMetastore.GetAllFunctionsResponseOrBuilder
org.apache.hadoop.hive.metastore.grpc.GetAllFunctionsResponse| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.GetAllFunctionsResponse.Builder |
addAllFunctions(Iterable<? extends HiveMetastore.Function> values)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.GetAllFunctionsResponse.Builder |
addFunctions(HiveMetastore.Function.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.GetAllFunctionsResponse.Builder |
addFunctions(HiveMetastore.Function value)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.GetAllFunctionsResponse.Builder |
addFunctions(int index,
HiveMetastore.Function.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.GetAllFunctionsResponse.Builder |
addFunctions(int index,
HiveMetastore.Function value)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.Function.Builder |
addFunctionsBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.Function.Builder |
addFunctionsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.GetAllFunctionsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GetAllFunctionsResponse |
build() |
HiveMetastore.GetAllFunctionsResponse |
buildPartial() |
HiveMetastore.GetAllFunctionsResponse.Builder |
clear() |
HiveMetastore.GetAllFunctionsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.GetAllFunctionsResponse.Builder |
clearFunctions()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.GetAllFunctionsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.GetAllFunctionsResponse.Builder |
clone() |
HiveMetastore.GetAllFunctionsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HiveMetastore.Function |
getFunctions(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.Function.Builder |
getFunctionsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
List<HiveMetastore.Function.Builder> |
getFunctionsBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
int |
getFunctionsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
List<HiveMetastore.Function> |
getFunctionsList()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.FunctionOrBuilder |
getFunctionsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
List<? extends HiveMetastore.FunctionOrBuilder> |
getFunctionsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HiveMetastore.GetAllFunctionsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.GetAllFunctionsResponse.Builder |
mergeFrom(HiveMetastore.GetAllFunctionsResponse other) |
HiveMetastore.GetAllFunctionsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.GetAllFunctionsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.GetAllFunctionsResponse.Builder |
removeFunctions(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.GetAllFunctionsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GetAllFunctionsResponse.Builder |
setFunctions(int index,
HiveMetastore.Function.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.GetAllFunctionsResponse.Builder |
setFunctions(int index,
HiveMetastore.Function value)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1; |
HiveMetastore.GetAllFunctionsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.GetAllFunctionsResponse.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.GetAllFunctionsResponse.Builder>public HiveMetastore.GetAllFunctionsResponse.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.GetAllFunctionsResponse.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.GetAllFunctionsResponse.Builder>public HiveMetastore.GetAllFunctionsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic HiveMetastore.GetAllFunctionsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic HiveMetastore.GetAllFunctionsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic HiveMetastore.GetAllFunctionsResponse.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.GetAllFunctionsResponse.Builder>public HiveMetastore.GetAllFunctionsResponse.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.GetAllFunctionsResponse.Builder>public HiveMetastore.GetAllFunctionsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GetAllFunctionsResponse.Builder>public HiveMetastore.GetAllFunctionsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GetAllFunctionsResponse.Builder>public HiveMetastore.GetAllFunctionsResponse.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.GetAllFunctionsResponse.Builder>public HiveMetastore.GetAllFunctionsResponse.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.GetAllFunctionsResponse.Builder>public HiveMetastore.GetAllFunctionsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HiveMetastore.GetAllFunctionsResponse.Builder>public HiveMetastore.GetAllFunctionsResponse.Builder mergeFrom(HiveMetastore.GetAllFunctionsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GetAllFunctionsResponse.Builder>public HiveMetastore.GetAllFunctionsResponse.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.GetAllFunctionsResponse.Builder>IOExceptionpublic List<HiveMetastore.Function> getFunctionsList()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;getFunctionsList in interface HiveMetastore.GetAllFunctionsResponseOrBuilderpublic int getFunctionsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;getFunctionsCount in interface HiveMetastore.GetAllFunctionsResponseOrBuilderpublic HiveMetastore.Function getFunctions(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;getFunctions in interface HiveMetastore.GetAllFunctionsResponseOrBuilderpublic HiveMetastore.GetAllFunctionsResponse.Builder setFunctions(int index, HiveMetastore.Function value)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public HiveMetastore.GetAllFunctionsResponse.Builder setFunctions(int index, HiveMetastore.Function.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public HiveMetastore.GetAllFunctionsResponse.Builder addFunctions(HiveMetastore.Function value)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public HiveMetastore.GetAllFunctionsResponse.Builder addFunctions(int index, HiveMetastore.Function value)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public HiveMetastore.GetAllFunctionsResponse.Builder addFunctions(HiveMetastore.Function.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public HiveMetastore.GetAllFunctionsResponse.Builder addFunctions(int index, HiveMetastore.Function.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public HiveMetastore.GetAllFunctionsResponse.Builder addAllFunctions(Iterable<? extends HiveMetastore.Function> values)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public HiveMetastore.GetAllFunctionsResponse.Builder clearFunctions()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public HiveMetastore.GetAllFunctionsResponse.Builder removeFunctions(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public HiveMetastore.Function.Builder getFunctionsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public HiveMetastore.FunctionOrBuilder getFunctionsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;getFunctionsOrBuilder in interface HiveMetastore.GetAllFunctionsResponseOrBuilderpublic List<? extends HiveMetastore.FunctionOrBuilder> getFunctionsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;getFunctionsOrBuilderList in interface HiveMetastore.GetAllFunctionsResponseOrBuilderpublic HiveMetastore.Function.Builder addFunctionsBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public HiveMetastore.Function.Builder addFunctionsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public List<HiveMetastore.Function.Builder> getFunctionsBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.Function functions = 1;public final HiveMetastore.GetAllFunctionsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GetAllFunctionsResponse.Builder>public final HiveMetastore.GetAllFunctionsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GetAllFunctionsResponse.Builder>Copyright © 2024 The Apache Software Foundation. All rights reserved.