public static interface HiveMetastore.HiveObjectRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCatName()
string cat_name = 6; |
com.google.protobuf.ByteString |
getCatNameBytes()
string cat_name = 6; |
String |
getColumnName()
string column_name = 5; |
com.google.protobuf.ByteString |
getColumnNameBytes()
string column_name = 5; |
String |
getDbName()
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 2; |
String |
getObjectName()
string object_name = 3; |
com.google.protobuf.ByteString |
getObjectNameBytes()
string object_name = 3; |
HiveMetastore.HiveObjectType |
getObjectType()
.org.apache.hadoop.hive.metastore.grpc.HiveObjectType object_type = 1; |
int |
getObjectTypeValue()
.org.apache.hadoop.hive.metastore.grpc.HiveObjectType object_type = 1; |
String |
getPartValues(int index)
repeated string part_values = 4; |
com.google.protobuf.ByteString |
getPartValuesBytes(int index)
repeated string part_values = 4; |
int |
getPartValuesCount()
repeated string part_values = 4; |
List<String> |
getPartValuesList()
repeated string part_values = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getObjectTypeValue()
.org.apache.hadoop.hive.metastore.grpc.HiveObjectType object_type = 1;HiveMetastore.HiveObjectType getObjectType()
.org.apache.hadoop.hive.metastore.grpc.HiveObjectType object_type = 1;String getDbName()
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 2;String getObjectName()
string object_name = 3;com.google.protobuf.ByteString getObjectNameBytes()
string object_name = 3;List<String> getPartValuesList()
repeated string part_values = 4;int getPartValuesCount()
repeated string part_values = 4;String getPartValues(int index)
repeated string part_values = 4;index - The index of the element to return.com.google.protobuf.ByteString getPartValuesBytes(int index)
repeated string part_values = 4;index - The index of the value to return.String getColumnName()
string column_name = 5;com.google.protobuf.ByteString getColumnNameBytes()
string column_name = 5;String getCatName()
string cat_name = 6;com.google.protobuf.ByteString getCatNameBytes()
string cat_name = 6;Copyright © 2024 The Apache Software Foundation. All rights reserved.