Package | Description |
---|---|
com.google.spanner.v1 |
Modifier and Type | Method and Description |
---|---|
PlanNode.ChildLink.Builder |
PlanNode.Builder.addChildLinksBuilder()
List of child node `index`es and their relationship to this parent.
|
PlanNode.ChildLink.Builder |
PlanNode.Builder.addChildLinksBuilder(int index)
List of child node `index`es and their relationship to this parent.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clear() |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clearChildIndex()
The node to which the link points.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clearField(Descriptors.FieldDescriptor field) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.clearType()
The type of the link.
|
PlanNode.ChildLink.Builder |
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 |
PlanNode.ChildLink.Builder.clone() |
PlanNode.ChildLink.Builder |
PlanNode.Builder.getChildLinksBuilder(int index)
List of child node `index`es and their relationship to this parent.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.mergeFrom(Message other) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.mergeFrom(PlanNode.ChildLink other) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static PlanNode.ChildLink.Builder |
PlanNode.ChildLink.newBuilder() |
static PlanNode.ChildLink.Builder |
PlanNode.ChildLink.newBuilder(PlanNode.ChildLink prototype) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.newBuilderForType() |
protected PlanNode.ChildLink.Builder |
PlanNode.ChildLink.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setChildIndex(int value)
The node to which the link points.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setType(String value)
The type of the link.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setTypeBytes(ByteString value)
The type of the link.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.Builder.setVariable(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 |
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.
|
PlanNode.ChildLink.Builder |
PlanNode.ChildLink.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<PlanNode.ChildLink.Builder> |
PlanNode.Builder.getChildLinksBuilderList()
List of child node `index`es and their relationship to this parent.
|
Modifier and Type | Method and Description |
---|---|
PlanNode.Builder |
PlanNode.Builder.addChildLinks(int index,
PlanNode.ChildLink.Builder builderForValue)
List of child node `index`es and their relationship to this parent.
|
PlanNode.Builder |
PlanNode.Builder.addChildLinks(PlanNode.ChildLink.Builder builderForValue)
List of child node `index`es and their relationship to this parent.
|
PlanNode.Builder |
PlanNode.Builder.setChildLinks(int index,
PlanNode.ChildLink.Builder builderForValue)
List of child node `index`es and their relationship to this parent.
|
Copyright © 2022 Google LLC. All rights reserved.