HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.addAllPrimaryKeys(Iterable<? extends HiveMetastore.SQLPrimaryKey> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.addPrimaryKeys(HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.addPrimaryKeys(HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.addPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.addPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.clear() |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.clearPrimaryKeys()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.clone() |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.mergeFrom(HiveMetastore.GetPrimaryKeysResponse other) |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.newBuilder() |
static HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.newBuilder(HiveMetastore.GetPrimaryKeysResponse prototype) |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.newBuilderForType() |
protected HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.removePrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.setPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.setPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.GetPrimaryKeysResponse.Builder |
HiveMetastore.GetPrimaryKeysResponse.toBuilder() |