Uses of Class
com.google.spanner.v1.PlanNode.ChildLink
-
Packages that use PlanNode.ChildLink Package Description com.google.spanner.v1 -
-
Uses of PlanNode.ChildLink in com.google.spanner.v1
Methods in com.google.spanner.v1 that return PlanNode.ChildLink Modifier and Type Method Description PlanNode.ChildLink
PlanNode.ChildLink.Builder. build()
PlanNode.ChildLink
PlanNode.ChildLink.Builder. buildPartial()
PlanNode.ChildLink
PlanNode.Builder. getChildLinks(int index)
List of child node `index`es and their relationship to this parent.PlanNode.ChildLink
PlanNode. getChildLinks(int index)
List of child node `index`es and their relationship to this parent.PlanNode.ChildLink
PlanNodeOrBuilder. getChildLinks(int index)
List of child node `index`es and their relationship to this parent.static PlanNode.ChildLink
PlanNode.ChildLink. getDefaultInstance()
PlanNode.ChildLink
PlanNode.ChildLink.Builder. getDefaultInstanceForType()
PlanNode.ChildLink
PlanNode.ChildLink. getDefaultInstanceForType()
static PlanNode.ChildLink
PlanNode.ChildLink. parseDelimitedFrom(InputStream input)
static PlanNode.ChildLink
PlanNode.ChildLink. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlanNode.ChildLink
PlanNode.ChildLink. parseFrom(byte[] data)
static PlanNode.ChildLink
PlanNode.ChildLink. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlanNode.ChildLink
PlanNode.ChildLink. parseFrom(com.google.protobuf.ByteString data)
static PlanNode.ChildLink
PlanNode.ChildLink. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlanNode.ChildLink
PlanNode.ChildLink. parseFrom(com.google.protobuf.CodedInputStream input)
static PlanNode.ChildLink
PlanNode.ChildLink. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlanNode.ChildLink
PlanNode.ChildLink. parseFrom(InputStream input)
static PlanNode.ChildLink
PlanNode.ChildLink. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlanNode.ChildLink
PlanNode.ChildLink. parseFrom(ByteBuffer data)
static PlanNode.ChildLink
PlanNode.ChildLink. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.v1 that return types with arguments of type PlanNode.ChildLink Modifier and Type Method Description List<PlanNode.ChildLink>
PlanNode.Builder. getChildLinksList()
List of child node `index`es and their relationship to this parent.List<PlanNode.ChildLink>
PlanNode. getChildLinksList()
List of child node `index`es and their relationship to this parent.List<PlanNode.ChildLink>
PlanNodeOrBuilder. getChildLinksList()
List of child node `index`es and their relationship to this parent.com.google.protobuf.Parser<PlanNode.ChildLink>
PlanNode.ChildLink. getParserForType()
static com.google.protobuf.Parser<PlanNode.ChildLink>
PlanNode.ChildLink. parser()
Methods in com.google.spanner.v1 with parameters of type PlanNode.ChildLink Modifier and Type Method Description PlanNode.Builder
PlanNode.Builder. addChildLinks(int index, PlanNode.ChildLink value)
List of child node `index`es and their relationship to this parent.PlanNode.Builder
PlanNode.Builder. addChildLinks(PlanNode.ChildLink value)
List of child node `index`es and their relationship to this parent.PlanNode.ChildLink.Builder
PlanNode.ChildLink.Builder. mergeFrom(PlanNode.ChildLink other)
static PlanNode.ChildLink.Builder
PlanNode.ChildLink. newBuilder(PlanNode.ChildLink prototype)
PlanNode.Builder
PlanNode.Builder. setChildLinks(int index, PlanNode.ChildLink value)
List of child node `index`es and their relationship to this parent.Method parameters in com.google.spanner.v1 with type arguments of type PlanNode.ChildLink Modifier and Type Method Description PlanNode.Builder
PlanNode.Builder. addAllChildLinks(Iterable<? extends PlanNode.ChildLink> values)
List of child node `index`es and their relationship to this parent.
-