public static final class MysqlxCrud.CreateView.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder> implements MysqlxCrud.CreateViewOrBuilder
Mysqlx.Crud.CreateView| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.CreateView.Builder |
addAllColumn(java.lang.Iterable<java.lang.String> values)
repeated string column = 6; |
MysqlxCrud.CreateView.Builder |
addColumn(java.lang.String value)
repeated string column = 6; |
MysqlxCrud.CreateView.Builder |
addColumnBytes(com.google.protobuf.ByteString value)
repeated string column = 6; |
MysqlxCrud.CreateView.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.CreateView |
build() |
MysqlxCrud.CreateView |
buildPartial() |
MysqlxCrud.CreateView.Builder |
clear() |
MysqlxCrud.CreateView.Builder |
clearAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED]; |
MysqlxCrud.CreateView.Builder |
clearCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5; |
MysqlxCrud.CreateView.Builder |
clearCollection()
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.CreateView.Builder |
clearColumn()
repeated string column = 6; |
MysqlxCrud.CreateView.Builder |
clearDefiner()
optional string definer = 2; |
MysqlxCrud.CreateView.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.CreateView.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.CreateView.Builder |
clearReplaceExisting()
optional bool replace_existing = 8 [default = false]; |
MysqlxCrud.CreateView.Builder |
clearSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER]; |
MysqlxCrud.CreateView.Builder |
clearStmt()
required .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.CreateView.Builder |
clone() |
MysqlxCrud.ViewAlgorithm |
getAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED]; |
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.CreateView |
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() |
boolean |
getReplaceExisting()
optional bool replace_existing = 8 [default = false]; |
MysqlxCrud.ViewSqlSecurity |
getSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER]; |
MysqlxCrud.Find |
getStmt()
required .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.Find.Builder |
getStmtBuilder()
required .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.FindOrBuilder |
getStmtOrBuilder()
required .Mysqlx.Crud.Find stmt = 7; |
boolean |
hasAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED]; |
boolean |
hasCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5; |
boolean |
hasCollection()
required .Mysqlx.Crud.Collection collection = 1; |
boolean |
hasDefiner()
optional string definer = 2; |
boolean |
hasReplaceExisting()
optional bool replace_existing = 8 [default = false]; |
boolean |
hasSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER]; |
boolean |
hasStmt()
required .Mysqlx.Crud.Find stmt = 7; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MysqlxCrud.CreateView.Builder |
mergeCollection(MysqlxCrud.Collection value)
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.CreateView.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.CreateView.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.CreateView.Builder |
mergeFrom(MysqlxCrud.CreateView other) |
MysqlxCrud.CreateView.Builder |
mergeStmt(MysqlxCrud.Find value)
required .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.CreateView.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.CreateView.Builder |
setAlgorithm(MysqlxCrud.ViewAlgorithm value)
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED]; |
MysqlxCrud.CreateView.Builder |
setCheck(MysqlxCrud.ViewCheckOption value)
optional .Mysqlx.Crud.ViewCheckOption check = 5; |
MysqlxCrud.CreateView.Builder |
setCollection(MysqlxCrud.Collection.Builder builderForValue)
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.CreateView.Builder |
setCollection(MysqlxCrud.Collection value)
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.CreateView.Builder |
setColumn(int index,
java.lang.String value)
repeated string column = 6; |
MysqlxCrud.CreateView.Builder |
setDefiner(java.lang.String value)
optional string definer = 2; |
MysqlxCrud.CreateView.Builder |
setDefinerBytes(com.google.protobuf.ByteString value)
optional string definer = 2; |
MysqlxCrud.CreateView.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.CreateView.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.CreateView.Builder |
setReplaceExisting(boolean value)
optional bool replace_existing = 8 [default = false]; |
MysqlxCrud.CreateView.Builder |
setSecurity(MysqlxCrud.ViewSqlSecurity value)
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER]; |
MysqlxCrud.CreateView.Builder |
setStmt(MysqlxCrud.Find.Builder builderForValue)
required .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.CreateView.Builder |
setStmt(MysqlxCrud.Find value)
required .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.CreateView.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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MysqlxCrud.CreateView build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.CreateView buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.CreateView.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.Builder mergeFrom(MysqlxCrud.CreateView other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.CreateView.Builder>java.io.IOExceptionpublic boolean hasCollection()
required .Mysqlx.Crud.Collection collection = 1;hasCollection in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.Collection getCollection()
required .Mysqlx.Crud.Collection collection = 1;getCollection in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setCollection(MysqlxCrud.Collection value)
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.CreateView.Builder setCollection(MysqlxCrud.Collection.Builder builderForValue)
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.CreateView.Builder mergeCollection(MysqlxCrud.Collection value)
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.CreateView.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.CreateViewOrBuilderpublic boolean hasDefiner()
optional string definer = 2;hasDefiner in interface MysqlxCrud.CreateViewOrBuilderpublic java.lang.String getDefiner()
optional string definer = 2;getDefiner in interface MysqlxCrud.CreateViewOrBuilderpublic com.google.protobuf.ByteString getDefinerBytes()
optional string definer = 2;getDefinerBytes in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setDefiner(java.lang.String value)
optional string definer = 2;value - The definer to set.public MysqlxCrud.CreateView.Builder clearDefiner()
optional string definer = 2;public MysqlxCrud.CreateView.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 [default = UNDEFINED];hasAlgorithm in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.ViewAlgorithm getAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];getAlgorithm in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setAlgorithm(MysqlxCrud.ViewAlgorithm value)
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];value - The algorithm to set.public MysqlxCrud.CreateView.Builder clearAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];public boolean hasSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];hasSecurity in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.ViewSqlSecurity getSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];getSecurity in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setSecurity(MysqlxCrud.ViewSqlSecurity value)
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];value - The security to set.public MysqlxCrud.CreateView.Builder clearSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];public boolean hasCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5;hasCheck in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.ViewCheckOption getCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5;getCheck in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setCheck(MysqlxCrud.ViewCheckOption value)
optional .Mysqlx.Crud.ViewCheckOption check = 5;value - The check to set.public MysqlxCrud.CreateView.Builder clearCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5;public com.google.protobuf.ProtocolStringList getColumnList()
repeated string column = 6;getColumnList in interface MysqlxCrud.CreateViewOrBuilderpublic int getColumnCount()
repeated string column = 6;getColumnCount in interface MysqlxCrud.CreateViewOrBuilderpublic java.lang.String getColumn(int index)
repeated string column = 6;getColumn in interface MysqlxCrud.CreateViewOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getColumnBytes(int index)
repeated string column = 6;getColumnBytes in interface MysqlxCrud.CreateViewOrBuilderindex - The index of the value to return.public MysqlxCrud.CreateView.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.CreateView.Builder addColumn(java.lang.String value)
repeated string column = 6;value - The column to add.public MysqlxCrud.CreateView.Builder addAllColumn(java.lang.Iterable<java.lang.String> values)
repeated string column = 6;values - The column to add.public MysqlxCrud.CreateView.Builder clearColumn()
repeated string column = 6;public MysqlxCrud.CreateView.Builder addColumnBytes(com.google.protobuf.ByteString value)
repeated string column = 6;value - The bytes of the column to add.public boolean hasStmt()
required .Mysqlx.Crud.Find stmt = 7;hasStmt in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.Find getStmt()
required .Mysqlx.Crud.Find stmt = 7;getStmt in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setStmt(MysqlxCrud.Find value)
required .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.CreateView.Builder setStmt(MysqlxCrud.Find.Builder builderForValue)
required .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.CreateView.Builder mergeStmt(MysqlxCrud.Find value)
required .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.CreateView.Builder clearStmt()
required .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.Find.Builder getStmtBuilder()
required .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.FindOrBuilder getStmtOrBuilder()
required .Mysqlx.Crud.Find stmt = 7;getStmtOrBuilder in interface MysqlxCrud.CreateViewOrBuilderpublic boolean hasReplaceExisting()
optional bool replace_existing = 8 [default = false];hasReplaceExisting in interface MysqlxCrud.CreateViewOrBuilderpublic boolean getReplaceExisting()
optional bool replace_existing = 8 [default = false];getReplaceExisting in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setReplaceExisting(boolean value)
optional bool replace_existing = 8 [default = false];value - The replaceExisting to set.public MysqlxCrud.CreateView.Builder clearReplaceExisting()
optional bool replace_existing = 8 [default = false];public final MysqlxCrud.CreateView.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public final MysqlxCrud.CreateView.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>