HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.addAllPartVals(Iterable<String> values)
repeated string part_vals = 3;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.addPartVals(String value)
repeated string part_vals = 3;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.addPartValsBytes(com.google.protobuf.ByteString value)
repeated string part_vals = 3;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.clear() |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.clearDbName()
string db_name = 1;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.clearEnvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 4;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.clearPartVals()
repeated string part_vals = 3;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.clearTblName()
string tbl_name = 2;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.clone() |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.mergeEnvironmentContext(HiveMetastore.EnvironmentContext value)
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 4;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.mergeFrom(HiveMetastore.AppendPartitionWithEnvironmentContextRequest other) |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.newBuilder() |
static HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.newBuilder(HiveMetastore.AppendPartitionWithEnvironmentContextRequest prototype) |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.newBuilderForType() |
protected HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.setDbName(String value)
string db_name = 1;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.setDbNameBytes(com.google.protobuf.ByteString value)
string db_name = 1;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.setEnvironmentContext(HiveMetastore.EnvironmentContext.Builder builderForValue)
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 4;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.setEnvironmentContext(HiveMetastore.EnvironmentContext value)
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 4;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.setPartVals(int index,
String value)
repeated string part_vals = 3;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.setTblName(String value)
string tbl_name = 2;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.setTblNameBytes(com.google.protobuf.ByteString value)
string tbl_name = 2;
|
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.Builder |
HiveMetastore.AppendPartitionWithEnvironmentContextRequest.toBuilder() |