public interface DatabaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsParameter(String key)
map<string, string> parameter = 4; |
String |
getComment()
optional string comment = 7; |
com.google.protobuf.ByteString |
getCommentBytes()
optional string comment = 7; |
String |
getDbName()
optional string db_name = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
optional string db_name = 1; |
String |
getDescription()
optional string description = 2; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 2; |
String |
getLocation()
optional string location = 3; |
com.google.protobuf.ByteString |
getLocationBytes()
optional string location = 3; |
String |
getOwnerName()
optional string owner_name = 5; |
com.google.protobuf.ByteString |
getOwnerNameBytes()
optional string owner_name = 5; |
PrincipalType |
getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 6; |
Map<String,String> |
getParameter()
Deprecated.
|
int |
getParameterCount()
map<string, string> parameter = 4; |
Map<String,String> |
getParameterMap()
map<string, string> parameter = 4; |
String |
getParameterOrDefault(String key,
String defaultValue)
map<string, string> parameter = 4; |
String |
getParameterOrThrow(String key)
map<string, string> parameter = 4; |
boolean |
hasComment()
optional string comment = 7; |
boolean |
hasDbName()
optional string db_name = 1; |
boolean |
hasDescription()
optional string description = 2; |
boolean |
hasLocation()
optional string location = 3; |
boolean |
hasOwnerName()
optional string owner_name = 5; |
boolean |
hasOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDbName()
optional string db_name = 1;
String getDbName()
optional string db_name = 1;
com.google.protobuf.ByteString getDbNameBytes()
optional string db_name = 1;
boolean hasDescription()
optional string description = 2;
String getDescription()
optional string description = 2;
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 2;
boolean hasLocation()
optional string location = 3;
String getLocation()
optional string location = 3;
com.google.protobuf.ByteString getLocationBytes()
optional string location = 3;
int getParameterCount()
map<string, string> parameter = 4;
boolean containsParameter(String key)
map<string, string> parameter = 4;
@Deprecated Map<String,String> getParameter()
getParameterMap()
instead.String getParameterOrDefault(String key, String defaultValue)
map<string, string> parameter = 4;
boolean hasOwnerName()
optional string owner_name = 5;
String getOwnerName()
optional string owner_name = 5;
com.google.protobuf.ByteString getOwnerNameBytes()
optional string owner_name = 5;
boolean hasOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 6;
PrincipalType getOwnerType()
optional .alluxio.grpc.table.PrincipalType owner_type = 6;
boolean hasComment()
optional string comment = 7;
String getComment()
optional string comment = 7;
com.google.protobuf.ByteString getCommentBytes()
optional string comment = 7;
Copyright © 2023. All Rights Reserved.