public static final class PlanNode.ShortRepresentation.Builder extends 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(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(Descriptors.FieldDescriptor field) |
PlanNode.ShortRepresentation.Builder |
clearOneof(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.
|
ByteString |
getDescriptionBytes()
A string representation of the expression subtree rooted at this node.
|
static Descriptors.Descriptor |
getDescriptor() |
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 GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected MapField |
internalGetMapField(int number) |
protected MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
PlanNode.ShortRepresentation.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
PlanNode.ShortRepresentation.Builder |
mergeFrom(Message other) |
PlanNode.ShortRepresentation.Builder |
mergeFrom(PlanNode.ShortRepresentation other) |
PlanNode.ShortRepresentation.Builder |
mergeUnknownFields(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(ByteString value)
A string representation of the expression subtree rooted at this node.
|
PlanNode.ShortRepresentation.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
PlanNode.ShortRepresentation.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
PlanNode.ShortRepresentation.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
protected MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
public PlanNode.ShortRepresentation.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
public PlanNode.ShortRepresentation getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public PlanNode.ShortRepresentation build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public PlanNode.ShortRepresentation buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public PlanNode.ShortRepresentation.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
public PlanNode.ShortRepresentation.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
public PlanNode.ShortRepresentation.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
public PlanNode.ShortRepresentation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
public PlanNode.ShortRepresentation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
public PlanNode.ShortRepresentation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
public PlanNode.ShortRepresentation.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<PlanNode.ShortRepresentation.Builder>
public PlanNode.ShortRepresentation.Builder mergeFrom(PlanNode.ShortRepresentation other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
public PlanNode.ShortRepresentation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<PlanNode.ShortRepresentation.Builder>
IOException
public String getDescription()
A string representation of the expression subtree rooted at this node.
string description = 1;
getDescription
in interface PlanNode.ShortRepresentationOrBuilder
public ByteString getDescriptionBytes()
A string representation of the expression subtree rooted at this node.
string description = 1;
getDescriptionBytes
in interface PlanNode.ShortRepresentationOrBuilder
public 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(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.ShortRepresentationOrBuilder
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;
getSubqueriesCount
in interface PlanNode.ShortRepresentationOrBuilder
public 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.ShortRepresentationOrBuilder
public 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.ShortRepresentationOrBuilder
public 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.ShortRepresentationOrBuilder
public 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.ShortRepresentationOrBuilder
public 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(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
public final PlanNode.ShortRepresentation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<PlanNode.ShortRepresentation.Builder>
Copyright © 2022 Google LLC. All rights reserved.