HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.addAllCols(Iterable<? extends HiveMetastore.FieldSchema> values)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema cols = 4;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.addCols(HiveMetastore.FieldSchema.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema cols = 4;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.addCols(HiveMetastore.FieldSchema value)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema cols = 4;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.addCols(int index,
HiveMetastore.FieldSchema.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema cols = 4;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.addCols(int index,
HiveMetastore.FieldSchema value)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema cols = 4;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.GetSchemaAllVersionsResponse.Builder.addResponsesBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SchemaVersion responses = 1;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.GetSchemaAllVersionsResponse.Builder.addResponsesBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SchemaVersion responses = 1;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clear() |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearCols()
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema cols = 4;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearCreatedAt()
int64 created_at = 3;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearDescription()
string description = 6;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearFingerprint()
string fingerprint = 8;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearName()
string name = 9;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearSchema()
.org.apache.hadoop.hive.metastore.grpc.ISchemaName schema = 1;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearSchemaText()
string schema_text = 7;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearSerDe()
.org.apache.hadoop.hive.metastore.grpc.SerDeInfo ser_de = 10;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearState()
.org.apache.hadoop.hive.metastore.grpc.SchemaVersionState state = 5;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clearVersion()
int32 version = 2;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.clone() |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.GetSchemaAllVersionsResponse.Builder.getResponsesBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SchemaVersion responses = 1;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.mergeFrom(HiveMetastore.SchemaVersion other) |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.mergeSchema(HiveMetastore.ISchemaName value)
.org.apache.hadoop.hive.metastore.grpc.ISchemaName schema = 1;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.mergeSerDe(HiveMetastore.SerDeInfo value)
.org.apache.hadoop.hive.metastore.grpc.SerDeInfo ser_de = 10;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.newBuilder() |
static HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.newBuilder(HiveMetastore.SchemaVersion prototype) |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.newBuilderForType() |
protected HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.removeCols(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema cols = 4;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setCols(int index,
HiveMetastore.FieldSchema.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema cols = 4;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setCols(int index,
HiveMetastore.FieldSchema value)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema cols = 4;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setCreatedAt(long value)
int64 created_at = 3;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setDescription(String value)
string description = 6;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
string description = 6;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setFingerprint(String value)
string fingerprint = 8;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setFingerprintBytes(com.google.protobuf.ByteString value)
string fingerprint = 8;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setName(String value)
string name = 9;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setNameBytes(com.google.protobuf.ByteString value)
string name = 9;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setSchema(HiveMetastore.ISchemaName.Builder builderForValue)
.org.apache.hadoop.hive.metastore.grpc.ISchemaName schema = 1;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setSchema(HiveMetastore.ISchemaName value)
.org.apache.hadoop.hive.metastore.grpc.ISchemaName schema = 1;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setSchemaText(String value)
string schema_text = 7;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setSchemaTextBytes(com.google.protobuf.ByteString value)
string schema_text = 7;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setSerDe(HiveMetastore.SerDeInfo.Builder builderForValue)
.org.apache.hadoop.hive.metastore.grpc.SerDeInfo ser_de = 10;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setSerDe(HiveMetastore.SerDeInfo value)
.org.apache.hadoop.hive.metastore.grpc.SerDeInfo ser_de = 10;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setState(HiveMetastore.SchemaVersionState value)
.org.apache.hadoop.hive.metastore.grpc.SchemaVersionState state = 5;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setStateValue(int value)
.org.apache.hadoop.hive.metastore.grpc.SchemaVersionState state = 5;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.Builder.setVersion(int value)
int32 version = 2;
|
HiveMetastore.SchemaVersion.Builder |
HiveMetastore.SchemaVersion.toBuilder() |