public static final class PlanProto.AlterTablespaceNode.Builder extends com.google.protobuf.GeneratedMessage.Builder<PlanProto.AlterTablespaceNode.Builder> implements PlanProto.AlterTablespaceNodeOrBuilder
AlterTablespaceNode| Modifier and Type | Method and Description |
|---|---|
PlanProto.AlterTablespaceNode |
build() |
PlanProto.AlterTablespaceNode |
buildPartial() |
PlanProto.AlterTablespaceNode.Builder |
clear() |
PlanProto.AlterTablespaceNode.Builder |
clearSetLocation()
optional .AlterTablespaceNode.SetLocation setLocation = 3; |
PlanProto.AlterTablespaceNode.Builder |
clearSetType()
required .AlterTablespaceNode.Type setType = 2; |
PlanProto.AlterTablespaceNode.Builder |
clearTableSpaceName()
required string tableSpaceName = 1; |
PlanProto.AlterTablespaceNode.Builder |
clone() |
PlanProto.AlterTablespaceNode |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
PlanProto.AlterTablespaceNode.SetLocation |
getSetLocation()
optional .AlterTablespaceNode.SetLocation setLocation = 3; |
PlanProto.AlterTablespaceNode.SetLocation.Builder |
getSetLocationBuilder()
optional .AlterTablespaceNode.SetLocation setLocation = 3; |
PlanProto.AlterTablespaceNode.SetLocationOrBuilder |
getSetLocationOrBuilder()
optional .AlterTablespaceNode.SetLocation setLocation = 3; |
PlanProto.AlterTablespaceNode.Type |
getSetType()
required .AlterTablespaceNode.Type setType = 2; |
String |
getTableSpaceName()
required string tableSpaceName = 1; |
com.google.protobuf.ByteString |
getTableSpaceNameBytes()
required string tableSpaceName = 1; |
boolean |
hasSetLocation()
optional .AlterTablespaceNode.SetLocation setLocation = 3; |
boolean |
hasSetType()
required .AlterTablespaceNode.Type setType = 2; |
boolean |
hasTableSpaceName()
required string tableSpaceName = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PlanProto.AlterTablespaceNode.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlanProto.AlterTablespaceNode.Builder |
mergeFrom(com.google.protobuf.Message other) |
PlanProto.AlterTablespaceNode.Builder |
mergeFrom(PlanProto.AlterTablespaceNode other) |
PlanProto.AlterTablespaceNode.Builder |
mergeSetLocation(PlanProto.AlterTablespaceNode.SetLocation value)
optional .AlterTablespaceNode.SetLocation setLocation = 3; |
PlanProto.AlterTablespaceNode.Builder |
setSetLocation(PlanProto.AlterTablespaceNode.SetLocation.Builder builderForValue)
optional .AlterTablespaceNode.SetLocation setLocation = 3; |
PlanProto.AlterTablespaceNode.Builder |
setSetLocation(PlanProto.AlterTablespaceNode.SetLocation value)
optional .AlterTablespaceNode.SetLocation setLocation = 3; |
PlanProto.AlterTablespaceNode.Builder |
setSetType(PlanProto.AlterTablespaceNode.Type value)
required .AlterTablespaceNode.Type setType = 2; |
PlanProto.AlterTablespaceNode.Builder |
setTableSpaceName(String value)
required string tableSpaceName = 1; |
PlanProto.AlterTablespaceNode.Builder |
setTableSpaceNameBytes(com.google.protobuf.ByteString value)
required string tableSpaceName = 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.AlterTablespaceNode.Builder>public PlanProto.AlterTablespaceNode.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.AlterTablespaceNode.Builder>public PlanProto.AlterTablespaceNode.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.AlterTablespaceNode.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.AlterTablespaceNode.Builder>public PlanProto.AlterTablespaceNode getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PlanProto.AlterTablespaceNode build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PlanProto.AlterTablespaceNode buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PlanProto.AlterTablespaceNode.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PlanProto.AlterTablespaceNode.Builder>public PlanProto.AlterTablespaceNode.Builder mergeFrom(PlanProto.AlterTablespaceNode other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<PlanProto.AlterTablespaceNode.Builder>public PlanProto.AlterTablespaceNode.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.AlterTablespaceNode.Builder>IOExceptionpublic boolean hasTableSpaceName()
required string tableSpaceName = 1;hasTableSpaceName in interface PlanProto.AlterTablespaceNodeOrBuilderpublic String getTableSpaceName()
required string tableSpaceName = 1;getTableSpaceName in interface PlanProto.AlterTablespaceNodeOrBuilderpublic com.google.protobuf.ByteString getTableSpaceNameBytes()
required string tableSpaceName = 1;getTableSpaceNameBytes in interface PlanProto.AlterTablespaceNodeOrBuilderpublic PlanProto.AlterTablespaceNode.Builder setTableSpaceName(String value)
required string tableSpaceName = 1;public PlanProto.AlterTablespaceNode.Builder clearTableSpaceName()
required string tableSpaceName = 1;public PlanProto.AlterTablespaceNode.Builder setTableSpaceNameBytes(com.google.protobuf.ByteString value)
required string tableSpaceName = 1;public boolean hasSetType()
required .AlterTablespaceNode.Type setType = 2;hasSetType in interface PlanProto.AlterTablespaceNodeOrBuilderpublic PlanProto.AlterTablespaceNode.Type getSetType()
required .AlterTablespaceNode.Type setType = 2;getSetType in interface PlanProto.AlterTablespaceNodeOrBuilderpublic PlanProto.AlterTablespaceNode.Builder setSetType(PlanProto.AlterTablespaceNode.Type value)
required .AlterTablespaceNode.Type setType = 2;public PlanProto.AlterTablespaceNode.Builder clearSetType()
required .AlterTablespaceNode.Type setType = 2;public boolean hasSetLocation()
optional .AlterTablespaceNode.SetLocation setLocation = 3;hasSetLocation in interface PlanProto.AlterTablespaceNodeOrBuilderpublic PlanProto.AlterTablespaceNode.SetLocation getSetLocation()
optional .AlterTablespaceNode.SetLocation setLocation = 3;getSetLocation in interface PlanProto.AlterTablespaceNodeOrBuilderpublic PlanProto.AlterTablespaceNode.Builder setSetLocation(PlanProto.AlterTablespaceNode.SetLocation value)
optional .AlterTablespaceNode.SetLocation setLocation = 3;public PlanProto.AlterTablespaceNode.Builder setSetLocation(PlanProto.AlterTablespaceNode.SetLocation.Builder builderForValue)
optional .AlterTablespaceNode.SetLocation setLocation = 3;public PlanProto.AlterTablespaceNode.Builder mergeSetLocation(PlanProto.AlterTablespaceNode.SetLocation value)
optional .AlterTablespaceNode.SetLocation setLocation = 3;public PlanProto.AlterTablespaceNode.Builder clearSetLocation()
optional .AlterTablespaceNode.SetLocation setLocation = 3;public PlanProto.AlterTablespaceNode.SetLocation.Builder getSetLocationBuilder()
optional .AlterTablespaceNode.SetLocation setLocation = 3;public PlanProto.AlterTablespaceNode.SetLocationOrBuilder getSetLocationOrBuilder()
optional .AlterTablespaceNode.SetLocation setLocation = 3;getSetLocationOrBuilder in interface PlanProto.AlterTablespaceNodeOrBuilderCopyright © 2015 Apache Software Foundation. All Rights Reserved.