public static interface MysqlxCrud.CollectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
java.lang.String |
getSchema()
optional string schema = 2; |
com.google.protobuf.ByteString |
getSchemaBytes()
optional string schema = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasSchema()
optional string schema = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required string name = 1;java.lang.String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasSchema()
optional string schema = 2;java.lang.String getSchema()
optional string schema = 2;com.google.protobuf.ByteString getSchemaBytes()
optional string schema = 2;