HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addAllCheckConstraints(Iterable<? extends HiveMetastore.SQLCheckConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addAllDefaultConstraints(Iterable<? extends HiveMetastore.SQLDefaultConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addAllForeignKeys(Iterable<? extends HiveMetastore.SQLForeignKey> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addAllNotNullConstraints(Iterable<? extends HiveMetastore.SQLNotNullConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addAllPrimaryKeys(Iterable<? extends HiveMetastore.SQLPrimaryKey> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addAllUniqueConstraints(Iterable<? extends HiveMetastore.SQLUniqueConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addCheckConstraints(HiveMetastore.SQLCheckConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addCheckConstraints(HiveMetastore.SQLCheckConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addCheckConstraints(int index,
HiveMetastore.SQLCheckConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addCheckConstraints(int index,
HiveMetastore.SQLCheckConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addDefaultConstraints(HiveMetastore.SQLDefaultConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addDefaultConstraints(HiveMetastore.SQLDefaultConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addDefaultConstraints(int index,
HiveMetastore.SQLDefaultConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addDefaultConstraints(int index,
HiveMetastore.SQLDefaultConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addForeignKeys(HiveMetastore.SQLForeignKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addForeignKeys(HiveMetastore.SQLForeignKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addForeignKeys(int index,
HiveMetastore.SQLForeignKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addForeignKeys(int index,
HiveMetastore.SQLForeignKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addNotNullConstraints(HiveMetastore.SQLNotNullConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addNotNullConstraints(HiveMetastore.SQLNotNullConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addNotNullConstraints(int index,
HiveMetastore.SQLNotNullConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addNotNullConstraints(int index,
HiveMetastore.SQLNotNullConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addPrimaryKeys(HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addPrimaryKeys(HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addUniqueConstraints(HiveMetastore.SQLUniqueConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addUniqueConstraints(HiveMetastore.SQLUniqueConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addUniqueConstraints(int index,
HiveMetastore.SQLUniqueConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.addUniqueConstraints(int index,
HiveMetastore.SQLUniqueConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.clear() |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.clearCheckConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.clearDefaultConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.clearForeignKeys()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.clearNotNullConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.clearPrimaryKeys()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.clearUniqueConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.clone() |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.GetAllTableConstraintsResponse.Builder.getAllTableConstraintsBuilder()
.org.apache.hadoop.hive.metastore.grpc.SQLAllTableConstraints all_table_constraints = 1;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.mergeFrom(HiveMetastore.SQLAllTableConstraints other) |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.newBuilder() |
static HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.newBuilder(HiveMetastore.SQLAllTableConstraints prototype) |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.newBuilderForType() |
protected HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.removeCheckConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.removeDefaultConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.removeForeignKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.removeNotNullConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.removePrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.removeUniqueConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setCheckConstraints(int index,
HiveMetastore.SQLCheckConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setCheckConstraints(int index,
HiveMetastore.SQLCheckConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setDefaultConstraints(int index,
HiveMetastore.SQLDefaultConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setDefaultConstraints(int index,
HiveMetastore.SQLDefaultConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setForeignKeys(int index,
HiveMetastore.SQLForeignKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setForeignKeys(int index,
HiveMetastore.SQLForeignKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setNotNullConstraints(int index,
HiveMetastore.SQLNotNullConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setNotNullConstraints(int index,
HiveMetastore.SQLNotNullConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setUniqueConstraints(int index,
HiveMetastore.SQLUniqueConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setUniqueConstraints(int index,
HiveMetastore.SQLUniqueConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;
|
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.SQLAllTableConstraints.Builder |
HiveMetastore.SQLAllTableConstraints.toBuilder() |