All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/spanner/v1/query_plan.proto

package nl.topicus.jdbc.shaded.com.google.spanner.v1;

/**
 * 
 * Contains an ordered list of nodes appearing in the query plan.
 * 
* * Protobuf type {@code google.spanner.v1.QueryPlan} */ public final class QueryPlan extends nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.spanner.v1.QueryPlan) QueryPlanOrBuilder { private static final long serialVersionUID = 0L; // Use QueryPlan.newBuilder() to construct. private QueryPlan(nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private QueryPlan() { planNodes_ = java.util.Collections.emptyList(); } @java.lang.Override public final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private QueryPlan( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { planNodes_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } planNodes_.add( input.readMessage(nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.parser(), extensionRegistry)); break; } } } } catch (nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { planNodes_ = java.util.Collections.unmodifiableList(planNodes_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlanProto.internal_static_google_spanner_v1_QueryPlan_descriptor; } protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlanProto.internal_static_google_spanner_v1_QueryPlan_fieldAccessorTable .ensureFieldAccessorsInitialized( nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan.class, nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan.Builder.class); } public static final int PLAN_NODES_FIELD_NUMBER = 1; private java.util.List planNodes_; /** *
   * The nodes in the query plan. Plan nodes are returned in pre-order starting
   * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
   * `plan_nodes`.
   * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public java.util.List getPlanNodesList() { return planNodes_; } /** *
   * The nodes in the query plan. Plan nodes are returned in pre-order starting
   * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
   * `plan_nodes`.
   * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public java.util.List getPlanNodesOrBuilderList() { return planNodes_; } /** *
   * The nodes in the query plan. Plan nodes are returned in pre-order starting
   * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
   * `plan_nodes`.
   * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public int getPlanNodesCount() { return planNodes_.size(); } /** *
   * The nodes in the query plan. Plan nodes are returned in pre-order starting
   * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
   * `plan_nodes`.
   * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode getPlanNodes(int index) { return planNodes_.get(index); } /** *
   * The nodes in the query plan. Plan nodes are returned in pre-order starting
   * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
   * `plan_nodes`.
   * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNodeOrBuilder getPlanNodesOrBuilder( int index) { return planNodes_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < planNodes_.size(); i++) { output.writeMessage(1, planNodes_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < planNodes_.size(); i++) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, planNodes_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan)) { return super.equals(obj); } nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan other = (nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan) obj; boolean result = true; result = result && getPlanNodesList() .equals(other.getPlanNodesList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getPlanNodesCount() > 0) { hash = (37 * hash) + PLAN_NODES_FIELD_NUMBER; hash = (53 * hash) + getPlanNodesList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseFrom( java.nio.ByteBuffer data) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseFrom( java.nio.ByteBuffer data, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString data) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString data, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseFrom(byte[] data) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseFrom( byte[] data, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseFrom(java.io.InputStream input) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseFrom( java.io.InputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseDelimitedFrom( java.io.InputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * Contains an ordered list of nodes appearing in the query plan.
   * 
* * Protobuf type {@code google.spanner.v1.QueryPlan} */ public static final class Builder extends nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.spanner.v1.QueryPlan) nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlanOrBuilder { public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlanProto.internal_static_google_spanner_v1_QueryPlan_descriptor; } protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlanProto.internal_static_google_spanner_v1_QueryPlan_fieldAccessorTable .ensureFieldAccessorsInitialized( nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan.class, nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan.Builder.class); } // Construct using nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getPlanNodesFieldBuilder(); } } public Builder clear() { super.clear(); if (planNodesBuilder_ == null) { planNodes_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { planNodesBuilder_.clear(); } return this; } public nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlanProto.internal_static_google_spanner_v1_QueryPlan_descriptor; } public nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan getDefaultInstanceForType() { return nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan.getDefaultInstance(); } public nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan build() { nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan buildPartial() { nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan result = new nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan(this); int from_bitField0_ = bitField0_; if (planNodesBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { planNodes_ = java.util.Collections.unmodifiableList(planNodes_); bitField0_ = (bitField0_ & ~0x00000001); } result.planNodes_ = planNodes_; } else { result.planNodes_ = planNodesBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.protobuf.Message other) { if (other instanceof nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan) { return mergeFrom((nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan other) { if (other == nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan.getDefaultInstance()) return this; if (planNodesBuilder_ == null) { if (!other.planNodes_.isEmpty()) { if (planNodes_.isEmpty()) { planNodes_ = other.planNodes_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensurePlanNodesIsMutable(); planNodes_.addAll(other.planNodes_); } onChanged(); } } else { if (!other.planNodes_.isEmpty()) { if (planNodesBuilder_.isEmpty()) { planNodesBuilder_.dispose(); planNodesBuilder_ = null; planNodes_ = other.planNodes_; bitField0_ = (bitField0_ & ~0x00000001); planNodesBuilder_ = nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getPlanNodesFieldBuilder() : null; } else { planNodesBuilder_.addAllMessages(other.planNodes_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List planNodes_ = java.util.Collections.emptyList(); private void ensurePlanNodesIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { planNodes_ = new java.util.ArrayList(planNodes_); bitField0_ |= 0x00000001; } } private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode, nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNodeOrBuilder> planNodesBuilder_; /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public java.util.List getPlanNodesList() { if (planNodesBuilder_ == null) { return java.util.Collections.unmodifiableList(planNodes_); } else { return planNodesBuilder_.getMessageList(); } } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public int getPlanNodesCount() { if (planNodesBuilder_ == null) { return planNodes_.size(); } else { return planNodesBuilder_.getCount(); } } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode getPlanNodes(int index) { if (planNodesBuilder_ == null) { return planNodes_.get(index); } else { return planNodesBuilder_.getMessage(index); } } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public Builder setPlanNodes( int index, nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode value) { if (planNodesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePlanNodesIsMutable(); planNodes_.set(index, value); onChanged(); } else { planNodesBuilder_.setMessage(index, value); } return this; } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public Builder setPlanNodes( int index, nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.Builder builderForValue) { if (planNodesBuilder_ == null) { ensurePlanNodesIsMutable(); planNodes_.set(index, builderForValue.build()); onChanged(); } else { planNodesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public Builder addPlanNodes(nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode value) { if (planNodesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePlanNodesIsMutable(); planNodes_.add(value); onChanged(); } else { planNodesBuilder_.addMessage(value); } return this; } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public Builder addPlanNodes( int index, nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode value) { if (planNodesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePlanNodesIsMutable(); planNodes_.add(index, value); onChanged(); } else { planNodesBuilder_.addMessage(index, value); } return this; } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public Builder addPlanNodes( nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.Builder builderForValue) { if (planNodesBuilder_ == null) { ensurePlanNodesIsMutable(); planNodes_.add(builderForValue.build()); onChanged(); } else { planNodesBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public Builder addPlanNodes( int index, nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.Builder builderForValue) { if (planNodesBuilder_ == null) { ensurePlanNodesIsMutable(); planNodes_.add(index, builderForValue.build()); onChanged(); } else { planNodesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public Builder addAllPlanNodes( java.lang.Iterable values) { if (planNodesBuilder_ == null) { ensurePlanNodesIsMutable(); nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, planNodes_); onChanged(); } else { planNodesBuilder_.addAllMessages(values); } return this; } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public Builder clearPlanNodes() { if (planNodesBuilder_ == null) { planNodes_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { planNodesBuilder_.clear(); } return this; } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public Builder removePlanNodes(int index) { if (planNodesBuilder_ == null) { ensurePlanNodesIsMutable(); planNodes_.remove(index); onChanged(); } else { planNodesBuilder_.remove(index); } return this; } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.Builder getPlanNodesBuilder( int index) { return getPlanNodesFieldBuilder().getBuilder(index); } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNodeOrBuilder getPlanNodesOrBuilder( int index) { if (planNodesBuilder_ == null) { return planNodes_.get(index); } else { return planNodesBuilder_.getMessageOrBuilder(index); } } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public java.util.List getPlanNodesOrBuilderList() { if (planNodesBuilder_ != null) { return planNodesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(planNodes_); } } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.Builder addPlanNodesBuilder() { return getPlanNodesFieldBuilder().addBuilder( nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.getDefaultInstance()); } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.Builder addPlanNodesBuilder( int index) { return getPlanNodesFieldBuilder().addBuilder( index, nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.getDefaultInstance()); } /** *
     * The nodes in the query plan. Plan nodes are returned in pre-order starting
     * with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
     * `plan_nodes`.
     * 
* * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ public java.util.List getPlanNodesBuilderList() { return getPlanNodesFieldBuilder().getBuilderList(); } private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode, nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNodeOrBuilder> getPlanNodesFieldBuilder() { if (planNodesBuilder_ == null) { planNodesBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode, nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNode.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNodeOrBuilder>( planNodes_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); planNodes_ = null; } return planNodesBuilder_; } public final Builder setUnknownFields( final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.spanner.v1.QueryPlan) } // @@protoc_insertion_point(class_scope:google.spanner.v1.QueryPlan) private static final nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan(); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan getDefaultInstance() { return DEFAULT_INSTANCE; } private static final nl.topicus.jdbc.shaded.com.google.protobuf.Parser PARSER = new nl.topicus.jdbc.shaded.com.google.protobuf.AbstractParser() { public QueryPlan parsePartialFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return new QueryPlan(input, extensionRegistry); } }; public static nl.topicus.jdbc.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public nl.topicus.jdbc.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlan getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy