Package | Description |
---|---|
com.google.spanner.v1 |
Modifier and Type | Method and Description |
---|---|
PlanNode.ChildLink |
PlanNode.ChildLink.Builder.build() |
PlanNode.ChildLink |
PlanNode.ChildLink.Builder.buildPartial() |
PlanNode.ChildLink |
PlanNodeOrBuilder.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 |
PlanNode.Builder.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.getDefaultInstanceForType() |
PlanNode.ChildLink |
PlanNode.ChildLink.Builder.getDefaultInstanceForType() |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseDelimitedFrom(InputStream input) |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseFrom(byte[] data) |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseFrom(ByteBuffer data) |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseFrom(ByteString data) |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseFrom(CodedInputStream input) |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseFrom(InputStream input) |
static PlanNode.ChildLink |
PlanNode.ChildLink.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<PlanNode.ChildLink> |
PlanNodeOrBuilder.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> |
PlanNode.Builder.getChildLinksList()
List of child node `index`es and their relationship to this parent.
|
Parser<PlanNode.ChildLink> |
PlanNode.ChildLink.getParserForType() |
static Parser<PlanNode.ChildLink> |
PlanNode.ChildLink.parser() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PlanNode.Builder |
PlanNode.Builder.addAllChildLinks(Iterable<? extends PlanNode.ChildLink> values)
List of child node `index`es and their relationship to this parent.
|
Copyright © 2022 Google LLC. All rights reserved.