HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.addAllRows(Iterable<String> values)
repeated string rows = 1;
|
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.GetPartitionValuesResponse.Builder.addPartitionValuesBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.PartitionValuesRow partition_values = 1;
|
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.GetPartitionValuesResponse.Builder.addPartitionValuesBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.PartitionValuesRow partition_values = 1;
|
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.addRows(String value)
repeated string rows = 1;
|
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.addRowsBytes(com.google.protobuf.ByteString value)
repeated string rows = 1;
|
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.clear() |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.clearRows()
repeated string rows = 1;
|
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.clone() |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.GetPartitionValuesResponse.Builder.getPartitionValuesBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.PartitionValuesRow partition_values = 1;
|
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.mergeFrom(HiveMetastore.PartitionValuesRow other) |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.newBuilder() |
static HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.newBuilder(HiveMetastore.PartitionValuesRow prototype) |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.newBuilderForType() |
protected HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.setRows(int index,
String value)
repeated string rows = 1;
|
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.PartitionValuesRow.Builder |
HiveMetastore.PartitionValuesRow.toBuilder() |