PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.Builder.clear() |
PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.Builder.clearLocation()
required string location = 1;
|
PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.Builder.clone() |
PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.Builder.getSetLocationBuilder()
optional .AlterTablespaceNode.SetLocation setLocation = 3;
|
PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.Builder.mergeFrom(com.google.protobuf.Message other) |
PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.Builder.mergeFrom(PlanProto.AlterTablespaceNode.SetLocation other) |
static PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.newBuilder() |
static PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.newBuilder(PlanProto.AlterTablespaceNode.SetLocation prototype) |
PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.newBuilderForType() |
protected PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.Builder.setLocation(String value)
required string location = 1;
|
PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.Builder.setLocationBytes(com.google.protobuf.ByteString value)
required string location = 1;
|
PlanProto.AlterTablespaceNode.SetLocation.Builder |
PlanProto.AlterTablespaceNode.SetLocation.toBuilder() |