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

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

There is a newer version: 1.1.6
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/spanner/v1/spanner.proto

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

/**
 * 
 * The request for [PartitionRead][google.spanner.v1.Spanner.PartitionRead]
 * 
* * Protobuf type {@code google.spanner.v1.PartitionReadRequest} */ public final class PartitionReadRequest extends nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.spanner.v1.PartitionReadRequest) PartitionReadRequestOrBuilder { private static final long serialVersionUID = 0L; // Use PartitionReadRequest.newBuilder() to construct. private PartitionReadRequest(nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PartitionReadRequest() { session_ = ""; table_ = ""; index_ = ""; columns_ = nl.topicus.jdbc.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PartitionReadRequest( 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(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } 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: { java.lang.String s = input.readStringRequireUtf8(); session_ = s; break; } case 18: { nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector.Builder subBuilder = null; if (transaction_ != null) { subBuilder = transaction_.toBuilder(); } transaction_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(transaction_); transaction_ = subBuilder.buildPartial(); } break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); table_ = s; break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); index_ = s; break; } case 42: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) { columns_ = new nl.topicus.jdbc.shaded.com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000010; } columns_.add(s); break; } case 50: { nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet.Builder subBuilder = null; if (keySet_ != null) { subBuilder = keySet_.toBuilder(); } keySet_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(keySet_); keySet_ = subBuilder.buildPartial(); } break; } case 74: { nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions.Builder subBuilder = null; if (partitionOptions_ != null) { subBuilder = partitionOptions_.toBuilder(); } partitionOptions_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(partitionOptions_); partitionOptions_ = subBuilder.buildPartial(); } 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_ & 0x00000010) == 0x00000010)) { columns_ = columns_.getUnmodifiableView(); } 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.SpannerProto.internal_static_google_spanner_v1_PartitionReadRequest_descriptor; } protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return nl.topicus.jdbc.shaded.com.google.spanner.v1.SpannerProto.internal_static_google_spanner_v1_PartitionReadRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest.class, nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest.Builder.class); } private int bitField0_; public static final int SESSION_FIELD_NUMBER = 1; private volatile java.lang.Object session_; /** *
   * Required. The session used to create the partitions.
   * 
* * string session = 1; */ public java.lang.String getSession() { java.lang.Object ref = session_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs = (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); session_ = s; return s; } } /** *
   * Required. The session used to create the partitions.
   * 
* * string session = 1; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getSessionBytes() { java.lang.Object ref = session_; if (ref instanceof java.lang.String) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b = nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); session_ = b; return b; } else { return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; } } public static final int TRANSACTION_FIELD_NUMBER = 2; private nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector transaction_; /** *
   * Read only snapshot transactions are supported, read/write and single use
   * transactions are not.
   * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ public boolean hasTransaction() { return transaction_ != null; } /** *
   * Read only snapshot transactions are supported, read/write and single use
   * transactions are not.
   * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector getTransaction() { return transaction_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector.getDefaultInstance() : transaction_; } /** *
   * Read only snapshot transactions are supported, read/write and single use
   * transactions are not.
   * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilder() { return getTransaction(); } public static final int TABLE_FIELD_NUMBER = 3; private volatile java.lang.Object table_; /** *
   * Required. The name of the table in the database to be read.
   * 
* * string table = 3; */ public java.lang.String getTable() { java.lang.Object ref = table_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs = (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); table_ = s; return s; } } /** *
   * Required. The name of the table in the database to be read.
   * 
* * string table = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getTableBytes() { java.lang.Object ref = table_; if (ref instanceof java.lang.String) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b = nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); table_ = b; return b; } else { return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; } } public static final int INDEX_FIELD_NUMBER = 4; private volatile java.lang.Object index_; /** *
   * If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table]. This index is
   * used instead of the table primary key when interpreting [key_set][google.spanner.v1.PartitionReadRequest.key_set]
   * and sorting result rows. See [key_set][google.spanner.v1.PartitionReadRequest.key_set] for further information.
   * 
* * string index = 4; */ public java.lang.String getIndex() { java.lang.Object ref = index_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs = (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); index_ = s; return s; } } /** *
   * If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table]. This index is
   * used instead of the table primary key when interpreting [key_set][google.spanner.v1.PartitionReadRequest.key_set]
   * and sorting result rows. See [key_set][google.spanner.v1.PartitionReadRequest.key_set] for further information.
   * 
* * string index = 4; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getIndexBytes() { java.lang.Object ref = index_; if (ref instanceof java.lang.String) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b = nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); index_ = b; return b; } else { return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; } } public static final int COLUMNS_FIELD_NUMBER = 5; private nl.topicus.jdbc.shaded.com.google.protobuf.LazyStringList columns_; /** *
   * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
   * this request.
   * 
* * repeated string columns = 5; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ProtocolStringList getColumnsList() { return columns_; } /** *
   * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
   * this request.
   * 
* * repeated string columns = 5; */ public int getColumnsCount() { return columns_.size(); } /** *
   * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
   * this request.
   * 
* * repeated string columns = 5; */ public java.lang.String getColumns(int index) { return columns_.get(index); } /** *
   * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
   * this request.
   * 
* * repeated string columns = 5; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getColumnsBytes(int index) { return columns_.getByteString(index); } public static final int KEY_SET_FIELD_NUMBER = 6; private nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet keySet_; /** *
   * Required. `key_set` identifies the rows to be yielded. `key_set` names the
   * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
   * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
   * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
   * It is not an error for the `key_set` to name rows that do not
   * exist in the database. Read yields nothing for nonexistent rows.
   * 
* * .google.spanner.v1.KeySet key_set = 6; */ public boolean hasKeySet() { return keySet_ != null; } /** *
   * Required. `key_set` identifies the rows to be yielded. `key_set` names the
   * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
   * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
   * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
   * It is not an error for the `key_set` to name rows that do not
   * exist in the database. Read yields nothing for nonexistent rows.
   * 
* * .google.spanner.v1.KeySet key_set = 6; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet getKeySet() { return keySet_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet.getDefaultInstance() : keySet_; } /** *
   * Required. `key_set` identifies the rows to be yielded. `key_set` names the
   * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
   * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
   * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
   * It is not an error for the `key_set` to name rows that do not
   * exist in the database. Read yields nothing for nonexistent rows.
   * 
* * .google.spanner.v1.KeySet key_set = 6; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { return getKeySet(); } public static final int PARTITION_OPTIONS_FIELD_NUMBER = 9; private nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions partitionOptions_; /** *
   * Additional options that affect how many partitions are created.
   * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ public boolean hasPartitionOptions() { return partitionOptions_ != null; } /** *
   * Additional options that affect how many partitions are created.
   * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions getPartitionOptions() { return partitionOptions_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions.getDefaultInstance() : partitionOptions_; } /** *
   * Additional options that affect how many partitions are created.
   * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptionsOrBuilder getPartitionOptionsOrBuilder() { return getPartitionOptions(); } 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 { if (!getSessionBytes().isEmpty()) { nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, session_); } if (transaction_ != null) { output.writeMessage(2, getTransaction()); } if (!getTableBytes().isEmpty()) { nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 3, table_); } if (!getIndexBytes().isEmpty()) { nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 4, index_); } for (int i = 0; i < columns_.size(); i++) { nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 5, columns_.getRaw(i)); } if (keySet_ != null) { output.writeMessage(6, getKeySet()); } if (partitionOptions_ != null) { output.writeMessage(9, getPartitionOptions()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getSessionBytes().isEmpty()) { size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, session_); } if (transaction_ != null) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(2, getTransaction()); } if (!getTableBytes().isEmpty()) { size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(3, table_); } if (!getIndexBytes().isEmpty()) { size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(4, index_); } { int dataSize = 0; for (int i = 0; i < columns_.size(); i++) { dataSize += computeStringSizeNoTag(columns_.getRaw(i)); } size += dataSize; size += 1 * getColumnsList().size(); } if (keySet_ != null) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(6, getKeySet()); } if (partitionOptions_ != null) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(9, getPartitionOptions()); } 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.PartitionReadRequest)) { return super.equals(obj); } nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest other = (nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest) obj; boolean result = true; result = result && getSession() .equals(other.getSession()); result = result && (hasTransaction() == other.hasTransaction()); if (hasTransaction()) { result = result && getTransaction() .equals(other.getTransaction()); } result = result && getTable() .equals(other.getTable()); result = result && getIndex() .equals(other.getIndex()); result = result && getColumnsList() .equals(other.getColumnsList()); result = result && (hasKeySet() == other.hasKeySet()); if (hasKeySet()) { result = result && getKeySet() .equals(other.getKeySet()); } result = result && (hasPartitionOptions() == other.hasPartitionOptions()); if (hasPartitionOptions()) { result = result && getPartitionOptions() .equals(other.getPartitionOptions()); } 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(); hash = (37 * hash) + SESSION_FIELD_NUMBER; hash = (53 * hash) + getSession().hashCode(); if (hasTransaction()) { hash = (37 * hash) + TRANSACTION_FIELD_NUMBER; hash = (53 * hash) + getTransaction().hashCode(); } hash = (37 * hash) + TABLE_FIELD_NUMBER; hash = (53 * hash) + getTable().hashCode(); hash = (37 * hash) + INDEX_FIELD_NUMBER; hash = (53 * hash) + getIndex().hashCode(); if (getColumnsCount() > 0) { hash = (37 * hash) + COLUMNS_FIELD_NUMBER; hash = (53 * hash) + getColumnsList().hashCode(); } if (hasKeySet()) { hash = (37 * hash) + KEY_SET_FIELD_NUMBER; hash = (53 * hash) + getKeySet().hashCode(); } if (hasPartitionOptions()) { hash = (37 * hash) + PARTITION_OPTIONS_FIELD_NUMBER; hash = (53 * hash) + getPartitionOptions().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest 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.PartitionReadRequest 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.PartitionReadRequest 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.PartitionReadRequest 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.PartitionReadRequest 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.PartitionReadRequest 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.PartitionReadRequest 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.PartitionReadRequest 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.PartitionReadRequest 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.PartitionReadRequest 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.PartitionReadRequest 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.PartitionReadRequest 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.PartitionReadRequest 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; } /** *
   * The request for [PartitionRead][google.spanner.v1.Spanner.PartitionRead]
   * 
* * Protobuf type {@code google.spanner.v1.PartitionReadRequest} */ public static final class Builder extends nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.spanner.v1.PartitionReadRequest) nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequestOrBuilder { public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return nl.topicus.jdbc.shaded.com.google.spanner.v1.SpannerProto.internal_static_google_spanner_v1_PartitionReadRequest_descriptor; } protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return nl.topicus.jdbc.shaded.com.google.spanner.v1.SpannerProto.internal_static_google_spanner_v1_PartitionReadRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest.class, nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest.Builder.class); } // Construct using nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest.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) { } } public Builder clear() { super.clear(); session_ = ""; if (transactionBuilder_ == null) { transaction_ = null; } else { transaction_ = null; transactionBuilder_ = null; } table_ = ""; index_ = ""; columns_ = nl.topicus.jdbc.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000010); if (keySetBuilder_ == null) { keySet_ = null; } else { keySet_ = null; keySetBuilder_ = null; } if (partitionOptionsBuilder_ == null) { partitionOptions_ = null; } else { partitionOptions_ = null; partitionOptionsBuilder_ = null; } return this; } public nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return nl.topicus.jdbc.shaded.com.google.spanner.v1.SpannerProto.internal_static_google_spanner_v1_PartitionReadRequest_descriptor; } public nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest getDefaultInstanceForType() { return nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest.getDefaultInstance(); } public nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest build() { nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest buildPartial() { nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest result = new nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.session_ = session_; if (transactionBuilder_ == null) { result.transaction_ = transaction_; } else { result.transaction_ = transactionBuilder_.build(); } result.table_ = table_; result.index_ = index_; if (((bitField0_ & 0x00000010) == 0x00000010)) { columns_ = columns_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000010); } result.columns_ = columns_; if (keySetBuilder_ == null) { result.keySet_ = keySet_; } else { result.keySet_ = keySetBuilder_.build(); } if (partitionOptionsBuilder_ == null) { result.partitionOptions_ = partitionOptions_; } else { result.partitionOptions_ = partitionOptionsBuilder_.build(); } result.bitField0_ = to_bitField0_; 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.PartitionReadRequest) { return mergeFrom((nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest other) { if (other == nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest.getDefaultInstance()) return this; if (!other.getSession().isEmpty()) { session_ = other.session_; onChanged(); } if (other.hasTransaction()) { mergeTransaction(other.getTransaction()); } if (!other.getTable().isEmpty()) { table_ = other.table_; onChanged(); } if (!other.getIndex().isEmpty()) { index_ = other.index_; onChanged(); } if (!other.columns_.isEmpty()) { if (columns_.isEmpty()) { columns_ = other.columns_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureColumnsIsMutable(); columns_.addAll(other.columns_); } onChanged(); } if (other.hasKeySet()) { mergeKeySet(other.getKeySet()); } if (other.hasPartitionOptions()) { mergePartitionOptions(other.getPartitionOptions()); } 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.PartitionReadRequest 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.PartitionReadRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object session_ = ""; /** *
     * Required. The session used to create the partitions.
     * 
* * string session = 1; */ public java.lang.String getSession() { java.lang.Object ref = session_; if (!(ref instanceof java.lang.String)) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs = (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); session_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Required. The session used to create the partitions.
     * 
* * string session = 1; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getSessionBytes() { java.lang.Object ref = session_; if (ref instanceof String) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b = nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); session_ = b; return b; } else { return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; } } /** *
     * Required. The session used to create the partitions.
     * 
* * string session = 1; */ public Builder setSession( java.lang.String value) { if (value == null) { throw new NullPointerException(); } session_ = value; onChanged(); return this; } /** *
     * Required. The session used to create the partitions.
     * 
* * string session = 1; */ public Builder clearSession() { session_ = getDefaultInstance().getSession(); onChanged(); return this; } /** *
     * Required. The session used to create the partitions.
     * 
* * string session = 1; */ public Builder setSessionBytes( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); session_ = value; onChanged(); return this; } private nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector transaction_ = null; private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector, nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelectorOrBuilder> transactionBuilder_; /** *
     * Read only snapshot transactions are supported, read/write and single use
     * transactions are not.
     * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ public boolean hasTransaction() { return transactionBuilder_ != null || transaction_ != null; } /** *
     * Read only snapshot transactions are supported, read/write and single use
     * transactions are not.
     * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector getTransaction() { if (transactionBuilder_ == null) { return transaction_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector.getDefaultInstance() : transaction_; } else { return transactionBuilder_.getMessage(); } } /** *
     * Read only snapshot transactions are supported, read/write and single use
     * transactions are not.
     * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ public Builder setTransaction(nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector value) { if (transactionBuilder_ == null) { if (value == null) { throw new NullPointerException(); } transaction_ = value; onChanged(); } else { transactionBuilder_.setMessage(value); } return this; } /** *
     * Read only snapshot transactions are supported, read/write and single use
     * transactions are not.
     * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ public Builder setTransaction( nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector.Builder builderForValue) { if (transactionBuilder_ == null) { transaction_ = builderForValue.build(); onChanged(); } else { transactionBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * Read only snapshot transactions are supported, read/write and single use
     * transactions are not.
     * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ public Builder mergeTransaction(nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector value) { if (transactionBuilder_ == null) { if (transaction_ != null) { transaction_ = nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector.newBuilder(transaction_).mergeFrom(value).buildPartial(); } else { transaction_ = value; } onChanged(); } else { transactionBuilder_.mergeFrom(value); } return this; } /** *
     * Read only snapshot transactions are supported, read/write and single use
     * transactions are not.
     * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ public Builder clearTransaction() { if (transactionBuilder_ == null) { transaction_ = null; onChanged(); } else { transaction_ = null; transactionBuilder_ = null; } return this; } /** *
     * Read only snapshot transactions are supported, read/write and single use
     * transactions are not.
     * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector.Builder getTransactionBuilder() { onChanged(); return getTransactionFieldBuilder().getBuilder(); } /** *
     * Read only snapshot transactions are supported, read/write and single use
     * transactions are not.
     * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilder() { if (transactionBuilder_ != null) { return transactionBuilder_.getMessageOrBuilder(); } else { return transaction_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector.getDefaultInstance() : transaction_; } } /** *
     * Read only snapshot transactions are supported, read/write and single use
     * transactions are not.
     * 
* * .google.spanner.v1.TransactionSelector transaction = 2; */ private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector, nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelectorOrBuilder> getTransactionFieldBuilder() { if (transactionBuilder_ == null) { transactionBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector, nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelector.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionSelectorOrBuilder>( getTransaction(), getParentForChildren(), isClean()); transaction_ = null; } return transactionBuilder_; } private java.lang.Object table_ = ""; /** *
     * Required. The name of the table in the database to be read.
     * 
* * string table = 3; */ public java.lang.String getTable() { java.lang.Object ref = table_; if (!(ref instanceof java.lang.String)) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs = (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); table_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Required. The name of the table in the database to be read.
     * 
* * string table = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getTableBytes() { java.lang.Object ref = table_; if (ref instanceof String) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b = nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); table_ = b; return b; } else { return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; } } /** *
     * Required. The name of the table in the database to be read.
     * 
* * string table = 3; */ public Builder setTable( java.lang.String value) { if (value == null) { throw new NullPointerException(); } table_ = value; onChanged(); return this; } /** *
     * Required. The name of the table in the database to be read.
     * 
* * string table = 3; */ public Builder clearTable() { table_ = getDefaultInstance().getTable(); onChanged(); return this; } /** *
     * Required. The name of the table in the database to be read.
     * 
* * string table = 3; */ public Builder setTableBytes( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); table_ = value; onChanged(); return this; } private java.lang.Object index_ = ""; /** *
     * If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table]. This index is
     * used instead of the table primary key when interpreting [key_set][google.spanner.v1.PartitionReadRequest.key_set]
     * and sorting result rows. See [key_set][google.spanner.v1.PartitionReadRequest.key_set] for further information.
     * 
* * string index = 4; */ public java.lang.String getIndex() { java.lang.Object ref = index_; if (!(ref instanceof java.lang.String)) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs = (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); index_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table]. This index is
     * used instead of the table primary key when interpreting [key_set][google.spanner.v1.PartitionReadRequest.key_set]
     * and sorting result rows. See [key_set][google.spanner.v1.PartitionReadRequest.key_set] for further information.
     * 
* * string index = 4; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getIndexBytes() { java.lang.Object ref = index_; if (ref instanceof String) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b = nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); index_ = b; return b; } else { return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; } } /** *
     * If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table]. This index is
     * used instead of the table primary key when interpreting [key_set][google.spanner.v1.PartitionReadRequest.key_set]
     * and sorting result rows. See [key_set][google.spanner.v1.PartitionReadRequest.key_set] for further information.
     * 
* * string index = 4; */ public Builder setIndex( java.lang.String value) { if (value == null) { throw new NullPointerException(); } index_ = value; onChanged(); return this; } /** *
     * If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table]. This index is
     * used instead of the table primary key when interpreting [key_set][google.spanner.v1.PartitionReadRequest.key_set]
     * and sorting result rows. See [key_set][google.spanner.v1.PartitionReadRequest.key_set] for further information.
     * 
* * string index = 4; */ public Builder clearIndex() { index_ = getDefaultInstance().getIndex(); onChanged(); return this; } /** *
     * If non-empty, the name of an index on [table][google.spanner.v1.PartitionReadRequest.table]. This index is
     * used instead of the table primary key when interpreting [key_set][google.spanner.v1.PartitionReadRequest.key_set]
     * and sorting result rows. See [key_set][google.spanner.v1.PartitionReadRequest.key_set] for further information.
     * 
* * string index = 4; */ public Builder setIndexBytes( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); index_ = value; onChanged(); return this; } private nl.topicus.jdbc.shaded.com.google.protobuf.LazyStringList columns_ = nl.topicus.jdbc.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureColumnsIsMutable() { if (!((bitField0_ & 0x00000010) == 0x00000010)) { columns_ = new nl.topicus.jdbc.shaded.com.google.protobuf.LazyStringArrayList(columns_); bitField0_ |= 0x00000010; } } /** *
     * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
     * this request.
     * 
* * repeated string columns = 5; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ProtocolStringList getColumnsList() { return columns_.getUnmodifiableView(); } /** *
     * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
     * this request.
     * 
* * repeated string columns = 5; */ public int getColumnsCount() { return columns_.size(); } /** *
     * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
     * this request.
     * 
* * repeated string columns = 5; */ public java.lang.String getColumns(int index) { return columns_.get(index); } /** *
     * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
     * this request.
     * 
* * repeated string columns = 5; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getColumnsBytes(int index) { return columns_.getByteString(index); } /** *
     * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
     * this request.
     * 
* * repeated string columns = 5; */ public Builder setColumns( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureColumnsIsMutable(); columns_.set(index, value); onChanged(); return this; } /** *
     * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
     * this request.
     * 
* * repeated string columns = 5; */ public Builder addColumns( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureColumnsIsMutable(); columns_.add(value); onChanged(); return this; } /** *
     * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
     * this request.
     * 
* * repeated string columns = 5; */ public Builder addAllColumns( java.lang.Iterable values) { ensureColumnsIsMutable(); nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, columns_); onChanged(); return this; } /** *
     * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
     * this request.
     * 
* * repeated string columns = 5; */ public Builder clearColumns() { columns_ = nl.topicus.jdbc.shaded.com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } /** *
     * The columns of [table][google.spanner.v1.PartitionReadRequest.table] to be returned for each row matching
     * this request.
     * 
* * repeated string columns = 5; */ public Builder addColumnsBytes( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureColumnsIsMutable(); columns_.add(value); onChanged(); return this; } private nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet keySet_ = null; private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet, nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySetOrBuilder> keySetBuilder_; /** *
     * Required. `key_set` identifies the rows to be yielded. `key_set` names the
     * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
     * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
     * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
     * It is not an error for the `key_set` to name rows that do not
     * exist in the database. Read yields nothing for nonexistent rows.
     * 
* * .google.spanner.v1.KeySet key_set = 6; */ public boolean hasKeySet() { return keySetBuilder_ != null || keySet_ != null; } /** *
     * Required. `key_set` identifies the rows to be yielded. `key_set` names the
     * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
     * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
     * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
     * It is not an error for the `key_set` to name rows that do not
     * exist in the database. Read yields nothing for nonexistent rows.
     * 
* * .google.spanner.v1.KeySet key_set = 6; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet getKeySet() { if (keySetBuilder_ == null) { return keySet_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet.getDefaultInstance() : keySet_; } else { return keySetBuilder_.getMessage(); } } /** *
     * Required. `key_set` identifies the rows to be yielded. `key_set` names the
     * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
     * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
     * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
     * It is not an error for the `key_set` to name rows that do not
     * exist in the database. Read yields nothing for nonexistent rows.
     * 
* * .google.spanner.v1.KeySet key_set = 6; */ public Builder setKeySet(nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet value) { if (keySetBuilder_ == null) { if (value == null) { throw new NullPointerException(); } keySet_ = value; onChanged(); } else { keySetBuilder_.setMessage(value); } return this; } /** *
     * Required. `key_set` identifies the rows to be yielded. `key_set` names the
     * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
     * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
     * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
     * It is not an error for the `key_set` to name rows that do not
     * exist in the database. Read yields nothing for nonexistent rows.
     * 
* * .google.spanner.v1.KeySet key_set = 6; */ public Builder setKeySet( nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet.Builder builderForValue) { if (keySetBuilder_ == null) { keySet_ = builderForValue.build(); onChanged(); } else { keySetBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * Required. `key_set` identifies the rows to be yielded. `key_set` names the
     * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
     * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
     * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
     * It is not an error for the `key_set` to name rows that do not
     * exist in the database. Read yields nothing for nonexistent rows.
     * 
* * .google.spanner.v1.KeySet key_set = 6; */ public Builder mergeKeySet(nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet value) { if (keySetBuilder_ == null) { if (keySet_ != null) { keySet_ = nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet.newBuilder(keySet_).mergeFrom(value).buildPartial(); } else { keySet_ = value; } onChanged(); } else { keySetBuilder_.mergeFrom(value); } return this; } /** *
     * Required. `key_set` identifies the rows to be yielded. `key_set` names the
     * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
     * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
     * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
     * It is not an error for the `key_set` to name rows that do not
     * exist in the database. Read yields nothing for nonexistent rows.
     * 
* * .google.spanner.v1.KeySet key_set = 6; */ public Builder clearKeySet() { if (keySetBuilder_ == null) { keySet_ = null; onChanged(); } else { keySet_ = null; keySetBuilder_ = null; } return this; } /** *
     * Required. `key_set` identifies the rows to be yielded. `key_set` names the
     * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
     * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
     * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
     * It is not an error for the `key_set` to name rows that do not
     * exist in the database. Read yields nothing for nonexistent rows.
     * 
* * .google.spanner.v1.KeySet key_set = 6; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet.Builder getKeySetBuilder() { onChanged(); return getKeySetFieldBuilder().getBuilder(); } /** *
     * Required. `key_set` identifies the rows to be yielded. `key_set` names the
     * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
     * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
     * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
     * It is not an error for the `key_set` to name rows that do not
     * exist in the database. Read yields nothing for nonexistent rows.
     * 
* * .google.spanner.v1.KeySet key_set = 6; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { if (keySetBuilder_ != null) { return keySetBuilder_.getMessageOrBuilder(); } else { return keySet_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet.getDefaultInstance() : keySet_; } } /** *
     * Required. `key_set` identifies the rows to be yielded. `key_set` names the
     * primary keys of the rows in [table][google.spanner.v1.PartitionReadRequest.table] to be yielded, unless [index][google.spanner.v1.PartitionReadRequest.index]
     * is present. If [index][google.spanner.v1.PartitionReadRequest.index] is present, then [key_set][google.spanner.v1.PartitionReadRequest.key_set] instead names
     * index keys in [index][google.spanner.v1.PartitionReadRequest.index].
     * It is not an error for the `key_set` to name rows that do not
     * exist in the database. Read yields nothing for nonexistent rows.
     * 
* * .google.spanner.v1.KeySet key_set = 6; */ private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet, nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySetOrBuilder> getKeySetFieldBuilder() { if (keySetBuilder_ == null) { keySetBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet, nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySet.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.KeySetOrBuilder>( getKeySet(), getParentForChildren(), isClean()); keySet_ = null; } return keySetBuilder_; } private nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions partitionOptions_ = null; private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions, nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptionsOrBuilder> partitionOptionsBuilder_; /** *
     * Additional options that affect how many partitions are created.
     * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ public boolean hasPartitionOptions() { return partitionOptionsBuilder_ != null || partitionOptions_ != null; } /** *
     * Additional options that affect how many partitions are created.
     * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions getPartitionOptions() { if (partitionOptionsBuilder_ == null) { return partitionOptions_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions.getDefaultInstance() : partitionOptions_; } else { return partitionOptionsBuilder_.getMessage(); } } /** *
     * Additional options that affect how many partitions are created.
     * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ public Builder setPartitionOptions(nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions value) { if (partitionOptionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } partitionOptions_ = value; onChanged(); } else { partitionOptionsBuilder_.setMessage(value); } return this; } /** *
     * Additional options that affect how many partitions are created.
     * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ public Builder setPartitionOptions( nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions.Builder builderForValue) { if (partitionOptionsBuilder_ == null) { partitionOptions_ = builderForValue.build(); onChanged(); } else { partitionOptionsBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * Additional options that affect how many partitions are created.
     * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ public Builder mergePartitionOptions(nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions value) { if (partitionOptionsBuilder_ == null) { if (partitionOptions_ != null) { partitionOptions_ = nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions.newBuilder(partitionOptions_).mergeFrom(value).buildPartial(); } else { partitionOptions_ = value; } onChanged(); } else { partitionOptionsBuilder_.mergeFrom(value); } return this; } /** *
     * Additional options that affect how many partitions are created.
     * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ public Builder clearPartitionOptions() { if (partitionOptionsBuilder_ == null) { partitionOptions_ = null; onChanged(); } else { partitionOptions_ = null; partitionOptionsBuilder_ = null; } return this; } /** *
     * Additional options that affect how many partitions are created.
     * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions.Builder getPartitionOptionsBuilder() { onChanged(); return getPartitionOptionsFieldBuilder().getBuilder(); } /** *
     * Additional options that affect how many partitions are created.
     * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ public nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptionsOrBuilder getPartitionOptionsOrBuilder() { if (partitionOptionsBuilder_ != null) { return partitionOptionsBuilder_.getMessageOrBuilder(); } else { return partitionOptions_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions.getDefaultInstance() : partitionOptions_; } } /** *
     * Additional options that affect how many partitions are created.
     * 
* * .google.spanner.v1.PartitionOptions partition_options = 9; */ private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions, nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptionsOrBuilder> getPartitionOptionsFieldBuilder() { if (partitionOptionsBuilder_ == null) { partitionOptionsBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions, nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptions.Builder, nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOptionsOrBuilder>( getPartitionOptions(), getParentForChildren(), isClean()); partitionOptions_ = null; } return partitionOptionsBuilder_; } 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.PartitionReadRequest) } // @@protoc_insertion_point(class_scope:google.spanner.v1.PartitionReadRequest) private static final nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest(); } public static nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionReadRequest 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 PartitionReadRequest 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 PartitionReadRequest(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.PartitionReadRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy