MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clear() |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clearName() |
required string name = 1;
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clearSchema() |
optional string schema = 2;
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.clone() |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.CreateView.Builder.getCollectionBuilder() |
name of the VIEW object, which should be created
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Delete.Builder.getCollectionBuilder() |
collection to change
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.DropView.Builder.getCollectionBuilder() |
name of the VIEW object, which should be deleted
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Find.Builder.getCollectionBuilder() |
collection in which to find
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Insert.Builder.getCollectionBuilder() |
collection to insert into
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.ModifyView.Builder.getCollectionBuilder() |
name of the VIEW object, which should be modified
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Update.Builder.getCollectionBuilder() |
collection to change
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.mergeFrom(com.google.protobuf.Message other) |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.mergeFrom(MysqlxCrud.Collection other) |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.newBuilder() |
|
static MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.newBuilder(MysqlxCrud.Collection prototype) |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.newBuilderForType() |
|
protected MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setName(String value) |
required string name = 1;
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setNameBytes(com.google.protobuf.ByteString value) |
required string name = 1;
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setSchema(String value) |
optional string schema = 2;
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setSchemaBytes(com.google.protobuf.ByteString value) |
optional string schema = 2;
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
MysqlxCrud.Collection.Builder |
MysqlxCrud.Collection.toBuilder() |
|