public static final class MysqlxCrud.Find extends com.google.protobuf.GeneratedMessageV3 implements MysqlxCrud.FindOrBuilder
Find Documents/Rows in a Collection/Table .. uml:: client -> server: Find ... one or more Resultset ... :param collection: collection to insert into :param data_model: datamodel that the operations refer to :param projection: list of column projections that shall be returned :param args: values for parameters used in filter expression :param criteria: filter criteria :param limit: numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr) :param order: sort-order in which the rows/document shall be returned in :param grouping: column expression list for aggregation (GROUP BY) :param grouping_criteria: filter criteria for aggregated groups :param locking: perform row locking on matches :param locking_options: additional options how to handle locked rows :param limit_expr: numbers of rows that shall be skipped and returned (user can set one of: limit, limit_expr) :Returns: :protobuf:msg:`Mysqlx.Resultset::`Protobuf type
Mysqlx.Crud.Find| Modifier and Type | Class and Description |
|---|---|
static class |
MysqlxCrud.Find.Builder
Find Documents/Rows in a Collection/Table
..
|
static class |
MysqlxCrud.Find.RowLock
Protobuf enum
Mysqlx.Crud.Find.RowLock |
static class |
MysqlxCrud.Find.RowLockOptions
Protobuf enum
Mysqlx.Crud.Find.RowLockOptions |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ARGS_FIELD_NUMBER |
static int |
COLLECTION_FIELD_NUMBER |
static int |
CRITERIA_FIELD_NUMBER |
static int |
DATA_MODEL_FIELD_NUMBER |
static int |
GROUPING_CRITERIA_FIELD_NUMBER |
static int |
GROUPING_FIELD_NUMBER |
static int |
LIMIT_EXPR_FIELD_NUMBER |
static int |
LIMIT_FIELD_NUMBER |
static int |
LOCKING_FIELD_NUMBER |
static int |
LOCKING_OPTIONS_FIELD_NUMBER |
static int |
ORDER_FIELD_NUMBER |
static com.google.protobuf.Parser<MysqlxCrud.Find> |
PARSER
Deprecated.
|
static int |
PROJECTION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
MysqlxDatatypes.Scalar |
getArgs(int index)
repeated .Mysqlx.Datatypes.Scalar args = 11; |
int |
getArgsCount()
repeated .Mysqlx.Datatypes.Scalar args = 11; |
java.util.List<MysqlxDatatypes.Scalar> |
getArgsList()
repeated .Mysqlx.Datatypes.Scalar args = 11; |
MysqlxDatatypes.ScalarOrBuilder |
getArgsOrBuilder(int index)
repeated .Mysqlx.Datatypes.Scalar args = 11; |
java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> |
getArgsOrBuilderList()
repeated .Mysqlx.Datatypes.Scalar args = 11; |
MysqlxCrud.Collection |
getCollection()
required .Mysqlx.Crud.Collection collection = 2; |
MysqlxCrud.CollectionOrBuilder |
getCollectionOrBuilder()
required .Mysqlx.Crud.Collection collection = 2; |
MysqlxExpr.Expr |
getCriteria()
optional .Mysqlx.Expr.Expr criteria = 5; |
MysqlxExpr.ExprOrBuilder |
getCriteriaOrBuilder()
optional .Mysqlx.Expr.Expr criteria = 5; |
MysqlxCrud.DataModel |
getDataModel()
optional .Mysqlx.Crud.DataModel data_model = 3; |
static MysqlxCrud.Find |
getDefaultInstance() |
MysqlxCrud.Find |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
MysqlxExpr.Expr |
getGrouping(int index)
repeated .Mysqlx.Expr.Expr grouping = 8; |
int |
getGroupingCount()
repeated .Mysqlx.Expr.Expr grouping = 8; |
MysqlxExpr.Expr |
getGroupingCriteria()
optional .Mysqlx.Expr.Expr grouping_criteria = 9; |
MysqlxExpr.ExprOrBuilder |
getGroupingCriteriaOrBuilder()
optional .Mysqlx.Expr.Expr grouping_criteria = 9; |
java.util.List<MysqlxExpr.Expr> |
getGroupingList()
repeated .Mysqlx.Expr.Expr grouping = 8; |
MysqlxExpr.ExprOrBuilder |
getGroupingOrBuilder(int index)
repeated .Mysqlx.Expr.Expr grouping = 8; |
java.util.List<? extends MysqlxExpr.ExprOrBuilder> |
getGroupingOrBuilderList()
repeated .Mysqlx.Expr.Expr grouping = 8; |
MysqlxCrud.Limit |
getLimit()
optional .Mysqlx.Crud.Limit limit = 6; |
MysqlxCrud.LimitExpr |
getLimitExpr()
optional .Mysqlx.Crud.LimitExpr limit_expr = 14; |
MysqlxCrud.LimitExprOrBuilder |
getLimitExprOrBuilder()
optional .Mysqlx.Crud.LimitExpr limit_expr = 14; |
MysqlxCrud.LimitOrBuilder |
getLimitOrBuilder()
optional .Mysqlx.Crud.Limit limit = 6; |
MysqlxCrud.Find.RowLock |
getLocking()
optional .Mysqlx.Crud.Find.RowLock locking = 12; |
MysqlxCrud.Find.RowLockOptions |
getLockingOptions()
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13; |
MysqlxCrud.Order |
getOrder(int index)
repeated .Mysqlx.Crud.Order order = 7; |
int |
getOrderCount()
repeated .Mysqlx.Crud.Order order = 7; |
java.util.List<MysqlxCrud.Order> |
getOrderList()
repeated .Mysqlx.Crud.Order order = 7; |
MysqlxCrud.OrderOrBuilder |
getOrderOrBuilder(int index)
repeated .Mysqlx.Crud.Order order = 7; |
java.util.List<? extends MysqlxCrud.OrderOrBuilder> |
getOrderOrBuilderList()
repeated .Mysqlx.Crud.Order order = 7; |
com.google.protobuf.Parser<MysqlxCrud.Find> |
getParserForType() |
MysqlxCrud.Projection |
getProjection(int index)
repeated .Mysqlx.Crud.Projection projection = 4; |
int |
getProjectionCount()
repeated .Mysqlx.Crud.Projection projection = 4; |
java.util.List<MysqlxCrud.Projection> |
getProjectionList()
repeated .Mysqlx.Crud.Projection projection = 4; |
MysqlxCrud.ProjectionOrBuilder |
getProjectionOrBuilder(int index)
repeated .Mysqlx.Crud.Projection projection = 4; |
java.util.List<? extends MysqlxCrud.ProjectionOrBuilder> |
getProjectionOrBuilderList()
repeated .Mysqlx.Crud.Projection projection = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCollection()
required .Mysqlx.Crud.Collection collection = 2; |
boolean |
hasCriteria()
optional .Mysqlx.Expr.Expr criteria = 5; |
boolean |
hasDataModel()
optional .Mysqlx.Crud.DataModel data_model = 3; |
boolean |
hasGroupingCriteria()
optional .Mysqlx.Expr.Expr grouping_criteria = 9; |
int |
hashCode() |
boolean |
hasLimit()
optional .Mysqlx.Crud.Limit limit = 6; |
boolean |
hasLimitExpr()
optional .Mysqlx.Crud.LimitExpr limit_expr = 14; |
boolean |
hasLocking()
optional .Mysqlx.Crud.Find.RowLock locking = 12; |
boolean |
hasLockingOptions()
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MysqlxCrud.Find.Builder |
newBuilder() |
static MysqlxCrud.Find.Builder |
newBuilder(MysqlxCrud.Find prototype) |
MysqlxCrud.Find.Builder |
newBuilderForType() |
protected MysqlxCrud.Find.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static MysqlxCrud.Find |
parseDelimitedFrom(java.io.InputStream input) |
static MysqlxCrud.Find |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Find |
parseFrom(byte[] data) |
static MysqlxCrud.Find |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Find |
parseFrom(java.nio.ByteBuffer data) |
static MysqlxCrud.Find |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Find |
parseFrom(com.google.protobuf.ByteString data) |
static MysqlxCrud.Find |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Find |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MysqlxCrud.Find |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.Find |
parseFrom(java.io.InputStream input) |
static MysqlxCrud.Find |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MysqlxCrud.Find> |
parser() |
MysqlxCrud.Find.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int COLLECTION_FIELD_NUMBER
public static final int DATA_MODEL_FIELD_NUMBER
public static final int PROJECTION_FIELD_NUMBER
public static final int CRITERIA_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
public static final int ORDER_FIELD_NUMBER
public static final int GROUPING_FIELD_NUMBER
public static final int GROUPING_CRITERIA_FIELD_NUMBER
public static final int LOCKING_FIELD_NUMBER
public static final int LOCKING_OPTIONS_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER
public static final int LIMIT_EXPR_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<MysqlxCrud.Find> PARSER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasCollection()
required .Mysqlx.Crud.Collection collection = 2;hasCollection in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Collection getCollection()
required .Mysqlx.Crud.Collection collection = 2;getCollection in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
required .Mysqlx.Crud.Collection collection = 2;getCollectionOrBuilder in interface MysqlxCrud.FindOrBuilderpublic boolean hasDataModel()
optional .Mysqlx.Crud.DataModel data_model = 3;hasDataModel in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.DataModel getDataModel()
optional .Mysqlx.Crud.DataModel data_model = 3;getDataModel in interface MysqlxCrud.FindOrBuilderpublic java.util.List<MysqlxCrud.Projection> getProjectionList()
repeated .Mysqlx.Crud.Projection projection = 4;getProjectionList in interface MysqlxCrud.FindOrBuilderpublic java.util.List<? extends MysqlxCrud.ProjectionOrBuilder> getProjectionOrBuilderList()
repeated .Mysqlx.Crud.Projection projection = 4;getProjectionOrBuilderList in interface MysqlxCrud.FindOrBuilderpublic int getProjectionCount()
repeated .Mysqlx.Crud.Projection projection = 4;getProjectionCount in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Projection getProjection(int index)
repeated .Mysqlx.Crud.Projection projection = 4;getProjection in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.ProjectionOrBuilder getProjectionOrBuilder(int index)
repeated .Mysqlx.Crud.Projection projection = 4;getProjectionOrBuilder in interface MysqlxCrud.FindOrBuilderpublic boolean hasCriteria()
optional .Mysqlx.Expr.Expr criteria = 5;hasCriteria in interface MysqlxCrud.FindOrBuilderpublic MysqlxExpr.Expr getCriteria()
optional .Mysqlx.Expr.Expr criteria = 5;getCriteria in interface MysqlxCrud.FindOrBuilderpublic MysqlxExpr.ExprOrBuilder getCriteriaOrBuilder()
optional .Mysqlx.Expr.Expr criteria = 5;getCriteriaOrBuilder in interface MysqlxCrud.FindOrBuilderpublic java.util.List<MysqlxDatatypes.Scalar> getArgsList()
repeated .Mysqlx.Datatypes.Scalar args = 11;getArgsList in interface MysqlxCrud.FindOrBuilderpublic java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> getArgsOrBuilderList()
repeated .Mysqlx.Datatypes.Scalar args = 11;getArgsOrBuilderList in interface MysqlxCrud.FindOrBuilderpublic int getArgsCount()
repeated .Mysqlx.Datatypes.Scalar args = 11;getArgsCount in interface MysqlxCrud.FindOrBuilderpublic MysqlxDatatypes.Scalar getArgs(int index)
repeated .Mysqlx.Datatypes.Scalar args = 11;getArgs in interface MysqlxCrud.FindOrBuilderpublic MysqlxDatatypes.ScalarOrBuilder getArgsOrBuilder(int index)
repeated .Mysqlx.Datatypes.Scalar args = 11;getArgsOrBuilder in interface MysqlxCrud.FindOrBuilderpublic java.util.List<MysqlxCrud.Order> getOrderList()
repeated .Mysqlx.Crud.Order order = 7;getOrderList in interface MysqlxCrud.FindOrBuilderpublic java.util.List<? extends MysqlxCrud.OrderOrBuilder> getOrderOrBuilderList()
repeated .Mysqlx.Crud.Order order = 7;getOrderOrBuilderList in interface MysqlxCrud.FindOrBuilderpublic int getOrderCount()
repeated .Mysqlx.Crud.Order order = 7;getOrderCount in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Order getOrder(int index)
repeated .Mysqlx.Crud.Order order = 7;getOrder in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.OrderOrBuilder getOrderOrBuilder(int index)
repeated .Mysqlx.Crud.Order order = 7;getOrderOrBuilder in interface MysqlxCrud.FindOrBuilderpublic java.util.List<MysqlxExpr.Expr> getGroupingList()
repeated .Mysqlx.Expr.Expr grouping = 8;getGroupingList in interface MysqlxCrud.FindOrBuilderpublic java.util.List<? extends MysqlxExpr.ExprOrBuilder> getGroupingOrBuilderList()
repeated .Mysqlx.Expr.Expr grouping = 8;getGroupingOrBuilderList in interface MysqlxCrud.FindOrBuilderpublic int getGroupingCount()
repeated .Mysqlx.Expr.Expr grouping = 8;getGroupingCount in interface MysqlxCrud.FindOrBuilderpublic MysqlxExpr.Expr getGrouping(int index)
repeated .Mysqlx.Expr.Expr grouping = 8;getGrouping in interface MysqlxCrud.FindOrBuilderpublic MysqlxExpr.ExprOrBuilder getGroupingOrBuilder(int index)
repeated .Mysqlx.Expr.Expr grouping = 8;getGroupingOrBuilder in interface MysqlxCrud.FindOrBuilderpublic boolean hasGroupingCriteria()
optional .Mysqlx.Expr.Expr grouping_criteria = 9;hasGroupingCriteria in interface MysqlxCrud.FindOrBuilderpublic MysqlxExpr.Expr getGroupingCriteria()
optional .Mysqlx.Expr.Expr grouping_criteria = 9;getGroupingCriteria in interface MysqlxCrud.FindOrBuilderpublic MysqlxExpr.ExprOrBuilder getGroupingCriteriaOrBuilder()
optional .Mysqlx.Expr.Expr grouping_criteria = 9;getGroupingCriteriaOrBuilder in interface MysqlxCrud.FindOrBuilderpublic boolean hasLocking()
optional .Mysqlx.Crud.Find.RowLock locking = 12;hasLocking in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.RowLock getLocking()
optional .Mysqlx.Crud.Find.RowLock locking = 12;getLocking in interface MysqlxCrud.FindOrBuilderpublic boolean hasLockingOptions()
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;hasLockingOptions in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Find.RowLockOptions getLockingOptions()
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;getLockingOptions in interface MysqlxCrud.FindOrBuilderpublic boolean hasLimit()
optional .Mysqlx.Crud.Limit limit = 6;hasLimit in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.Limit getLimit()
optional .Mysqlx.Crud.Limit limit = 6;getLimit in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.LimitOrBuilder getLimitOrBuilder()
optional .Mysqlx.Crud.Limit limit = 6;getLimitOrBuilder in interface MysqlxCrud.FindOrBuilderpublic boolean hasLimitExpr()
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;hasLimitExpr in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.LimitExpr getLimitExpr()
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;getLimitExpr in interface MysqlxCrud.FindOrBuilderpublic MysqlxCrud.LimitExprOrBuilder getLimitExprOrBuilder()
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;getLimitExprOrBuilder in interface MysqlxCrud.FindOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static MysqlxCrud.Find parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxCrud.Find parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxCrud.Find parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxCrud.Find parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxCrud.Find parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxCrud.Find parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxCrud.Find parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MysqlxCrud.Find parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MysqlxCrud.Find parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MysqlxCrud.Find parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MysqlxCrud.Find parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MysqlxCrud.Find parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic MysqlxCrud.Find.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static MysqlxCrud.Find.Builder newBuilder()
public static MysqlxCrud.Find.Builder newBuilder(MysqlxCrud.Find prototype)
public MysqlxCrud.Find.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected MysqlxCrud.Find.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static MysqlxCrud.Find getDefaultInstance()
public static com.google.protobuf.Parser<MysqlxCrud.Find> parser()
public com.google.protobuf.Parser<MysqlxCrud.Find> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public MysqlxCrud.Find getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder