public static final class HiveMetastore.CreateTableReqRequest extends com.google.protobuf.GeneratedMessageV3 implements HiveMetastore.CreateTableReqRequestOrBuilder
org.apache.hadoop.hive.metastore.grpc.CreateTableReqRequest| Modifier and Type | Class and Description |
|---|---|
static class |
HiveMetastore.CreateTableReqRequest.Builder
Protobuf type
org.apache.hadoop.hive.metastore.grpc.CreateTableReqRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CHECK_CONSTRAINTS_FIELD_NUMBER |
static int |
DEFAULT_CONSTRAINTS_FIELD_NUMBER |
static int |
ENV_CONTEXT_FIELD_NUMBER |
static int |
FOREIGN_KEYS_FIELD_NUMBER |
static int |
NOT_NULL_CONSTRAINTS_FIELD_NUMBER |
static int |
PRIMARY_KEYS_FIELD_NUMBER |
static int |
PROCESSOR_CAPABILITIES_FIELD_NUMBER |
static int |
PROCESSOR_IDENTIFIER_FIELD_NUMBER |
static int |
TABLE_FIELD_NUMBER |
static int |
UNIQUE_CONSTRAINTS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HiveMetastore.SQLCheckConstraint |
getCheckConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 8; |
int |
getCheckConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 8; |
List<HiveMetastore.SQLCheckConstraint> |
getCheckConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 8; |
HiveMetastore.SQLCheckConstraintOrBuilder |
getCheckConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 8; |
List<? extends HiveMetastore.SQLCheckConstraintOrBuilder> |
getCheckConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 8; |
HiveMetastore.SQLDefaultConstraint |
getDefaultConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 7; |
int |
getDefaultConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 7; |
List<HiveMetastore.SQLDefaultConstraint> |
getDefaultConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 7; |
HiveMetastore.SQLDefaultConstraintOrBuilder |
getDefaultConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 7; |
List<? extends HiveMetastore.SQLDefaultConstraintOrBuilder> |
getDefaultConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 7; |
static HiveMetastore.CreateTableReqRequest |
getDefaultInstance() |
HiveMetastore.CreateTableReqRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
HiveMetastore.EnvironmentContext |
getEnvContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext env_context = 2; |
HiveMetastore.EnvironmentContextOrBuilder |
getEnvContextOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext env_context = 2; |
HiveMetastore.SQLForeignKey |
getForeignKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 4; |
int |
getForeignKeysCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 4; |
List<HiveMetastore.SQLForeignKey> |
getForeignKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 4; |
HiveMetastore.SQLForeignKeyOrBuilder |
getForeignKeysOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 4; |
List<? extends HiveMetastore.SQLForeignKeyOrBuilder> |
getForeignKeysOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 4; |
HiveMetastore.SQLNotNullConstraint |
getNotNullConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 6; |
int |
getNotNullConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 6; |
List<HiveMetastore.SQLNotNullConstraint> |
getNotNullConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 6; |
HiveMetastore.SQLNotNullConstraintOrBuilder |
getNotNullConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 6; |
List<? extends HiveMetastore.SQLNotNullConstraintOrBuilder> |
getNotNullConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 6; |
com.google.protobuf.Parser<HiveMetastore.CreateTableReqRequest> |
getParserForType() |
HiveMetastore.SQLPrimaryKey |
getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
int |
getPrimaryKeysCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
List<HiveMetastore.SQLPrimaryKey> |
getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
HiveMetastore.SQLPrimaryKeyOrBuilder |
getPrimaryKeysOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
List<? extends HiveMetastore.SQLPrimaryKeyOrBuilder> |
getPrimaryKeysOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3; |
String |
getProcessorCapabilities(int index)
repeated string processor_capabilities = 9; |
com.google.protobuf.ByteString |
getProcessorCapabilitiesBytes(int index)
repeated string processor_capabilities = 9; |
int |
getProcessorCapabilitiesCount()
repeated string processor_capabilities = 9; |
com.google.protobuf.ProtocolStringList |
getProcessorCapabilitiesList()
repeated string processor_capabilities = 9; |
String |
getProcessorIdentifier()
string processor_identifier = 10; |
com.google.protobuf.ByteString |
getProcessorIdentifierBytes()
string processor_identifier = 10; |
int |
getSerializedSize() |
HiveMetastore.Table |
getTable()
.org.apache.hadoop.hive.metastore.grpc.Table table = 1; |
HiveMetastore.TableOrBuilder |
getTableOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.Table table = 1; |
HiveMetastore.SQLUniqueConstraint |
getUniqueConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 5; |
int |
getUniqueConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 5; |
List<HiveMetastore.SQLUniqueConstraint> |
getUniqueConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 5; |
HiveMetastore.SQLUniqueConstraintOrBuilder |
getUniqueConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 5; |
List<? extends HiveMetastore.SQLUniqueConstraintOrBuilder> |
getUniqueConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 5; |
boolean |
hasEnvContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext env_context = 2; |
int |
hashCode() |
boolean |
hasTable()
.org.apache.hadoop.hive.metastore.grpc.Table table = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HiveMetastore.CreateTableReqRequest.Builder |
newBuilder() |
static HiveMetastore.CreateTableReqRequest.Builder |
newBuilder(HiveMetastore.CreateTableReqRequest prototype) |
HiveMetastore.CreateTableReqRequest.Builder |
newBuilderForType() |
protected HiveMetastore.CreateTableReqRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static HiveMetastore.CreateTableReqRequest |
parseDelimitedFrom(InputStream input) |
static HiveMetastore.CreateTableReqRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.CreateTableReqRequest |
parseFrom(byte[] data) |
static HiveMetastore.CreateTableReqRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.CreateTableReqRequest |
parseFrom(ByteBuffer data) |
static HiveMetastore.CreateTableReqRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.CreateTableReqRequest |
parseFrom(com.google.protobuf.ByteString data) |
static HiveMetastore.CreateTableReqRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.CreateTableReqRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HiveMetastore.CreateTableReqRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.CreateTableReqRequest |
parseFrom(InputStream input) |
static HiveMetastore.CreateTableReqRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HiveMetastore.CreateTableReqRequest> |
parser() |
HiveMetastore.CreateTableReqRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TABLE_FIELD_NUMBER
public static final int ENV_CONTEXT_FIELD_NUMBER
public static final int PRIMARY_KEYS_FIELD_NUMBER
public static final int FOREIGN_KEYS_FIELD_NUMBER
public static final int UNIQUE_CONSTRAINTS_FIELD_NUMBER
public static final int NOT_NULL_CONSTRAINTS_FIELD_NUMBER
public static final int DEFAULT_CONSTRAINTS_FIELD_NUMBER
public static final int CHECK_CONSTRAINTS_FIELD_NUMBER
public static final int PROCESSOR_CAPABILITIES_FIELD_NUMBER
public static final int PROCESSOR_IDENTIFIER_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasTable()
.org.apache.hadoop.hive.metastore.grpc.Table table = 1;hasTable in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.Table getTable()
.org.apache.hadoop.hive.metastore.grpc.Table table = 1;getTable in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.TableOrBuilder getTableOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.Table table = 1;getTableOrBuilder in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic boolean hasEnvContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext env_context = 2;hasEnvContext in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.EnvironmentContext getEnvContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext env_context = 2;getEnvContext in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.EnvironmentContextOrBuilder getEnvContextOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext env_context = 2;getEnvContextOrBuilder in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<HiveMetastore.SQLPrimaryKey> getPrimaryKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3;getPrimaryKeysList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<? extends HiveMetastore.SQLPrimaryKeyOrBuilder> getPrimaryKeysOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3;getPrimaryKeysOrBuilderList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic int getPrimaryKeysCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3;getPrimaryKeysCount in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLPrimaryKey getPrimaryKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3;getPrimaryKeys in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLPrimaryKeyOrBuilder getPrimaryKeysOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLPrimaryKey primary_keys = 3;getPrimaryKeysOrBuilder in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<HiveMetastore.SQLForeignKey> getForeignKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 4;getForeignKeysList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<? extends HiveMetastore.SQLForeignKeyOrBuilder> getForeignKeysOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 4;getForeignKeysOrBuilderList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic int getForeignKeysCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 4;getForeignKeysCount in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLForeignKey getForeignKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 4;getForeignKeys in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLForeignKeyOrBuilder getForeignKeysOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLForeignKey foreign_keys = 4;getForeignKeysOrBuilder in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<HiveMetastore.SQLUniqueConstraint> getUniqueConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 5;getUniqueConstraintsList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<? extends HiveMetastore.SQLUniqueConstraintOrBuilder> getUniqueConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 5;getUniqueConstraintsOrBuilderList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic int getUniqueConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 5;getUniqueConstraintsCount in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLUniqueConstraint getUniqueConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 5;getUniqueConstraints in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLUniqueConstraintOrBuilder getUniqueConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLUniqueConstraint unique_constraints = 5;getUniqueConstraintsOrBuilder in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<HiveMetastore.SQLNotNullConstraint> getNotNullConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 6;getNotNullConstraintsList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<? extends HiveMetastore.SQLNotNullConstraintOrBuilder> getNotNullConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 6;getNotNullConstraintsOrBuilderList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic int getNotNullConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 6;getNotNullConstraintsCount in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLNotNullConstraint getNotNullConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 6;getNotNullConstraints in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLNotNullConstraintOrBuilder getNotNullConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLNotNullConstraint not_null_constraints = 6;getNotNullConstraintsOrBuilder in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<HiveMetastore.SQLDefaultConstraint> getDefaultConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 7;getDefaultConstraintsList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<? extends HiveMetastore.SQLDefaultConstraintOrBuilder> getDefaultConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 7;getDefaultConstraintsOrBuilderList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic int getDefaultConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 7;getDefaultConstraintsCount in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLDefaultConstraint getDefaultConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 7;getDefaultConstraints in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLDefaultConstraintOrBuilder getDefaultConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLDefaultConstraint default_constraints = 7;getDefaultConstraintsOrBuilder in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<HiveMetastore.SQLCheckConstraint> getCheckConstraintsList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 8;getCheckConstraintsList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic List<? extends HiveMetastore.SQLCheckConstraintOrBuilder> getCheckConstraintsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 8;getCheckConstraintsOrBuilderList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic int getCheckConstraintsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 8;getCheckConstraintsCount in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLCheckConstraint getCheckConstraints(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 8;getCheckConstraints in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic HiveMetastore.SQLCheckConstraintOrBuilder getCheckConstraintsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SQLCheckConstraint check_constraints = 8;getCheckConstraintsOrBuilder in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic com.google.protobuf.ProtocolStringList getProcessorCapabilitiesList()
repeated string processor_capabilities = 9;getProcessorCapabilitiesList in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic int getProcessorCapabilitiesCount()
repeated string processor_capabilities = 9;getProcessorCapabilitiesCount in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic String getProcessorCapabilities(int index)
repeated string processor_capabilities = 9;getProcessorCapabilities in interface HiveMetastore.CreateTableReqRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getProcessorCapabilitiesBytes(int index)
repeated string processor_capabilities = 9;getProcessorCapabilitiesBytes in interface HiveMetastore.CreateTableReqRequestOrBuilderindex - The index of the value to return.public String getProcessorIdentifier()
string processor_identifier = 10;getProcessorIdentifier in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic com.google.protobuf.ByteString getProcessorIdentifierBytes()
string processor_identifier = 10;getProcessorIdentifierBytes in interface HiveMetastore.CreateTableReqRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static HiveMetastore.CreateTableReqRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.CreateTableReqRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.CreateTableReqRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.CreateTableReqRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.CreateTableReqRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.CreateTableReqRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.CreateTableReqRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static HiveMetastore.CreateTableReqRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HiveMetastore.CreateTableReqRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HiveMetastore.CreateTableReqRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HiveMetastore.CreateTableReqRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HiveMetastore.CreateTableReqRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HiveMetastore.CreateTableReqRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HiveMetastore.CreateTableReqRequest.Builder newBuilder()
public static HiveMetastore.CreateTableReqRequest.Builder newBuilder(HiveMetastore.CreateTableReqRequest prototype)
public HiveMetastore.CreateTableReqRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HiveMetastore.CreateTableReqRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static HiveMetastore.CreateTableReqRequest getDefaultInstance()
public static com.google.protobuf.Parser<HiveMetastore.CreateTableReqRequest> parser()
public com.google.protobuf.Parser<HiveMetastore.CreateTableReqRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public HiveMetastore.CreateTableReqRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 The Apache Software Foundation. All rights reserved.