nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// 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 [PartitionQuery][google.spanner.v1.Spanner.PartitionQuery]
*
*
* Protobuf type {@code google.spanner.v1.PartitionQueryRequest}
*/
public final class PartitionQueryRequest extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.spanner.v1.PartitionQueryRequest)
PartitionQueryRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use PartitionQueryRequest.newBuilder() to construct.
private PartitionQueryRequest(nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PartitionQueryRequest() {
session_ = "";
sql_ = "";
}
@java.lang.Override
public final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private PartitionQueryRequest(
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();
sql_ = s;
break;
}
case 34: {
nl.topicus.jdbc.shaded.com.google.protobuf.Struct.Builder subBuilder = null;
if (params_ != null) {
subBuilder = params_.toBuilder();
}
params_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Struct.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(params_);
params_ = subBuilder.buildPartial();
}
break;
}
case 42: {
if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
paramTypes_ = nl.topicus.jdbc.shaded.com.google.protobuf.MapField.newMapField(
ParamTypesDefaultEntryHolder.defaultEntry);
mutable_bitField0_ |= 0x00000010;
}
nl.topicus.jdbc.shaded.com.google.protobuf.MapEntry
paramTypes__ = input.readMessage(
ParamTypesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
paramTypes_.getMutableMap().put(
paramTypes__.getKey(), paramTypes__.getValue());
break;
}
case 50: {
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 {
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_PartitionQueryRequest_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected nl.topicus.jdbc.shaded.com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 5:
return internalGetParamTypes();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
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_PartitionQueryRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest.class, nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest.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 SQL_FIELD_NUMBER = 3;
private volatile java.lang.Object sql_;
/**
*
* The query request to generate partitions for. The request will fail if
* the query is not root partitionable. The query plan of a root
* partitionable query has a single distributed union operator. A distributed
* union operator conceptually divides one or more tables into multiple
* splits, remotely evaluates a subquery independently on each split, and
* then unions all results.
*
*
* string sql = 3;
*/
public java.lang.String getSql() {
java.lang.Object ref = sql_;
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();
sql_ = s;
return s;
}
}
/**
*
* The query request to generate partitions for. The request will fail if
* the query is not root partitionable. The query plan of a root
* partitionable query has a single distributed union operator. A distributed
* union operator conceptually divides one or more tables into multiple
* splits, remotely evaluates a subquery independently on each split, and
* then unions all results.
*
*
* string sql = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getSqlBytes() {
java.lang.Object ref = sql_;
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);
sql_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int PARAMS_FIELD_NUMBER = 4;
private nl.topicus.jdbc.shaded.com.google.protobuf.Struct params_;
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
public boolean hasParams() {
return params_ != null;
}
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Struct getParams() {
return params_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Struct.getDefaultInstance() : params_;
}
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.StructOrBuilder getParamsOrBuilder() {
return getParams();
}
public static final int PARAM_TYPES_FIELD_NUMBER = 5;
private static final class ParamTypesDefaultEntryHolder {
static final nl.topicus.jdbc.shaded.com.google.protobuf.MapEntry<
java.lang.String, nl.topicus.jdbc.shaded.com.google.spanner.v1.Type> defaultEntry =
nl.topicus.jdbc.shaded.com.google.protobuf.MapEntry
.newDefaultInstance(
nl.topicus.jdbc.shaded.com.google.spanner.v1.SpannerProto.internal_static_google_spanner_v1_PartitionQueryRequest_ParamTypesEntry_descriptor,
nl.topicus.jdbc.shaded.com.google.protobuf.WireFormat.FieldType.STRING,
"",
nl.topicus.jdbc.shaded.com.google.protobuf.WireFormat.FieldType.MESSAGE,
nl.topicus.jdbc.shaded.com.google.spanner.v1.Type.getDefaultInstance());
}
private nl.topicus.jdbc.shaded.com.google.protobuf.MapField<
java.lang.String, nl.topicus.jdbc.shaded.com.google.spanner.v1.Type> paramTypes_;
private nl.topicus.jdbc.shaded.com.google.protobuf.MapField
internalGetParamTypes() {
if (paramTypes_ == null) {
return nl.topicus.jdbc.shaded.com.google.protobuf.MapField.emptyMapField(
ParamTypesDefaultEntryHolder.defaultEntry);
}
return paramTypes_;
}
public int getParamTypesCount() {
return internalGetParamTypes().getMap().size();
}
/**
*
* It is not always possible for Cloud Spanner to infer the right SQL type
* from a JSON value. For example, values of type `BYTES` and values
* of type `STRING` both appear in [params][google.spanner.v1.PartitionQueryRequest.params] as JSON strings.
* In these cases, `param_types` can be used to specify the exact
* SQL type for some or all of the SQL query parameters. See the
* definition of [Type][google.spanner.v1.Type] for more information
* about SQL types.
*
*
* map<string, .google.spanner.v1.Type> param_types = 5;
*/
public boolean containsParamTypes(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetParamTypes().getMap().containsKey(key);
}
/**
* Use {@link #getParamTypesMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getParamTypes() {
return getParamTypesMap();
}
/**
*
* It is not always possible for Cloud Spanner to infer the right SQL type
* from a JSON value. For example, values of type `BYTES` and values
* of type `STRING` both appear in [params][google.spanner.v1.PartitionQueryRequest.params] as JSON strings.
* In these cases, `param_types` can be used to specify the exact
* SQL type for some or all of the SQL query parameters. See the
* definition of [Type][google.spanner.v1.Type] for more information
* about SQL types.
*
*
* map<string, .google.spanner.v1.Type> param_types = 5;
*/
public java.util.Map getParamTypesMap() {
return internalGetParamTypes().getMap();
}
/**
*
* It is not always possible for Cloud Spanner to infer the right SQL type
* from a JSON value. For example, values of type `BYTES` and values
* of type `STRING` both appear in [params][google.spanner.v1.PartitionQueryRequest.params] as JSON strings.
* In these cases, `param_types` can be used to specify the exact
* SQL type for some or all of the SQL query parameters. See the
* definition of [Type][google.spanner.v1.Type] for more information
* about SQL types.
*
*
* map<string, .google.spanner.v1.Type> param_types = 5;
*/
public nl.topicus.jdbc.shaded.com.google.spanner.v1.Type getParamTypesOrDefault(
java.lang.String key,
nl.topicus.jdbc.shaded.com.google.spanner.v1.Type defaultValue) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetParamTypes().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
* It is not always possible for Cloud Spanner to infer the right SQL type
* from a JSON value. For example, values of type `BYTES` and values
* of type `STRING` both appear in [params][google.spanner.v1.PartitionQueryRequest.params] as JSON strings.
* In these cases, `param_types` can be used to specify the exact
* SQL type for some or all of the SQL query parameters. See the
* definition of [Type][google.spanner.v1.Type] for more information
* about SQL types.
*
*
* map<string, .google.spanner.v1.Type> param_types = 5;
*/
public nl.topicus.jdbc.shaded.com.google.spanner.v1.Type getParamTypesOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetParamTypes().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public static final int PARTITION_OPTIONS_FIELD_NUMBER = 6;
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 = 6;
*/
public boolean hasPartitionOptions() {
return partitionOptions_ != null;
}
/**
*
* Additional options that affect how many partitions are created.
*
*
* .google.spanner.v1.PartitionOptions partition_options = 6;
*/
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 = 6;
*/
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 (!getSqlBytes().isEmpty()) {
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 3, sql_);
}
if (params_ != null) {
output.writeMessage(4, getParams());
}
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3
.serializeStringMapTo(
output,
internalGetParamTypes(),
ParamTypesDefaultEntryHolder.defaultEntry,
5);
if (partitionOptions_ != null) {
output.writeMessage(6, 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 (!getSqlBytes().isEmpty()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(3, sql_);
}
if (params_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getParams());
}
for (java.util.Map.Entry entry
: internalGetParamTypes().getMap().entrySet()) {
nl.topicus.jdbc.shaded.com.google.protobuf.MapEntry
paramTypes__ = ParamTypesDefaultEntryHolder.defaultEntry.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(5, paramTypes__);
}
if (partitionOptions_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(6, 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.PartitionQueryRequest)) {
return super.equals(obj);
}
nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest other = (nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest) 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 && getSql()
.equals(other.getSql());
result = result && (hasParams() == other.hasParams());
if (hasParams()) {
result = result && getParams()
.equals(other.getParams());
}
result = result && internalGetParamTypes().equals(
other.internalGetParamTypes());
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) + SQL_FIELD_NUMBER;
hash = (53 * hash) + getSql().hashCode();
if (hasParams()) {
hash = (37 * hash) + PARAMS_FIELD_NUMBER;
hash = (53 * hash) + getParams().hashCode();
}
if (!internalGetParamTypes().getMap().isEmpty()) {
hash = (37 * hash) + PARAM_TYPES_FIELD_NUMBER;
hash = (53 * hash) + internalGetParamTypes().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.PartitionQueryRequest 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.PartitionQueryRequest 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.PartitionQueryRequest 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.PartitionQueryRequest 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.PartitionQueryRequest 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.PartitionQueryRequest 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.PartitionQueryRequest 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.PartitionQueryRequest 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.PartitionQueryRequest 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.PartitionQueryRequest 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.PartitionQueryRequest 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.PartitionQueryRequest 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.PartitionQueryRequest 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 [PartitionQuery][google.spanner.v1.Spanner.PartitionQuery]
*
*
* Protobuf type {@code google.spanner.v1.PartitionQueryRequest}
*/
public static final class Builder extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.spanner.v1.PartitionQueryRequest)
nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequestOrBuilder {
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_PartitionQueryRequest_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected nl.topicus.jdbc.shaded.com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 5:
return internalGetParamTypes();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@SuppressWarnings({"rawtypes"})
protected nl.topicus.jdbc.shaded.com.google.protobuf.MapField internalGetMutableMapField(
int number) {
switch (number) {
case 5:
return internalGetMutableParamTypes();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
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_PartitionQueryRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest.class, nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest.Builder.class);
}
// Construct using nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest.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;
}
sql_ = "";
if (paramsBuilder_ == null) {
params_ = null;
} else {
params_ = null;
paramsBuilder_ = null;
}
internalGetMutableParamTypes().clear();
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_PartitionQueryRequest_descriptor;
}
public nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest getDefaultInstanceForType() {
return nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest.getDefaultInstance();
}
public nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest build() {
nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest buildPartial() {
nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest result = new nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.session_ = session_;
if (transactionBuilder_ == null) {
result.transaction_ = transaction_;
} else {
result.transaction_ = transactionBuilder_.build();
}
result.sql_ = sql_;
if (paramsBuilder_ == null) {
result.params_ = params_;
} else {
result.params_ = paramsBuilder_.build();
}
result.paramTypes_ = internalGetParamTypes();
result.paramTypes_.makeImmutable();
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.PartitionQueryRequest) {
return mergeFrom((nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest other) {
if (other == nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest.getDefaultInstance()) return this;
if (!other.getSession().isEmpty()) {
session_ = other.session_;
onChanged();
}
if (other.hasTransaction()) {
mergeTransaction(other.getTransaction());
}
if (!other.getSql().isEmpty()) {
sql_ = other.sql_;
onChanged();
}
if (other.hasParams()) {
mergeParams(other.getParams());
}
internalGetMutableParamTypes().mergeFrom(
other.internalGetParamTypes());
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.PartitionQueryRequest 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.PartitionQueryRequest) 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 sql_ = "";
/**
*
* The query request to generate partitions for. The request will fail if
* the query is not root partitionable. The query plan of a root
* partitionable query has a single distributed union operator. A distributed
* union operator conceptually divides one or more tables into multiple
* splits, remotely evaluates a subquery independently on each split, and
* then unions all results.
*
*
* string sql = 3;
*/
public java.lang.String getSql() {
java.lang.Object ref = sql_;
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();
sql_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* The query request to generate partitions for. The request will fail if
* the query is not root partitionable. The query plan of a root
* partitionable query has a single distributed union operator. A distributed
* union operator conceptually divides one or more tables into multiple
* splits, remotely evaluates a subquery independently on each split, and
* then unions all results.
*
*
* string sql = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getSqlBytes() {
java.lang.Object ref = sql_;
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);
sql_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* The query request to generate partitions for. The request will fail if
* the query is not root partitionable. The query plan of a root
* partitionable query has a single distributed union operator. A distributed
* union operator conceptually divides one or more tables into multiple
* splits, remotely evaluates a subquery independently on each split, and
* then unions all results.
*
*
* string sql = 3;
*/
public Builder setSql(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
sql_ = value;
onChanged();
return this;
}
/**
*
* The query request to generate partitions for. The request will fail if
* the query is not root partitionable. The query plan of a root
* partitionable query has a single distributed union operator. A distributed
* union operator conceptually divides one or more tables into multiple
* splits, remotely evaluates a subquery independently on each split, and
* then unions all results.
*
*
* string sql = 3;
*/
public Builder clearSql() {
sql_ = getDefaultInstance().getSql();
onChanged();
return this;
}
/**
*
* The query request to generate partitions for. The request will fail if
* the query is not root partitionable. The query plan of a root
* partitionable query has a single distributed union operator. A distributed
* union operator conceptually divides one or more tables into multiple
* splits, remotely evaluates a subquery independently on each split, and
* then unions all results.
*
*
* string sql = 3;
*/
public Builder setSqlBytes(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
sql_ = value;
onChanged();
return this;
}
private nl.topicus.jdbc.shaded.com.google.protobuf.Struct params_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Struct, nl.topicus.jdbc.shaded.com.google.protobuf.Struct.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.StructOrBuilder> paramsBuilder_;
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
public boolean hasParams() {
return paramsBuilder_ != null || params_ != null;
}
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Struct getParams() {
if (paramsBuilder_ == null) {
return params_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Struct.getDefaultInstance() : params_;
} else {
return paramsBuilder_.getMessage();
}
}
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
public Builder setParams(nl.topicus.jdbc.shaded.com.google.protobuf.Struct value) {
if (paramsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
params_ = value;
onChanged();
} else {
paramsBuilder_.setMessage(value);
}
return this;
}
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
public Builder setParams(
nl.topicus.jdbc.shaded.com.google.protobuf.Struct.Builder builderForValue) {
if (paramsBuilder_ == null) {
params_ = builderForValue.build();
onChanged();
} else {
paramsBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
public Builder mergeParams(nl.topicus.jdbc.shaded.com.google.protobuf.Struct value) {
if (paramsBuilder_ == null) {
if (params_ != null) {
params_ =
nl.topicus.jdbc.shaded.com.google.protobuf.Struct.newBuilder(params_).mergeFrom(value).buildPartial();
} else {
params_ = value;
}
onChanged();
} else {
paramsBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
public Builder clearParams() {
if (paramsBuilder_ == null) {
params_ = null;
onChanged();
} else {
params_ = null;
paramsBuilder_ = null;
}
return this;
}
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Struct.Builder getParamsBuilder() {
onChanged();
return getParamsFieldBuilder().getBuilder();
}
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.StructOrBuilder getParamsOrBuilder() {
if (paramsBuilder_ != null) {
return paramsBuilder_.getMessageOrBuilder();
} else {
return params_ == null ?
nl.topicus.jdbc.shaded.com.google.protobuf.Struct.getDefaultInstance() : params_;
}
}
/**
*
* The SQL query string can contain parameter placeholders. A parameter
* placeholder consists of `'@'` followed by the parameter
* name. Parameter names consist of any combination of letters,
* numbers, and underscores.
* Parameters can appear anywhere that a literal value is expected. The same
* parameter name can be used more than once, for example:
* `"WHERE id > @msg_id AND id < @msg_id + 100"`
* It is an error to execute an SQL query with unbound parameters.
* Parameter values are specified using `params`, which is a JSON
* object whose keys are parameter names, and whose values are the
* corresponding parameter values.
*
*
* .google.protobuf.Struct params = 4;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Struct, nl.topicus.jdbc.shaded.com.google.protobuf.Struct.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.StructOrBuilder>
getParamsFieldBuilder() {
if (paramsBuilder_ == null) {
paramsBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Struct, nl.topicus.jdbc.shaded.com.google.protobuf.Struct.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.StructOrBuilder>(
getParams(),
getParentForChildren(),
isClean());
params_ = null;
}
return paramsBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.protobuf.MapField<
java.lang.String, nl.topicus.jdbc.shaded.com.google.spanner.v1.Type> paramTypes_;
private nl.topicus.jdbc.shaded.com.google.protobuf.MapField
internalGetParamTypes() {
if (paramTypes_ == null) {
return nl.topicus.jdbc.shaded.com.google.protobuf.MapField.emptyMapField(
ParamTypesDefaultEntryHolder.defaultEntry);
}
return paramTypes_;
}
private nl.topicus.jdbc.shaded.com.google.protobuf.MapField
internalGetMutableParamTypes() {
onChanged();;
if (paramTypes_ == null) {
paramTypes_ = nl.topicus.jdbc.shaded.com.google.protobuf.MapField.newMapField(
ParamTypesDefaultEntryHolder.defaultEntry);
}
if (!paramTypes_.isMutable()) {
paramTypes_ = paramTypes_.copy();
}
return paramTypes_;
}
public int getParamTypesCount() {
return internalGetParamTypes().getMap().size();
}
/**
*
* It is not always possible for Cloud Spanner to infer the right SQL type
* from a JSON value. For example, values of type `BYTES` and values
* of type `STRING` both appear in [params][google.spanner.v1.PartitionQueryRequest.params] as JSON strings.
* In these cases, `param_types` can be used to specify the exact
* SQL type for some or all of the SQL query parameters. See the
* definition of [Type][google.spanner.v1.Type] for more information
* about SQL types.
*
*
* map<string, .google.spanner.v1.Type> param_types = 5;
*/
public boolean containsParamTypes(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetParamTypes().getMap().containsKey(key);
}
/**
* Use {@link #getParamTypesMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getParamTypes() {
return getParamTypesMap();
}
/**
*
* It is not always possible for Cloud Spanner to infer the right SQL type
* from a JSON value. For example, values of type `BYTES` and values
* of type `STRING` both appear in [params][google.spanner.v1.PartitionQueryRequest.params] as JSON strings.
* In these cases, `param_types` can be used to specify the exact
* SQL type for some or all of the SQL query parameters. See the
* definition of [Type][google.spanner.v1.Type] for more information
* about SQL types.
*
*
* map<string, .google.spanner.v1.Type> param_types = 5;
*/
public java.util.Map getParamTypesMap() {
return internalGetParamTypes().getMap();
}
/**
*
* It is not always possible for Cloud Spanner to infer the right SQL type
* from a JSON value. For example, values of type `BYTES` and values
* of type `STRING` both appear in [params][google.spanner.v1.PartitionQueryRequest.params] as JSON strings.
* In these cases, `param_types` can be used to specify the exact
* SQL type for some or all of the SQL query parameters. See the
* definition of [Type][google.spanner.v1.Type] for more information
* about SQL types.
*
*
* map<string, .google.spanner.v1.Type> param_types = 5;
*/
public nl.topicus.jdbc.shaded.com.google.spanner.v1.Type getParamTypesOrDefault(
java.lang.String key,
nl.topicus.jdbc.shaded.com.google.spanner.v1.Type defaultValue) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetParamTypes().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
* It is not always possible for Cloud Spanner to infer the right SQL type
* from a JSON value. For example, values of type `BYTES` and values
* of type `STRING` both appear in [params][google.spanner.v1.PartitionQueryRequest.params] as JSON strings.
* In these cases, `param_types` can be used to specify the exact
* SQL type for some or all of the SQL query parameters. See the
* definition of [Type][google.spanner.v1.Type] for more information
* about SQL types.
*
*
* map<string, .google.spanner.v1.Type> param_types = 5;
*/
public nl.topicus.jdbc.shaded.com.google.spanner.v1.Type getParamTypesOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetParamTypes().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearParamTypes() {
internalGetMutableParamTypes().getMutableMap()
.clear();
return this;
}
/**
*
* It is not always possible for Cloud Spanner to infer the right SQL type
* from a JSON value. For example, values of type `BYTES` and values
* of type `STRING` both appear in [params][google.spanner.v1.PartitionQueryRequest.params] as JSON strings.
* In these cases, `param_types` can be used to specify the exact
* SQL type for some or all of the SQL query parameters. See the
* definition of [Type][google.spanner.v1.Type] for more information
* about SQL types.
*
*
* map<string, .google.spanner.v1.Type> param_types = 5;
*/
public Builder removeParamTypes(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
internalGetMutableParamTypes().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map
getMutableParamTypes() {
return internalGetMutableParamTypes().getMutableMap();
}
/**
*
* It is not always possible for Cloud Spanner to infer the right SQL type
* from a JSON value. For example, values of type `BYTES` and values
* of type `STRING` both appear in [params][google.spanner.v1.PartitionQueryRequest.params] as JSON strings.
* In these cases, `param_types` can be used to specify the exact
* SQL type for some or all of the SQL query parameters. See the
* definition of [Type][google.spanner.v1.Type] for more information
* about SQL types.
*
*
* map<string, .google.spanner.v1.Type> param_types = 5;
*/
public Builder putParamTypes(
java.lang.String key,
nl.topicus.jdbc.shaded.com.google.spanner.v1.Type value) {
if (key == null) { throw new java.lang.NullPointerException(); }
if (value == null) { throw new java.lang.NullPointerException(); }
internalGetMutableParamTypes().getMutableMap()
.put(key, value);
return this;
}
/**
*
* It is not always possible for Cloud Spanner to infer the right SQL type
* from a JSON value. For example, values of type `BYTES` and values
* of type `STRING` both appear in [params][google.spanner.v1.PartitionQueryRequest.params] as JSON strings.
* In these cases, `param_types` can be used to specify the exact
* SQL type for some or all of the SQL query parameters. See the
* definition of [Type][google.spanner.v1.Type] for more information
* about SQL types.
*
*
* map<string, .google.spanner.v1.Type> param_types = 5;
*/
public Builder putAllParamTypes(
java.util.Map values) {
internalGetMutableParamTypes().getMutableMap()
.putAll(values);
return this;
}
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 = 6;
*/
public boolean hasPartitionOptions() {
return partitionOptionsBuilder_ != null || partitionOptions_ != null;
}
/**
*
* Additional options that affect how many partitions are created.
*
*
* .google.spanner.v1.PartitionOptions partition_options = 6;
*/
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 = 6;
*/
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 = 6;
*/
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 = 6;
*/
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 = 6;
*/
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 = 6;
*/
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 = 6;
*/
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 = 6;
*/
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.PartitionQueryRequest)
}
// @@protoc_insertion_point(class_scope:google.spanner.v1.PartitionQueryRequest)
private static final nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest();
}
public static nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionQueryRequest 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 PartitionQueryRequest 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 PartitionQueryRequest(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.PartitionQueryRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}