public static interface Protos.TenantOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasourceName()
required string datasource_name = 3; |
com.google.protobuf.ByteString |
getDatasourceNameBytes()
required string datasource_name = 3; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getNamespace()
required string namespace = 2; |
com.google.protobuf.ByteString |
getNamespaceBytes()
required string namespace = 2; |
String |
getProtobufMessage()
required string protobuf_message = 4; |
com.google.protobuf.ByteString |
getProtobufMessageBytes()
required string protobuf_message = 4; |
boolean |
hasDatasourceName()
required string datasource_name = 3; |
boolean |
hasName()
required string name = 1; |
boolean |
hasNamespace()
required string namespace = 2; |
boolean |
hasProtobufMessage()
required string protobuf_message = 4; |
boolean hasName()
required string name = 1;
the tenant name; this is usually the protobuf message type name
String getName()
required string name = 1;
the tenant name; this is usually the protobuf message type name
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
the tenant name; this is usually the protobuf message type name
boolean hasNamespace()
required string namespace = 2;
a namespace assigned to this tenant; this is the table name if datasource is mysql
String getNamespace()
required string namespace = 2;
a namespace assigned to this tenant; this is the table name if datasource is mysql
com.google.protobuf.ByteString getNamespaceBytes()
required string namespace = 2;
a namespace assigned to this tenant; this is the table name if datasource is mysql
boolean hasDatasourceName()
required string datasource_name = 3;
name of the datasource to use for accessing objects of this tenant
String getDatasourceName()
required string datasource_name = 3;
name of the datasource to use for accessing objects of this tenant
com.google.protobuf.ByteString getDatasourceNameBytes()
required string datasource_name = 3;
name of the datasource to use for accessing objects of this tenant
boolean hasProtobufMessage()
required string protobuf_message = 4;
the actual protocol buffer description of the message as a string this is copied into a file and the compiled into .desc file to extract the data schema
String getProtobufMessage()
required string protobuf_message = 4;
the actual protocol buffer description of the message as a string this is copied into a file and the compiled into .desc file to extract the data schema
com.google.protobuf.ByteString getProtobufMessageBytes()
required string protobuf_message = 4;
the actual protocol buffer description of the message as a string this is copied into a file and the compiled into .desc file to extract the data schema
Copyright © 2015. All rights reserved.