public static final class PlanProto.DropTableNode.Builder extends com.google.protobuf.GeneratedMessage.Builder<PlanProto.DropTableNode.Builder> implements PlanProto.DropTableNodeOrBuilder
DropTableNode| Modifier and Type | Method and Description |
|---|---|
PlanProto.DropTableNode |
build() |
PlanProto.DropTableNode |
buildPartial() |
PlanProto.DropTableNode.Builder |
clear() |
PlanProto.DropTableNode.Builder |
clearIfExists()
required bool ifExists = 2; |
PlanProto.DropTableNode.Builder |
clearPurge()
required bool purge = 3; |
PlanProto.DropTableNode.Builder |
clearTableName()
required string tableName = 1; |
PlanProto.DropTableNode.Builder |
clone() |
PlanProto.DropTableNode |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getIfExists()
required bool ifExists = 2; |
boolean |
getPurge()
required bool purge = 3; |
String |
getTableName()
required string tableName = 1; |
com.google.protobuf.ByteString |
getTableNameBytes()
required string tableName = 1; |
boolean |
hasIfExists()
required bool ifExists = 2; |
boolean |
hasPurge()
required bool purge = 3; |
boolean |
hasTableName()
required string tableName = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PlanProto.DropTableNode.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlanProto.DropTableNode.Builder |
mergeFrom(com.google.protobuf.Message other) |
PlanProto.DropTableNode.Builder |
mergeFrom(PlanProto.DropTableNode other) |
PlanProto.DropTableNode.Builder |
setIfExists(boolean value)
required bool ifExists = 2; |
PlanProto.DropTableNode.Builder |
setPurge(boolean value)
required bool purge = 3; |
PlanProto.DropTableNode.Builder |
setTableName(String value)
required string tableName = 1; |
PlanProto.DropTableNode.Builder |
setTableNameBytes(com.google.protobuf.ByteString value)
required string tableName = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PlanProto.DropTableNode.Builder>public PlanProto.DropTableNode.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<PlanProto.DropTableNode.Builder>public PlanProto.DropTableNode.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<PlanProto.DropTableNode.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.GeneratedMessage.Builder<PlanProto.DropTableNode.Builder>public PlanProto.DropTableNode getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PlanProto.DropTableNode build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PlanProto.DropTableNode buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PlanProto.DropTableNode.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PlanProto.DropTableNode.Builder>public PlanProto.DropTableNode.Builder mergeFrom(PlanProto.DropTableNode other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<PlanProto.DropTableNode.Builder>public PlanProto.DropTableNode.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PlanProto.DropTableNode.Builder>IOExceptionpublic boolean hasTableName()
required string tableName = 1;hasTableName in interface PlanProto.DropTableNodeOrBuilderpublic String getTableName()
required string tableName = 1;getTableName in interface PlanProto.DropTableNodeOrBuilderpublic com.google.protobuf.ByteString getTableNameBytes()
required string tableName = 1;getTableNameBytes in interface PlanProto.DropTableNodeOrBuilderpublic PlanProto.DropTableNode.Builder setTableName(String value)
required string tableName = 1;public PlanProto.DropTableNode.Builder clearTableName()
required string tableName = 1;public PlanProto.DropTableNode.Builder setTableNameBytes(com.google.protobuf.ByteString value)
required string tableName = 1;public boolean hasIfExists()
required bool ifExists = 2;hasIfExists in interface PlanProto.DropTableNodeOrBuilderpublic boolean getIfExists()
required bool ifExists = 2;getIfExists in interface PlanProto.DropTableNodeOrBuilderpublic PlanProto.DropTableNode.Builder setIfExists(boolean value)
required bool ifExists = 2;public PlanProto.DropTableNode.Builder clearIfExists()
required bool ifExists = 2;public boolean hasPurge()
required bool purge = 3;hasPurge in interface PlanProto.DropTableNodeOrBuilderpublic boolean getPurge()
required bool purge = 3;getPurge in interface PlanProto.DropTableNodeOrBuilderpublic PlanProto.DropTableNode.Builder setPurge(boolean value)
required bool purge = 3;public PlanProto.DropTableNode.Builder clearPurge()
required bool purge = 3;Copyright © 2015 Apache Software Foundation. All Rights Reserved.