public static final class HiveMetastore.SQLAllTableConstraints.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder> implements HiveMetastore.SQLAllTableConstraintsOrBuilder
org.apache.hadoop.hive.metastore.grpc.SQLAllTableConstraints| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.SQLAllTableConstraints.Builder |
addAllCheckConstraints(Iterable<? extends HiveMetastore.SQLCheckConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLAllTableConstraints.Builder |
addAllDefaultConstraints(Iterable<? extends HiveMetastore.SQLDefaultConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLAllTableConstraints.Builder |
addAllForeignKeys(Iterable<? extends HiveMetastore.SQLForeignKey> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLAllTableConstraints.Builder |
addAllNotNullConstraints(Iterable<? extends HiveMetastore.SQLNotNullConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
HiveMetastore.SQLAllTableConstraints.Builder |
addAllPrimaryKeys(Iterable<? extends HiveMetastore.SQLPrimaryKey> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
addAllUniqueConstraints(Iterable<? extends HiveMetastore.SQLUniqueConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLAllTableConstraints.Builder |
addCheckConstraints(HiveMetastore.SQLCheckConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLAllTableConstraints.Builder |
addCheckConstraints(HiveMetastore.SQLCheckConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLAllTableConstraints.Builder |
addCheckConstraints(int index,
HiveMetastore.SQLCheckConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLAllTableConstraints.Builder |
addCheckConstraints(int index,
HiveMetastore.SQLCheckConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLCheckConstraint.Builder |
addCheckConstraintsBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLCheckConstraint.Builder |
addCheckConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLAllTableConstraints.Builder |
addDefaultConstraints(HiveMetastore.SQLDefaultConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLAllTableConstraints.Builder |
addDefaultConstraints(HiveMetastore.SQLDefaultConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLAllTableConstraints.Builder |
addDefaultConstraints(int index,
HiveMetastore.SQLDefaultConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLAllTableConstraints.Builder |
addDefaultConstraints(int index,
HiveMetastore.SQLDefaultConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLDefaultConstraint.Builder |
addDefaultConstraintsBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLDefaultConstraint.Builder |
addDefaultConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLAllTableConstraints.Builder |
addForeignKeys(HiveMetastore.SQLForeignKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLAllTableConstraints.Builder |
addForeignKeys(HiveMetastore.SQLForeignKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLAllTableConstraints.Builder |
addForeignKeys(int index,
HiveMetastore.SQLForeignKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLAllTableConstraints.Builder |
addForeignKeys(int index,
HiveMetastore.SQLForeignKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLForeignKey.Builder |
addForeignKeysBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLForeignKey.Builder |
addForeignKeysBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLAllTableConstraints.Builder |
addNotNullConstraints(HiveMetastore.SQLNotNullConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
HiveMetastore.SQLAllTableConstraints.Builder |
addNotNullConstraints(HiveMetastore.SQLNotNullConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
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 |
addNotNullConstraints(int index,
HiveMetastore.SQLNotNullConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
HiveMetastore.SQLNotNullConstraint.Builder |
addNotNullConstraintsBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
HiveMetastore.SQLNotNullConstraint.Builder |
addNotNullConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
HiveMetastore.SQLAllTableConstraints.Builder |
addPrimaryKeys(HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
addPrimaryKeys(HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
addPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
addPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLPrimaryKey.Builder |
addPrimaryKeysBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLPrimaryKey.Builder |
addPrimaryKeysBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.SQLAllTableConstraints.Builder |
addUniqueConstraints(HiveMetastore.SQLUniqueConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLAllTableConstraints.Builder |
addUniqueConstraints(HiveMetastore.SQLUniqueConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLAllTableConstraints.Builder |
addUniqueConstraints(int index,
HiveMetastore.SQLUniqueConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLAllTableConstraints.Builder |
addUniqueConstraints(int index,
HiveMetastore.SQLUniqueConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLUniqueConstraint.Builder |
addUniqueConstraintsBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLUniqueConstraint.Builder |
addUniqueConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLAllTableConstraints |
build() |
HiveMetastore.SQLAllTableConstraints |
buildPartial() |
HiveMetastore.SQLAllTableConstraints.Builder |
clear() |
HiveMetastore.SQLAllTableConstraints.Builder |
clearCheckConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLAllTableConstraints.Builder |
clearDefaultConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLAllTableConstraints.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.SQLAllTableConstraints.Builder |
clearForeignKeys()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLAllTableConstraints.Builder |
clearNotNullConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
HiveMetastore.SQLAllTableConstraints.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.SQLAllTableConstraints.Builder |
clearPrimaryKeys()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
clearUniqueConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLAllTableConstraints.Builder |
clone() |
HiveMetastore.SQLCheckConstraint |
getCheckConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLCheckConstraint.Builder |
getCheckConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
List<HiveMetastore.SQLCheckConstraint.Builder> |
getCheckConstraintsBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
int |
getCheckConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
List<HiveMetastore.SQLCheckConstraint> |
getCheckConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLCheckConstraintOrBuilder |
getCheckConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
List<? extends HiveMetastore.SQLCheckConstraintOrBuilder> |
getCheckConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLDefaultConstraint |
getDefaultConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLDefaultConstraint.Builder |
getDefaultConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
List<HiveMetastore.SQLDefaultConstraint.Builder> |
getDefaultConstraintsBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
int |
getDefaultConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
List<HiveMetastore.SQLDefaultConstraint> |
getDefaultConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLDefaultConstraintOrBuilder |
getDefaultConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
List<? extends HiveMetastore.SQLDefaultConstraintOrBuilder> |
getDefaultConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLAllTableConstraints |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HiveMetastore.SQLForeignKey |
getForeignKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLForeignKey.Builder |
getForeignKeysBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
List<HiveMetastore.SQLForeignKey.Builder> |
getForeignKeysBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
int |
getForeignKeysCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
List<HiveMetastore.SQLForeignKey> |
getForeignKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLForeignKeyOrBuilder |
getForeignKeysOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
List<? extends HiveMetastore.SQLForeignKeyOrBuilder> |
getForeignKeysOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLNotNullConstraint |
getNotNullConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
HiveMetastore.SQLNotNullConstraint.Builder |
getNotNullConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
List<HiveMetastore.SQLNotNullConstraint.Builder> |
getNotNullConstraintsBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
int |
getNotNullConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
List<HiveMetastore.SQLNotNullConstraint> |
getNotNullConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
HiveMetastore.SQLNotNullConstraintOrBuilder |
getNotNullConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
List<? extends HiveMetastore.SQLNotNullConstraintOrBuilder> |
getNotNullConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
HiveMetastore.SQLPrimaryKey |
getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLPrimaryKey.Builder |
getPrimaryKeysBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
List<HiveMetastore.SQLPrimaryKey.Builder> |
getPrimaryKeysBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
int |
getPrimaryKeysCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
List<HiveMetastore.SQLPrimaryKey> |
getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLPrimaryKeyOrBuilder |
getPrimaryKeysOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
List<? extends HiveMetastore.SQLPrimaryKeyOrBuilder> |
getPrimaryKeysOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLUniqueConstraint |
getUniqueConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLUniqueConstraint.Builder |
getUniqueConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
List<HiveMetastore.SQLUniqueConstraint.Builder> |
getUniqueConstraintsBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
int |
getUniqueConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
List<HiveMetastore.SQLUniqueConstraint> |
getUniqueConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLUniqueConstraintOrBuilder |
getUniqueConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
List<? extends HiveMetastore.SQLUniqueConstraintOrBuilder> |
getUniqueConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HiveMetastore.SQLAllTableConstraints.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.SQLAllTableConstraints.Builder |
mergeFrom(HiveMetastore.SQLAllTableConstraints other) |
HiveMetastore.SQLAllTableConstraints.Builder |
mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.SQLAllTableConstraints.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.SQLAllTableConstraints.Builder |
removeCheckConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLAllTableConstraints.Builder |
removeDefaultConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLAllTableConstraints.Builder |
removeForeignKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLAllTableConstraints.Builder |
removeNotNullConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
HiveMetastore.SQLAllTableConstraints.Builder |
removePrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
removeUniqueConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLAllTableConstraints.Builder |
setCheckConstraints(int index,
HiveMetastore.SQLCheckConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLAllTableConstraints.Builder |
setCheckConstraints(int index,
HiveMetastore.SQLCheckConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6; |
HiveMetastore.SQLAllTableConstraints.Builder |
setDefaultConstraints(int index,
HiveMetastore.SQLDefaultConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLAllTableConstraints.Builder |
setDefaultConstraints(int index,
HiveMetastore.SQLDefaultConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5; |
HiveMetastore.SQLAllTableConstraints.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.SQLAllTableConstraints.Builder |
setForeignKeys(int index,
HiveMetastore.SQLForeignKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
HiveMetastore.SQLAllTableConstraints.Builder |
setForeignKeys(int index,
HiveMetastore.SQLForeignKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2; |
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 |
setNotNullConstraints(int index,
HiveMetastore.SQLNotNullConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4; |
HiveMetastore.SQLAllTableConstraints.Builder |
setPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
setPrimaryKeys(int index,
HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1; |
HiveMetastore.SQLAllTableConstraints.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.SQLAllTableConstraints.Builder |
setUniqueConstraints(int index,
HiveMetastore.SQLUniqueConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLAllTableConstraints.Builder |
setUniqueConstraints(int index,
HiveMetastore.SQLUniqueConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3; |
HiveMetastore.SQLAllTableConstraints.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public HiveMetastore.SQLAllTableConstraints.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public HiveMetastore.SQLAllTableConstraints getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic HiveMetastore.SQLAllTableConstraints build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic HiveMetastore.SQLAllTableConstraints buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic HiveMetastore.SQLAllTableConstraints.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public HiveMetastore.SQLAllTableConstraints.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public HiveMetastore.SQLAllTableConstraints.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public HiveMetastore.SQLAllTableConstraints.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public HiveMetastore.SQLAllTableConstraints.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public HiveMetastore.SQLAllTableConstraints.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public HiveMetastore.SQLAllTableConstraints.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public HiveMetastore.SQLAllTableConstraints.Builder mergeFrom(HiveMetastore.SQLAllTableConstraints other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public HiveMetastore.SQLAllTableConstraints.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HiveMetastore.SQLAllTableConstraints.Builder>IOExceptionpublic List<HiveMetastore.SQLPrimaryKey> getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;getPrimaryKeysList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic int getPrimaryKeysCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;getPrimaryKeysCount in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLPrimaryKey getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;getPrimaryKeys in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLAllTableConstraints.Builder setPrimaryKeys(int index, HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public HiveMetastore.SQLAllTableConstraints.Builder setPrimaryKeys(int index, HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public HiveMetastore.SQLAllTableConstraints.Builder addPrimaryKeys(HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public HiveMetastore.SQLAllTableConstraints.Builder addPrimaryKeys(int index, HiveMetastore.SQLPrimaryKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public HiveMetastore.SQLAllTableConstraints.Builder addPrimaryKeys(HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public HiveMetastore.SQLAllTableConstraints.Builder addPrimaryKeys(int index, HiveMetastore.SQLPrimaryKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public HiveMetastore.SQLAllTableConstraints.Builder addAllPrimaryKeys(Iterable<? extends HiveMetastore.SQLPrimaryKey> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public HiveMetastore.SQLAllTableConstraints.Builder clearPrimaryKeys()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public HiveMetastore.SQLAllTableConstraints.Builder removePrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public HiveMetastore.SQLPrimaryKey.Builder getPrimaryKeysBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public HiveMetastore.SQLPrimaryKeyOrBuilder getPrimaryKeysOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;getPrimaryKeysOrBuilder in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic List<? extends HiveMetastore.SQLPrimaryKeyOrBuilder> getPrimaryKeysOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;getPrimaryKeysOrBuilderList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLPrimaryKey.Builder addPrimaryKeysBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public HiveMetastore.SQLPrimaryKey.Builder addPrimaryKeysBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public List<HiveMetastore.SQLPrimaryKey.Builder> getPrimaryKeysBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 1;public List<HiveMetastore.SQLForeignKey> getForeignKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;getForeignKeysList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic int getForeignKeysCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;getForeignKeysCount in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLForeignKey getForeignKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;getForeignKeys in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLAllTableConstraints.Builder setForeignKeys(int index, HiveMetastore.SQLForeignKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public HiveMetastore.SQLAllTableConstraints.Builder setForeignKeys(int index, HiveMetastore.SQLForeignKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public HiveMetastore.SQLAllTableConstraints.Builder addForeignKeys(HiveMetastore.SQLForeignKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public HiveMetastore.SQLAllTableConstraints.Builder addForeignKeys(int index, HiveMetastore.SQLForeignKey value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public HiveMetastore.SQLAllTableConstraints.Builder addForeignKeys(HiveMetastore.SQLForeignKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public HiveMetastore.SQLAllTableConstraints.Builder addForeignKeys(int index, HiveMetastore.SQLForeignKey.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public HiveMetastore.SQLAllTableConstraints.Builder addAllForeignKeys(Iterable<? extends HiveMetastore.SQLForeignKey> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public HiveMetastore.SQLAllTableConstraints.Builder clearForeignKeys()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public HiveMetastore.SQLAllTableConstraints.Builder removeForeignKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public HiveMetastore.SQLForeignKey.Builder getForeignKeysBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public HiveMetastore.SQLForeignKeyOrBuilder getForeignKeysOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;getForeignKeysOrBuilder in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic List<? extends HiveMetastore.SQLForeignKeyOrBuilder> getForeignKeysOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;getForeignKeysOrBuilderList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLForeignKey.Builder addForeignKeysBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public HiveMetastore.SQLForeignKey.Builder addForeignKeysBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public List<HiveMetastore.SQLForeignKey.Builder> getForeignKeysBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 2;public List<HiveMetastore.SQLUniqueConstraint> getUniqueConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;getUniqueConstraintsList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic int getUniqueConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;getUniqueConstraintsCount in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLUniqueConstraint getUniqueConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;getUniqueConstraints in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLAllTableConstraints.Builder setUniqueConstraints(int index, HiveMetastore.SQLUniqueConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public HiveMetastore.SQLAllTableConstraints.Builder setUniqueConstraints(int index, HiveMetastore.SQLUniqueConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public HiveMetastore.SQLAllTableConstraints.Builder addUniqueConstraints(HiveMetastore.SQLUniqueConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public HiveMetastore.SQLAllTableConstraints.Builder addUniqueConstraints(int index, HiveMetastore.SQLUniqueConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public HiveMetastore.SQLAllTableConstraints.Builder addUniqueConstraints(HiveMetastore.SQLUniqueConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public HiveMetastore.SQLAllTableConstraints.Builder addUniqueConstraints(int index, HiveMetastore.SQLUniqueConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public HiveMetastore.SQLAllTableConstraints.Builder addAllUniqueConstraints(Iterable<? extends HiveMetastore.SQLUniqueConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public HiveMetastore.SQLAllTableConstraints.Builder clearUniqueConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public HiveMetastore.SQLAllTableConstraints.Builder removeUniqueConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public HiveMetastore.SQLUniqueConstraint.Builder getUniqueConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public HiveMetastore.SQLUniqueConstraintOrBuilder getUniqueConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;getUniqueConstraintsOrBuilder in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic List<? extends HiveMetastore.SQLUniqueConstraintOrBuilder> getUniqueConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;getUniqueConstraintsOrBuilderList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLUniqueConstraint.Builder addUniqueConstraintsBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public HiveMetastore.SQLUniqueConstraint.Builder addUniqueConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public List<HiveMetastore.SQLUniqueConstraint.Builder> getUniqueConstraintsBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 3;public List<HiveMetastore.SQLNotNullConstraint> getNotNullConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;getNotNullConstraintsList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic int getNotNullConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;getNotNullConstraintsCount in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLNotNullConstraint getNotNullConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;getNotNullConstraints in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLAllTableConstraints.Builder setNotNullConstraints(int index, HiveMetastore.SQLNotNullConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public HiveMetastore.SQLAllTableConstraints.Builder setNotNullConstraints(int index, HiveMetastore.SQLNotNullConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public HiveMetastore.SQLAllTableConstraints.Builder addNotNullConstraints(HiveMetastore.SQLNotNullConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public HiveMetastore.SQLAllTableConstraints.Builder addNotNullConstraints(int index, HiveMetastore.SQLNotNullConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public HiveMetastore.SQLAllTableConstraints.Builder addNotNullConstraints(HiveMetastore.SQLNotNullConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public HiveMetastore.SQLAllTableConstraints.Builder addNotNullConstraints(int index, HiveMetastore.SQLNotNullConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public HiveMetastore.SQLAllTableConstraints.Builder addAllNotNullConstraints(Iterable<? extends HiveMetastore.SQLNotNullConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public HiveMetastore.SQLAllTableConstraints.Builder clearNotNullConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public HiveMetastore.SQLAllTableConstraints.Builder removeNotNullConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public HiveMetastore.SQLNotNullConstraint.Builder getNotNullConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public HiveMetastore.SQLNotNullConstraintOrBuilder getNotNullConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;getNotNullConstraintsOrBuilder in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic List<? extends HiveMetastore.SQLNotNullConstraintOrBuilder> getNotNullConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;getNotNullConstraintsOrBuilderList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLNotNullConstraint.Builder addNotNullConstraintsBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public HiveMetastore.SQLNotNullConstraint.Builder addNotNullConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public List<HiveMetastore.SQLNotNullConstraint.Builder> getNotNullConstraintsBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 4;public List<HiveMetastore.SQLDefaultConstraint> getDefaultConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;getDefaultConstraintsList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic int getDefaultConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;getDefaultConstraintsCount in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLDefaultConstraint getDefaultConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;getDefaultConstraints in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLAllTableConstraints.Builder setDefaultConstraints(int index, HiveMetastore.SQLDefaultConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public HiveMetastore.SQLAllTableConstraints.Builder setDefaultConstraints(int index, HiveMetastore.SQLDefaultConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public HiveMetastore.SQLAllTableConstraints.Builder addDefaultConstraints(HiveMetastore.SQLDefaultConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public HiveMetastore.SQLAllTableConstraints.Builder addDefaultConstraints(int index, HiveMetastore.SQLDefaultConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public HiveMetastore.SQLAllTableConstraints.Builder addDefaultConstraints(HiveMetastore.SQLDefaultConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public HiveMetastore.SQLAllTableConstraints.Builder addDefaultConstraints(int index, HiveMetastore.SQLDefaultConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public HiveMetastore.SQLAllTableConstraints.Builder addAllDefaultConstraints(Iterable<? extends HiveMetastore.SQLDefaultConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public HiveMetastore.SQLAllTableConstraints.Builder clearDefaultConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public HiveMetastore.SQLAllTableConstraints.Builder removeDefaultConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public HiveMetastore.SQLDefaultConstraint.Builder getDefaultConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public HiveMetastore.SQLDefaultConstraintOrBuilder getDefaultConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;getDefaultConstraintsOrBuilder in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic List<? extends HiveMetastore.SQLDefaultConstraintOrBuilder> getDefaultConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;getDefaultConstraintsOrBuilderList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLDefaultConstraint.Builder addDefaultConstraintsBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public HiveMetastore.SQLDefaultConstraint.Builder addDefaultConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public List<HiveMetastore.SQLDefaultConstraint.Builder> getDefaultConstraintsBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 5;public List<HiveMetastore.SQLCheckConstraint> getCheckConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;getCheckConstraintsList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic int getCheckConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;getCheckConstraintsCount in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLCheckConstraint getCheckConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;getCheckConstraints in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLAllTableConstraints.Builder setCheckConstraints(int index, HiveMetastore.SQLCheckConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public HiveMetastore.SQLAllTableConstraints.Builder setCheckConstraints(int index, HiveMetastore.SQLCheckConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public HiveMetastore.SQLAllTableConstraints.Builder addCheckConstraints(HiveMetastore.SQLCheckConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public HiveMetastore.SQLAllTableConstraints.Builder addCheckConstraints(int index, HiveMetastore.SQLCheckConstraint value)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public HiveMetastore.SQLAllTableConstraints.Builder addCheckConstraints(HiveMetastore.SQLCheckConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public HiveMetastore.SQLAllTableConstraints.Builder addCheckConstraints(int index, HiveMetastore.SQLCheckConstraint.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public HiveMetastore.SQLAllTableConstraints.Builder addAllCheckConstraints(Iterable<? extends HiveMetastore.SQLCheckConstraint> values)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public HiveMetastore.SQLAllTableConstraints.Builder clearCheckConstraints()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public HiveMetastore.SQLAllTableConstraints.Builder removeCheckConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public HiveMetastore.SQLCheckConstraint.Builder getCheckConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public HiveMetastore.SQLCheckConstraintOrBuilder getCheckConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;getCheckConstraintsOrBuilder in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic List<? extends HiveMetastore.SQLCheckConstraintOrBuilder> getCheckConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;getCheckConstraintsOrBuilderList in interface HiveMetastore.SQLAllTableConstraintsOrBuilderpublic HiveMetastore.SQLCheckConstraint.Builder addCheckConstraintsBuilder()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public HiveMetastore.SQLCheckConstraint.Builder addCheckConstraintsBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public List<HiveMetastore.SQLCheckConstraint.Builder> getCheckConstraintsBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 6;public final HiveMetastore.SQLAllTableConstraints.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>public final HiveMetastore.SQLAllTableConstraints.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.SQLAllTableConstraints.Builder>Copyright © 2024 The Apache Software Foundation. All rights reserved.