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.ChildLinkPlanNode.ChildLink.Builder. build()PlanNode.ChildLinkPlanNode.ChildLink.Builder. buildPartial()PlanNode.ChildLinkPlanNode.Builder. getChildLinks(int index)List of child node `index`es and their relationship to this parent.PlanNode.ChildLinkPlanNode. getChildLinks(int index)List of child node `index`es and their relationship to this parent.PlanNode.ChildLinkPlanNodeOrBuilder. getChildLinks(int index)List of child node `index`es and their relationship to this parent.static PlanNode.ChildLinkPlanNode.ChildLink. getDefaultInstance()PlanNode.ChildLinkPlanNode.ChildLink.Builder. getDefaultInstanceForType()PlanNode.ChildLinkPlanNode.ChildLink. getDefaultInstanceForType()static PlanNode.ChildLinkPlanNode.ChildLink. parseDelimitedFrom(InputStream input)static PlanNode.ChildLinkPlanNode.ChildLink. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanNode.ChildLinkPlanNode.ChildLink. parseFrom(byte[] data)static PlanNode.ChildLinkPlanNode.ChildLink. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanNode.ChildLinkPlanNode.ChildLink. parseFrom(com.google.protobuf.ByteString data)static PlanNode.ChildLinkPlanNode.ChildLink. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanNode.ChildLinkPlanNode.ChildLink. parseFrom(com.google.protobuf.CodedInputStream input)static PlanNode.ChildLinkPlanNode.ChildLink. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanNode.ChildLinkPlanNode.ChildLink. parseFrom(InputStream input)static PlanNode.ChildLinkPlanNode.ChildLink. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanNode.ChildLinkPlanNode.ChildLink. parseFrom(ByteBuffer data)static PlanNode.ChildLinkPlanNode.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.BuilderPlanNode.Builder. addChildLinks(int index, PlanNode.ChildLink value)List of child node `index`es and their relationship to this parent.PlanNode.BuilderPlanNode.Builder. addChildLinks(PlanNode.ChildLink value)List of child node `index`es and their relationship to this parent.PlanNode.ChildLink.BuilderPlanNode.ChildLink.Builder. mergeFrom(PlanNode.ChildLink other)static PlanNode.ChildLink.BuilderPlanNode.ChildLink. newBuilder(PlanNode.ChildLink prototype)PlanNode.BuilderPlanNode.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.BuilderPlanNode.Builder. addAllChildLinks(Iterable<? extends PlanNode.ChildLink> values)List of child node `index`es and their relationship to this parent.
-