public static final class MysqlxCrud.ModifyView.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder> implements MysqlxCrud.ModifyViewOrBuilder
Mysqlx.Crud.ModifyView
Modifier and Type | Method and Description |
---|---|
MysqlxCrud.ModifyView.Builder |
addAllColumn(java.lang.Iterable<java.lang.String> values)
repeated string column = 6; |
MysqlxCrud.ModifyView.Builder |
addColumn(java.lang.String value)
repeated string column = 6; |
MysqlxCrud.ModifyView.Builder |
addColumnBytes(com.google.protobuf.ByteString value)
repeated string column = 6; |
MysqlxCrud.ModifyView.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.ModifyView |
build() |
MysqlxCrud.ModifyView |
buildPartial() |
MysqlxCrud.ModifyView.Builder |
clear() |
MysqlxCrud.ModifyView.Builder |
clearAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3; |
MysqlxCrud.ModifyView.Builder |
clearCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5; |
MysqlxCrud.ModifyView.Builder |
clearCollection()
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.ModifyView.Builder |
clearColumn()
repeated string column = 6; |
MysqlxCrud.ModifyView.Builder |
clearDefiner()
optional string definer = 2; |
MysqlxCrud.ModifyView.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.ModifyView.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.ModifyView.Builder |
clearSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4; |
MysqlxCrud.ModifyView.Builder |
clearStmt()
optional .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.ModifyView.Builder |
clone() |
MysqlxCrud.ViewAlgorithm |
getAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3; |
MysqlxCrud.ViewCheckOption |
getCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5; |
MysqlxCrud.Collection |
getCollection()
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.Collection.Builder |
getCollectionBuilder()
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.CollectionOrBuilder |
getCollectionOrBuilder()
required .Mysqlx.Crud.Collection collection = 1; |
java.lang.String |
getColumn(int index)
repeated string column = 6; |
com.google.protobuf.ByteString |
getColumnBytes(int index)
repeated string column = 6; |
int |
getColumnCount()
repeated string column = 6; |
com.google.protobuf.ProtocolStringList |
getColumnList()
repeated string column = 6; |
MysqlxCrud.ModifyView |
getDefaultInstanceForType() |
java.lang.String |
getDefiner()
optional string definer = 2; |
com.google.protobuf.ByteString |
getDefinerBytes()
optional string definer = 2; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MysqlxCrud.ViewSqlSecurity |
getSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4; |
MysqlxCrud.Find |
getStmt()
optional .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.Find.Builder |
getStmtBuilder()
optional .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.FindOrBuilder |
getStmtOrBuilder()
optional .Mysqlx.Crud.Find stmt = 7; |
boolean |
hasAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3; |
boolean |
hasCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5; |
boolean |
hasCollection()
required .Mysqlx.Crud.Collection collection = 1; |
boolean |
hasDefiner()
optional string definer = 2; |
boolean |
hasSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4; |
boolean |
hasStmt()
optional .Mysqlx.Crud.Find stmt = 7; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MysqlxCrud.ModifyView.Builder |
mergeCollection(MysqlxCrud.Collection value)
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.ModifyView.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.ModifyView.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.ModifyView.Builder |
mergeFrom(MysqlxCrud.ModifyView other) |
MysqlxCrud.ModifyView.Builder |
mergeStmt(MysqlxCrud.Find value)
optional .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.ModifyView.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.ModifyView.Builder |
setAlgorithm(MysqlxCrud.ViewAlgorithm value)
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3; |
MysqlxCrud.ModifyView.Builder |
setCheck(MysqlxCrud.ViewCheckOption value)
optional .Mysqlx.Crud.ViewCheckOption check = 5; |
MysqlxCrud.ModifyView.Builder |
setCollection(MysqlxCrud.Collection.Builder builderForValue)
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.ModifyView.Builder |
setCollection(MysqlxCrud.Collection value)
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.ModifyView.Builder |
setColumn(int index,
java.lang.String value)
repeated string column = 6; |
MysqlxCrud.ModifyView.Builder |
setDefiner(java.lang.String value)
optional string definer = 2; |
MysqlxCrud.ModifyView.Builder |
setDefinerBytes(com.google.protobuf.ByteString value)
optional string definer = 2; |
MysqlxCrud.ModifyView.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.ModifyView.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.ModifyView.Builder |
setSecurity(MysqlxCrud.ViewSqlSecurity value)
optional .Mysqlx.Crud.ViewSqlSecurity security = 4; |
MysqlxCrud.ModifyView.Builder |
setStmt(MysqlxCrud.Find.Builder builderForValue)
optional .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.ModifyView.Builder |
setStmt(MysqlxCrud.Find value)
optional .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.ModifyView.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>
public MysqlxCrud.ModifyView.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>
public MysqlxCrud.ModifyView getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public MysqlxCrud.ModifyView build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public MysqlxCrud.ModifyView buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public MysqlxCrud.ModifyView.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>
public MysqlxCrud.ModifyView.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>
public MysqlxCrud.ModifyView.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>
public MysqlxCrud.ModifyView.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>
public MysqlxCrud.ModifyView.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>
public MysqlxCrud.ModifyView.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>
public MysqlxCrud.ModifyView.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.ModifyView.Builder>
public MysqlxCrud.ModifyView.Builder mergeFrom(MysqlxCrud.ModifyView other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>
public MysqlxCrud.ModifyView.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.ModifyView.Builder>
java.io.IOException
public boolean hasCollection()
required .Mysqlx.Crud.Collection collection = 1;
hasCollection
in interface MysqlxCrud.ModifyViewOrBuilder
public MysqlxCrud.Collection getCollection()
required .Mysqlx.Crud.Collection collection = 1;
getCollection
in interface MysqlxCrud.ModifyViewOrBuilder
public MysqlxCrud.ModifyView.Builder setCollection(MysqlxCrud.Collection value)
required .Mysqlx.Crud.Collection collection = 1;
public MysqlxCrud.ModifyView.Builder setCollection(MysqlxCrud.Collection.Builder builderForValue)
required .Mysqlx.Crud.Collection collection = 1;
public MysqlxCrud.ModifyView.Builder mergeCollection(MysqlxCrud.Collection value)
required .Mysqlx.Crud.Collection collection = 1;
public MysqlxCrud.ModifyView.Builder clearCollection()
required .Mysqlx.Crud.Collection collection = 1;
public MysqlxCrud.Collection.Builder getCollectionBuilder()
required .Mysqlx.Crud.Collection collection = 1;
public MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
required .Mysqlx.Crud.Collection collection = 1;
getCollectionOrBuilder
in interface MysqlxCrud.ModifyViewOrBuilder
public boolean hasDefiner()
optional string definer = 2;
hasDefiner
in interface MysqlxCrud.ModifyViewOrBuilder
public java.lang.String getDefiner()
optional string definer = 2;
getDefiner
in interface MysqlxCrud.ModifyViewOrBuilder
public com.google.protobuf.ByteString getDefinerBytes()
optional string definer = 2;
getDefinerBytes
in interface MysqlxCrud.ModifyViewOrBuilder
public MysqlxCrud.ModifyView.Builder setDefiner(java.lang.String value)
optional string definer = 2;
value
- The definer to set.public MysqlxCrud.ModifyView.Builder clearDefiner()
optional string definer = 2;
public MysqlxCrud.ModifyView.Builder setDefinerBytes(com.google.protobuf.ByteString value)
optional string definer = 2;
value
- The bytes for definer to set.public boolean hasAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
hasAlgorithm
in interface MysqlxCrud.ModifyViewOrBuilder
public MysqlxCrud.ViewAlgorithm getAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
getAlgorithm
in interface MysqlxCrud.ModifyViewOrBuilder
public MysqlxCrud.ModifyView.Builder setAlgorithm(MysqlxCrud.ViewAlgorithm value)
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
value
- The algorithm to set.public MysqlxCrud.ModifyView.Builder clearAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
public boolean hasSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
hasSecurity
in interface MysqlxCrud.ModifyViewOrBuilder
public MysqlxCrud.ViewSqlSecurity getSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
getSecurity
in interface MysqlxCrud.ModifyViewOrBuilder
public MysqlxCrud.ModifyView.Builder setSecurity(MysqlxCrud.ViewSqlSecurity value)
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
value
- The security to set.public MysqlxCrud.ModifyView.Builder clearSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
public boolean hasCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5;
hasCheck
in interface MysqlxCrud.ModifyViewOrBuilder
public MysqlxCrud.ViewCheckOption getCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5;
getCheck
in interface MysqlxCrud.ModifyViewOrBuilder
public MysqlxCrud.ModifyView.Builder setCheck(MysqlxCrud.ViewCheckOption value)
optional .Mysqlx.Crud.ViewCheckOption check = 5;
value
- The check to set.public MysqlxCrud.ModifyView.Builder clearCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5;
public com.google.protobuf.ProtocolStringList getColumnList()
repeated string column = 6;
getColumnList
in interface MysqlxCrud.ModifyViewOrBuilder
public int getColumnCount()
repeated string column = 6;
getColumnCount
in interface MysqlxCrud.ModifyViewOrBuilder
public java.lang.String getColumn(int index)
repeated string column = 6;
getColumn
in interface MysqlxCrud.ModifyViewOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getColumnBytes(int index)
repeated string column = 6;
getColumnBytes
in interface MysqlxCrud.ModifyViewOrBuilder
index
- The index of the value to return.public MysqlxCrud.ModifyView.Builder setColumn(int index, java.lang.String value)
repeated string column = 6;
index
- The index to set the value at.value
- The column to set.public MysqlxCrud.ModifyView.Builder addColumn(java.lang.String value)
repeated string column = 6;
value
- The column to add.public MysqlxCrud.ModifyView.Builder addAllColumn(java.lang.Iterable<java.lang.String> values)
repeated string column = 6;
values
- The column to add.public MysqlxCrud.ModifyView.Builder clearColumn()
repeated string column = 6;
public MysqlxCrud.ModifyView.Builder addColumnBytes(com.google.protobuf.ByteString value)
repeated string column = 6;
value
- The bytes of the column to add.public boolean hasStmt()
optional .Mysqlx.Crud.Find stmt = 7;
hasStmt
in interface MysqlxCrud.ModifyViewOrBuilder
public MysqlxCrud.Find getStmt()
optional .Mysqlx.Crud.Find stmt = 7;
getStmt
in interface MysqlxCrud.ModifyViewOrBuilder
public MysqlxCrud.ModifyView.Builder setStmt(MysqlxCrud.Find value)
optional .Mysqlx.Crud.Find stmt = 7;
public MysqlxCrud.ModifyView.Builder setStmt(MysqlxCrud.Find.Builder builderForValue)
optional .Mysqlx.Crud.Find stmt = 7;
public MysqlxCrud.ModifyView.Builder mergeStmt(MysqlxCrud.Find value)
optional .Mysqlx.Crud.Find stmt = 7;
public MysqlxCrud.ModifyView.Builder clearStmt()
optional .Mysqlx.Crud.Find stmt = 7;
public MysqlxCrud.Find.Builder getStmtBuilder()
optional .Mysqlx.Crud.Find stmt = 7;
public MysqlxCrud.FindOrBuilder getStmtOrBuilder()
optional .Mysqlx.Crud.Find stmt = 7;
getStmtOrBuilder
in interface MysqlxCrud.ModifyViewOrBuilder
public final MysqlxCrud.ModifyView.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>
public final MysqlxCrud.ModifyView.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>