public static interface HiveMetastore.DataConnectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParameters(String key)
map<string, string> parameters = 5; |
int |
getCreateTime()
int32 create_time = 8; |
String |
getDescription()
string description = 4; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 4; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
String |
getOwnerName()
string owner_name = 6; |
com.google.protobuf.ByteString |
getOwnerNameBytes()
string owner_name = 6; |
HiveMetastore.PrincipalType |
getOwnerType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 7; |
int |
getOwnerTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 7; |
Map<String,String> |
getParameters()
Deprecated.
|
int |
getParametersCount()
map<string, string> parameters = 5; |
Map<String,String> |
getParametersMap()
map<string, string> parameters = 5; |
String |
getParametersOrDefault(String key,
String defaultValue)
map<string, string> parameters = 5; |
String |
getParametersOrThrow(String key)
map<string, string> parameters = 5; |
String |
getType()
string type = 2; |
com.google.protobuf.ByteString |
getTypeBytes()
string type = 2; |
String |
getUrl()
string url = 3; |
com.google.protobuf.ByteString |
getUrlBytes()
string url = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;String getType()
string type = 2;com.google.protobuf.ByteString getTypeBytes()
string type = 2;String getUrl()
string url = 3;com.google.protobuf.ByteString getUrlBytes()
string url = 3;String getDescription()
string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
string description = 4;int getParametersCount()
map<string, string> parameters = 5;boolean containsParameters(String key)
map<string, string> parameters = 5;@Deprecated Map<String,String> getParameters()
getParametersMap() instead.String getParametersOrDefault(String key, String defaultValue)
map<string, string> parameters = 5;String getOwnerName()
string owner_name = 6;com.google.protobuf.ByteString getOwnerNameBytes()
string owner_name = 6;int getOwnerTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 7;HiveMetastore.PrincipalType getOwnerType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 7;int getCreateTime()
int32 create_time = 8;Copyright © 2024 The Apache Software Foundation. All rights reserved.