public static final class PlanNode.ChildLink.Builder extends GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder> implements PlanNode.ChildLinkOrBuilder
Metadata associated with a parent-child relationship appearing in a [PlanNode][google.spanner.v1.PlanNode].Protobuf type
google.spanner.v1.PlanNode.ChildLink| Modifier and Type | Method and Description |
|---|---|
PlanNode.ChildLink.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
PlanNode.ChildLink |
build() |
PlanNode.ChildLink |
buildPartial() |
PlanNode.ChildLink.Builder |
clear() |
PlanNode.ChildLink.Builder |
clearChildIndex()
The node to which the link points.
|
PlanNode.ChildLink.Builder |
clearField(Descriptors.FieldDescriptor field) |
PlanNode.ChildLink.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
PlanNode.ChildLink.Builder |
clearType()
The type of the link.
|
PlanNode.ChildLink.Builder |
clearVariable()
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds
to an output variable of the parent node.
|
PlanNode.ChildLink.Builder |
clone() |
int |
getChildIndex()
The node to which the link points.
|
PlanNode.ChildLink |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getType()
The type of the link.
|
ByteString |
getTypeBytes()
The type of the link.
|
java.lang.String |
getVariable()
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds
to an output variable of the parent node.
|
ByteString |
getVariableBytes()
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds
to an output variable of the parent node.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PlanNode.ChildLink.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
PlanNode.ChildLink.Builder |
mergeFrom(Message other) |
PlanNode.ChildLink.Builder |
mergeFrom(PlanNode.ChildLink other) |
PlanNode.ChildLink.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
PlanNode.ChildLink.Builder |
setChildIndex(int value)
The node to which the link points.
|
PlanNode.ChildLink.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
PlanNode.ChildLink.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
PlanNode.ChildLink.Builder |
setType(java.lang.String value)
The type of the link.
|
PlanNode.ChildLink.Builder |
setTypeBytes(ByteString value)
The type of the link.
|
PlanNode.ChildLink.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
PlanNode.ChildLink.Builder |
setVariable(java.lang.String value)
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds
to an output variable of the parent node.
|
PlanNode.ChildLink.Builder |
setVariableBytes(ByteString value)
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds
to an output variable of the parent node.
|
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, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>public PlanNode.ChildLink.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>public PlanNode.ChildLink getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic PlanNode.ChildLink build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic PlanNode.ChildLink buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic PlanNode.ChildLink.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>public PlanNode.ChildLink.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>public PlanNode.ChildLink.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>public PlanNode.ChildLink.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>public PlanNode.ChildLink.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>public PlanNode.ChildLink.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>public PlanNode.ChildLink.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<PlanNode.ChildLink.Builder>public PlanNode.ChildLink.Builder mergeFrom(PlanNode.ChildLink other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>public PlanNode.ChildLink.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<PlanNode.ChildLink.Builder>java.io.IOExceptionpublic int getChildIndex()
The node to which the link points.
int32 child_index = 1;getChildIndex in interface PlanNode.ChildLinkOrBuilderpublic PlanNode.ChildLink.Builder setChildIndex(int value)
The node to which the link points.
int32 child_index = 1;public PlanNode.ChildLink.Builder clearChildIndex()
The node to which the link points.
int32 child_index = 1;public java.lang.String getType()
The type of the link. For example, in Hash Joins this could be used to distinguish between the build child and the probe child, or in the case of the child being an output variable, to represent the tag associated with the output variable.
string type = 2;getType in interface PlanNode.ChildLinkOrBuilderpublic ByteString getTypeBytes()
The type of the link. For example, in Hash Joins this could be used to distinguish between the build child and the probe child, or in the case of the child being an output variable, to represent the tag associated with the output variable.
string type = 2;getTypeBytes in interface PlanNode.ChildLinkOrBuilderpublic PlanNode.ChildLink.Builder setType(java.lang.String value)
The type of the link. For example, in Hash Joins this could be used to distinguish between the build child and the probe child, or in the case of the child being an output variable, to represent the tag associated with the output variable.
string type = 2;public PlanNode.ChildLink.Builder clearType()
The type of the link. For example, in Hash Joins this could be used to distinguish between the build child and the probe child, or in the case of the child being an output variable, to represent the tag associated with the output variable.
string type = 2;public PlanNode.ChildLink.Builder setTypeBytes(ByteString value)
The type of the link. For example, in Hash Joins this could be used to distinguish between the build child and the probe child, or in the case of the child being an output variable, to represent the tag associated with the output variable.
string type = 2;public java.lang.String getVariable()
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node. The field carries the name of the output variable. For example, a `TableScan` operator that reads rows from a table will have child links to the `SCALAR` nodes representing the output variables created for each column that is read by the operator. The corresponding `variable` fields will be set to the variable names assigned to the columns.
string variable = 3;getVariable in interface PlanNode.ChildLinkOrBuilderpublic ByteString getVariableBytes()
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node. The field carries the name of the output variable. For example, a `TableScan` operator that reads rows from a table will have child links to the `SCALAR` nodes representing the output variables created for each column that is read by the operator. The corresponding `variable` fields will be set to the variable names assigned to the columns.
string variable = 3;getVariableBytes in interface PlanNode.ChildLinkOrBuilderpublic PlanNode.ChildLink.Builder setVariable(java.lang.String value)
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node. The field carries the name of the output variable. For example, a `TableScan` operator that reads rows from a table will have child links to the `SCALAR` nodes representing the output variables created for each column that is read by the operator. The corresponding `variable` fields will be set to the variable names assigned to the columns.
string variable = 3;public PlanNode.ChildLink.Builder clearVariable()
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node. The field carries the name of the output variable. For example, a `TableScan` operator that reads rows from a table will have child links to the `SCALAR` nodes representing the output variables created for each column that is read by the operator. The corresponding `variable` fields will be set to the variable names assigned to the columns.
string variable = 3;public PlanNode.ChildLink.Builder setVariableBytes(ByteString value)
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node. The field carries the name of the output variable. For example, a `TableScan` operator that reads rows from a table will have child links to the `SCALAR` nodes representing the output variables created for each column that is read by the operator. The corresponding `variable` fields will be set to the variable names assigned to the columns.
string variable = 3;public final PlanNode.ChildLink.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>public final PlanNode.ChildLink.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>