public static interface UserProtos.CatalogMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName()
optional string catalog_name = 1; |
com.google.protobuf.ByteString |
getCatalogNameBytes()
optional string catalog_name = 1; |
String |
getConnect()
optional string connect = 3; |
com.google.protobuf.ByteString |
getConnectBytes()
optional string connect = 3; |
String |
getDescription()
optional string description = 2; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 2; |
boolean |
hasCatalogName()
optional string catalog_name = 1; |
boolean |
hasConnect()
optional string connect = 3; |
boolean |
hasDescription()
optional string description = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCatalogName()
optional string catalog_name = 1;
String getCatalogName()
optional string catalog_name = 1;
com.google.protobuf.ByteString getCatalogNameBytes()
optional string catalog_name = 1;
boolean hasDescription()
optional string description = 2;
String getDescription()
optional string description = 2;
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 2;
boolean hasConnect()
optional string connect = 3;
String getConnect()
optional string connect = 3;
com.google.protobuf.ByteString getConnectBytes()
optional string connect = 3;
Copyright © 2021 The Apache Software Foundation. All rights reserved.