public static final class PlanNode.ShortRepresentation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder> implements PlanNode.ShortRepresentationOrBuilder
Condensed representation of a node and its subtree. Only present for `SCALAR` [PlanNode(s)][google.spanner.v1.PlanNode].Protobuf type
google.spanner.v1.PlanNode.ShortRepresentation| Modifier and Type | Method and Description |
|---|---|
PlanNode.ShortRepresentation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlanNode.ShortRepresentation |
build() |
PlanNode.ShortRepresentation |
buildPartial() |
PlanNode.ShortRepresentation.Builder |
clear() |
PlanNode.ShortRepresentation.Builder |
clearDescription()
A string representation of the expression subtree rooted at this node.
|
PlanNode.ShortRepresentation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PlanNode.ShortRepresentation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PlanNode.ShortRepresentation.Builder |
clearSubqueries() |
PlanNode.ShortRepresentation.Builder |
clone() |
boolean |
containsSubqueries(String key)
A mapping of (subquery variable name) -> (subquery node id) for cases
where the `description` string of this node references a `SCALAR`
subquery contained in the expression subtree rooted at this node.
|
PlanNode.ShortRepresentation |
getDefaultInstanceForType() |
String |
getDescription()
A string representation of the expression subtree rooted at this node.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A string representation of the expression subtree rooted at this node.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,Integer> |
getMutableSubqueries()
Deprecated.
|
Map<String,Integer> |
getSubqueries()
Deprecated.
|
int |
getSubqueriesCount()
A mapping of (subquery variable name) -> (subquery node id) for cases
where the `description` string of this node references a `SCALAR`
subquery contained in the expression subtree rooted at this node.
|
Map<String,Integer> |
getSubqueriesMap()
A mapping of (subquery variable name) -> (subquery node id) for cases
where the `description` string of this node references a `SCALAR`
subquery contained in the expression subtree rooted at this node.
|
int |
getSubqueriesOrDefault(String key,
int defaultValue)
A mapping of (subquery variable name) -> (subquery node id) for cases
where the `description` string of this node references a `SCALAR`
subquery contained in the expression subtree rooted at this node.
|
int |
getSubqueriesOrThrow(String key)
A mapping of (subquery variable name) -> (subquery node id) for cases
where the `description` string of this node references a `SCALAR`
subquery contained in the expression subtree rooted at this node.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
PlanNode.ShortRepresentation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlanNode.ShortRepresentation.Builder |
mergeFrom(com.google.protobuf.Message other) |
PlanNode.ShortRepresentation.Builder |
mergeFrom(PlanNode.ShortRepresentation other) |
PlanNode.ShortRepresentation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PlanNode.ShortRepresentation.Builder |
putAllSubqueries(Map<String,Integer> values)
A mapping of (subquery variable name) -> (subquery node id) for cases
where the `description` string of this node references a `SCALAR`
subquery contained in the expression subtree rooted at this node.
|
PlanNode.ShortRepresentation.Builder |
putSubqueries(String key,
int value)
A mapping of (subquery variable name) -> (subquery node id) for cases
where the `description` string of this node references a `SCALAR`
subquery contained in the expression subtree rooted at this node.
|
PlanNode.ShortRepresentation.Builder |
removeSubqueries(String key)
A mapping of (subquery variable name) -> (subquery node id) for cases
where the `description` string of this node references a `SCALAR`
subquery contained in the expression subtree rooted at this node.
|
PlanNode.ShortRepresentation.Builder |
setDescription(String value)
A string representation of the expression subtree rooted at this node.
|
PlanNode.ShortRepresentation.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
A string representation of the expression subtree rooted at this node.
|
PlanNode.ShortRepresentation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlanNode.ShortRepresentation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PlanNode.ShortRepresentation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>public PlanNode.ShortRepresentation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>public PlanNode.ShortRepresentation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PlanNode.ShortRepresentation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PlanNode.ShortRepresentation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PlanNode.ShortRepresentation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>public PlanNode.ShortRepresentation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>public PlanNode.ShortRepresentation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>public PlanNode.ShortRepresentation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>public PlanNode.ShortRepresentation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>public PlanNode.ShortRepresentation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>public PlanNode.ShortRepresentation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PlanNode.ShortRepresentation.Builder>public PlanNode.ShortRepresentation.Builder mergeFrom(PlanNode.ShortRepresentation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>public PlanNode.ShortRepresentation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PlanNode.ShortRepresentation.Builder>IOExceptionpublic String getDescription()
A string representation of the expression subtree rooted at this node.
string description = 1;getDescription in interface PlanNode.ShortRepresentationOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
A string representation of the expression subtree rooted at this node.
string description = 1;getDescriptionBytes in interface PlanNode.ShortRepresentationOrBuilderpublic PlanNode.ShortRepresentation.Builder setDescription(String value)
A string representation of the expression subtree rooted at this node.
string description = 1;value - The description to set.public PlanNode.ShortRepresentation.Builder clearDescription()
A string representation of the expression subtree rooted at this node.
string description = 1;public PlanNode.ShortRepresentation.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
A string representation of the expression subtree rooted at this node.
string description = 1;value - The bytes for description to set.public int getSubqueriesCount()
PlanNode.ShortRepresentationOrBuilderA mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node. The referenced `SCALAR` subquery may not necessarily be a direct child of this node.
map<string, int32> subqueries = 2;getSubqueriesCount in interface PlanNode.ShortRepresentationOrBuilderpublic boolean containsSubqueries(String key)
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node. The referenced `SCALAR` subquery may not necessarily be a direct child of this node.
map<string, int32> subqueries = 2;containsSubqueries in interface PlanNode.ShortRepresentationOrBuilder@Deprecated public Map<String,Integer> getSubqueries()
getSubqueriesMap() instead.getSubqueries in interface PlanNode.ShortRepresentationOrBuilderpublic Map<String,Integer> getSubqueriesMap()
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node. The referenced `SCALAR` subquery may not necessarily be a direct child of this node.
map<string, int32> subqueries = 2;getSubqueriesMap in interface PlanNode.ShortRepresentationOrBuilderpublic int getSubqueriesOrDefault(String key, int defaultValue)
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node. The referenced `SCALAR` subquery may not necessarily be a direct child of this node.
map<string, int32> subqueries = 2;getSubqueriesOrDefault in interface PlanNode.ShortRepresentationOrBuilderpublic int getSubqueriesOrThrow(String key)
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node. The referenced `SCALAR` subquery may not necessarily be a direct child of this node.
map<string, int32> subqueries = 2;getSubqueriesOrThrow in interface PlanNode.ShortRepresentationOrBuilderpublic PlanNode.ShortRepresentation.Builder clearSubqueries()
public PlanNode.ShortRepresentation.Builder removeSubqueries(String key)
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node. The referenced `SCALAR` subquery may not necessarily be a direct child of this node.
map<string, int32> subqueries = 2;@Deprecated public Map<String,Integer> getMutableSubqueries()
public PlanNode.ShortRepresentation.Builder putSubqueries(String key, int value)
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node. The referenced `SCALAR` subquery may not necessarily be a direct child of this node.
map<string, int32> subqueries = 2;public PlanNode.ShortRepresentation.Builder putAllSubqueries(Map<String,Integer> values)
A mapping of (subquery variable name) -> (subquery node id) for cases where the `description` string of this node references a `SCALAR` subquery contained in the expression subtree rooted at this node. The referenced `SCALAR` subquery may not necessarily be a direct child of this node.
map<string, int32> subqueries = 2;public final PlanNode.ShortRepresentation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>public final PlanNode.ShortRepresentation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>Copyright © 2021 Google LLC. All rights reserved.