public static interface UserProtos.SchemaMetadataOrBuilder
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 |
getMutable()
optional string mutable = 5; |
com.google.protobuf.ByteString |
getMutableBytes()
optional string mutable = 5; |
String |
getOwner()
optional string owner = 3; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 3; |
String |
getSchemaName()
optional string schema_name = 2; |
com.google.protobuf.ByteString |
getSchemaNameBytes()
optional string schema_name = 2; |
String |
getType()
Type.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type.
|
boolean |
hasCatalogName()
optional string catalog_name = 1; |
boolean |
hasMutable()
optional string mutable = 5; |
boolean |
hasOwner()
optional string owner = 3; |
boolean |
hasSchemaName()
optional string schema_name = 2; |
boolean |
hasType()
Type.
|
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 hasSchemaName()
optional string schema_name = 2;
String getSchemaName()
optional string schema_name = 2;
com.google.protobuf.ByteString getSchemaNameBytes()
optional string schema_name = 2;
boolean hasOwner()
optional string owner = 3;
String getOwner()
optional string owner = 3;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 3;
boolean hasType()
Type. Ex. "file", "mongodb", "hive" etc.
optional string type = 4;
String getType()
Type. Ex. "file", "mongodb", "hive" etc.
optional string type = 4;
com.google.protobuf.ByteString getTypeBytes()
Type. Ex. "file", "mongodb", "hive" etc.
optional string type = 4;
boolean hasMutable()
optional string mutable = 5;
String getMutable()
optional string mutable = 5;
com.google.protobuf.ByteString getMutableBytes()
optional string mutable = 5;
Copyright © 1970 The Apache Software Foundation. All rights reserved.