Package com.mysql.cj.x.protobuf
Interface MysqlxCrud.UpdateOperationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxCrud.UpdateOperation,MysqlxCrud.UpdateOperation.Builder
- Enclosing class:
- MysqlxCrud
public static interface MysqlxCrud.UpdateOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MysqlxCrud.UpdateOperation.UpdateTypegetOperation()required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;MysqlxExpr.ColumnIdentifiergetSource()required .Mysqlx.Expr.ColumnIdentifier source = 1;MysqlxExpr.ColumnIdentifierOrBuildergetSourceOrBuilder()required .Mysqlx.Expr.ColumnIdentifier source = 1;MysqlxExpr.ExprgetValue()optional .Mysqlx.Expr.Expr value = 3;MysqlxExpr.ExprOrBuildergetValueOrBuilder()optional .Mysqlx.Expr.Expr value = 3;booleanhasOperation()required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;booleanhasSource()required .Mysqlx.Expr.ColumnIdentifier source = 1;booleanhasValue()optional .Mysqlx.Expr.Expr value = 3;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSource
boolean hasSource()required .Mysqlx.Expr.ColumnIdentifier source = 1;- Returns:
- Whether the source field is set.
-
getSource
MysqlxExpr.ColumnIdentifier getSource()required .Mysqlx.Expr.ColumnIdentifier source = 1;- Returns:
- The source.
-
getSourceOrBuilder
MysqlxExpr.ColumnIdentifierOrBuilder getSourceOrBuilder()required .Mysqlx.Expr.ColumnIdentifier source = 1; -
hasOperation
boolean hasOperation()required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;- Returns:
- Whether the operation field is set.
-
getOperation
MysqlxCrud.UpdateOperation.UpdateType getOperation()required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;- Returns:
- The operation.
-
hasValue
boolean hasValue()optional .Mysqlx.Expr.Expr value = 3;- Returns:
- Whether the value field is set.
-
getValue
MysqlxExpr.Expr getValue()optional .Mysqlx.Expr.Expr value = 3;- Returns:
- The value.
-
getValueOrBuilder
MysqlxExpr.ExprOrBuilder getValueOrBuilder()optional .Mysqlx.Expr.Expr value = 3;
-