Uses of Class
com.google.spanner.v1.PlanNode.ChildLink
-
Uses of PlanNode.ChildLink in com.google.spanner.v1
Methods in com.google.spanner.v1 that return PlanNode.ChildLinkModifier and TypeMethodDescriptionPlanNode.ChildLink.Builder.build()PlanNode.ChildLink.Builder.buildPartial()PlanNode.Builder.getChildLinks(int index) List of child node `index`es and their relationship to this parent.PlanNode.getChildLinks(int index) List of child node `index`es and their relationship to this parent.PlanNodeOrBuilder.getChildLinks(int index) List of child node `index`es and their relationship to this parent.static PlanNode.ChildLinkPlanNode.ChildLink.getDefaultInstance()PlanNode.ChildLink.Builder.getDefaultInstanceForType()PlanNode.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.ChildLinkModifier and TypeMethodDescriptionPlanNode.Builder.getChildLinksList()List of child node `index`es and their relationship to this parent.PlanNode.getChildLinksList()List of child node `index`es and their relationship to this parent.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.ChildLinkModifier and TypeMethodDescriptionPlanNode.Builder.addChildLinks(int index, PlanNode.ChildLink value) List of child node `index`es and their relationship to this parent.PlanNode.Builder.addChildLinks(PlanNode.ChildLink value) List of child node `index`es and their relationship to this parent.PlanNode.ChildLink.Builder.mergeFrom(PlanNode.ChildLink other) static PlanNode.ChildLink.BuilderPlanNode.ChildLink.newBuilder(PlanNode.ChildLink prototype) 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.ChildLinkModifier and TypeMethodDescriptionPlanNode.Builder.addAllChildLinks(Iterable<? extends PlanNode.ChildLink> values) List of child node `index`es and their relationship to this parent.