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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public 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.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>
public PlanNode.ChildLink getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public PlanNode.ChildLink build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public PlanNode.ChildLink buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public PlanNode.ChildLink.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>
public PlanNode.ChildLink.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>
public PlanNode.ChildLink.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>
public PlanNode.ChildLink.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
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.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>
public PlanNode.ChildLink.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>
public PlanNode.ChildLink.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<PlanNode.ChildLink.Builder>
public PlanNode.ChildLink.Builder mergeFrom(PlanNode.ChildLink other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>
public PlanNode.ChildLink.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<PlanNode.ChildLink.Builder>
java.io.IOException
public int getChildIndex()
The node to which the link points.
int32 child_index = 1;
getChildIndex
in interface PlanNode.ChildLinkOrBuilder
public 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.ChildLinkOrBuilder
public 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.ChildLinkOrBuilder
public 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.ChildLinkOrBuilder
public 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.ChildLinkOrBuilder
public 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.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>
public final PlanNode.ChildLink.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<PlanNode.ChildLink.Builder>