public static interface CatalogProtos.CreateTablespaceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getTablespaceName()
required string tablespace_name = 1; |
com.google.protobuf.ByteString |
getTablespaceNameBytes()
required string tablespace_name = 1; |
String |
getTablespaceUri()
required string tablespace_uri = 2; |
com.google.protobuf.ByteString |
getTablespaceUriBytes()
required string tablespace_uri = 2; |
boolean |
hasTablespaceName()
required string tablespace_name = 1; |
boolean |
hasTablespaceUri()
required string tablespace_uri = 2; |
boolean hasTablespaceName()
required string tablespace_name = 1;
String getTablespaceName()
required string tablespace_name = 1;
com.google.protobuf.ByteString getTablespaceNameBytes()
required string tablespace_name = 1;
boolean hasTablespaceUri()
required string tablespace_uri = 2;
String getTablespaceUri()
required string tablespace_uri = 2;
com.google.protobuf.ByteString getTablespaceUriBytes()
required string tablespace_uri = 2;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.