nl.topicus.jdbc.shaded.com.google.spanner.v1.Session 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;
/**
*
* A session in the Cloud Spanner API.
*
*
* Protobuf type {@code google.spanner.v1.Session}
*/
public final class Session extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.spanner.v1.Session)
SessionOrBuilder {
private static final long serialVersionUID = 0L;
// Use Session.newBuilder() to construct.
private Session(nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Session() {
name_ = "";
}
@java.lang.Override
public final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Session(
nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input,
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields =
nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
name_ = s;
break;
}
case 18: {
if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
labels_ = nl.topicus.jdbc.shaded.com.google.protobuf.MapField.newMapField(
LabelsDefaultEntryHolder.defaultEntry);
mutable_bitField0_ |= 0x00000002;
}
nl.topicus.jdbc.shaded.com.google.protobuf.MapEntry
labels__ = input.readMessage(
LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
labels_.getMutableMap().put(
labels__.getKey(), labels__.getValue());
break;
}
case 26: {
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder subBuilder = null;
if (createTime_ != null) {
subBuilder = createTime_.toBuilder();
}
createTime_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(createTime_);
createTime_ = subBuilder.buildPartial();
}
break;
}
case 34: {
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder subBuilder = null;
if (approximateLastUseTime_ != null) {
subBuilder = approximateLastUseTime_.toBuilder();
}
approximateLastUseTime_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(approximateLastUseTime_);
approximateLastUseTime_ = 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_Session_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected nl.topicus.jdbc.shaded.com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 2:
return internalGetLabels();
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_Session_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.spanner.v1.Session.class, nl.topicus.jdbc.shaded.com.google.spanner.v1.Session.Builder.class);
}
private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object name_;
/**
*
* The name of the session. This is always system-assigned; values provided
* when creating a session are ignored.
*
*
* string name = 1;
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
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();
name_ = s;
return s;
}
}
/**
*
* The name of the session. This is always system-assigned; values provided
* when creating a session are ignored.
*
*
* string name = 1;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
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);
name_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int LABELS_FIELD_NUMBER = 2;
private static final class LabelsDefaultEntryHolder {
static final nl.topicus.jdbc.shaded.com.google.protobuf.MapEntry<
java.lang.String, java.lang.String> defaultEntry =
nl.topicus.jdbc.shaded.com.google.protobuf.MapEntry
.newDefaultInstance(
nl.topicus.jdbc.shaded.com.google.spanner.v1.SpannerProto.internal_static_google_spanner_v1_Session_LabelsEntry_descriptor,
nl.topicus.jdbc.shaded.com.google.protobuf.WireFormat.FieldType.STRING,
"",
nl.topicus.jdbc.shaded.com.google.protobuf.WireFormat.FieldType.STRING,
"");
}
private nl.topicus.jdbc.shaded.com.google.protobuf.MapField<
java.lang.String, java.lang.String> labels_;
private nl.topicus.jdbc.shaded.com.google.protobuf.MapField
internalGetLabels() {
if (labels_ == null) {
return nl.topicus.jdbc.shaded.com.google.protobuf.MapField.emptyMapField(
LabelsDefaultEntryHolder.defaultEntry);
}
return labels_;
}
public int getLabelsCount() {
return internalGetLabels().getMap().size();
}
/**
*
* The labels for the session.
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* * No more than 64 labels can be associated with a given session.
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
*
* map<string, string> labels = 2;
*/
public boolean containsLabels(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetLabels().getMap().containsKey(key);
}
/**
* Use {@link #getLabelsMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getLabels() {
return getLabelsMap();
}
/**
*
* The labels for the session.
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* * No more than 64 labels can be associated with a given session.
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
*
* map<string, string> labels = 2;
*/
public java.util.Map getLabelsMap() {
return internalGetLabels().getMap();
}
/**
*
* The labels for the session.
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* * No more than 64 labels can be associated with a given session.
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
*
* map<string, string> labels = 2;
*/
public java.lang.String getLabelsOrDefault(
java.lang.String key,
java.lang.String defaultValue) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetLabels().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
* The labels for the session.
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* * No more than 64 labels can be associated with a given session.
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
*
* map<string, string> labels = 2;
*/
public java.lang.String getLabelsOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetLabels().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public static final int CREATE_TIME_FIELD_NUMBER = 3;
private nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp createTime_;
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
public boolean hasCreateTime() {
return createTime_ != null;
}
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp getCreateTime() {
return createTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : createTime_;
}
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
return getCreateTime();
}
public static final int APPROXIMATE_LAST_USE_TIME_FIELD_NUMBER = 4;
private nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp approximateLastUseTime_;
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
public boolean hasApproximateLastUseTime() {
return approximateLastUseTime_ != null;
}
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp getApproximateLastUseTime() {
return approximateLastUseTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : approximateLastUseTime_;
}
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder getApproximateLastUseTimeOrBuilder() {
return getApproximateLastUseTime();
}
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 (!getNameBytes().isEmpty()) {
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3
.serializeStringMapTo(
output,
internalGetLabels(),
LabelsDefaultEntryHolder.defaultEntry,
2);
if (createTime_ != null) {
output.writeMessage(3, getCreateTime());
}
if (approximateLastUseTime_ != null) {
output.writeMessage(4, getApproximateLastUseTime());
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getNameBytes().isEmpty()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
for (java.util.Map.Entry entry
: internalGetLabels().getMap().entrySet()) {
nl.topicus.jdbc.shaded.com.google.protobuf.MapEntry
labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(2, labels__);
}
if (createTime_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getCreateTime());
}
if (approximateLastUseTime_ != null) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getApproximateLastUseTime());
}
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.Session)) {
return super.equals(obj);
}
nl.topicus.jdbc.shaded.com.google.spanner.v1.Session other = (nl.topicus.jdbc.shaded.com.google.spanner.v1.Session) obj;
boolean result = true;
result = result && getName()
.equals(other.getName());
result = result && internalGetLabels().equals(
other.internalGetLabels());
result = result && (hasCreateTime() == other.hasCreateTime());
if (hasCreateTime()) {
result = result && getCreateTime()
.equals(other.getCreateTime());
}
result = result && (hasApproximateLastUseTime() == other.hasApproximateLastUseTime());
if (hasApproximateLastUseTime()) {
result = result && getApproximateLastUseTime()
.equals(other.getApproximateLastUseTime());
}
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) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
if (!internalGetLabels().getMap().isEmpty()) {
hash = (37 * hash) + LABELS_FIELD_NUMBER;
hash = (53 * hash) + internalGetLabels().hashCode();
}
if (hasCreateTime()) {
hash = (37 * hash) + CREATE_TIME_FIELD_NUMBER;
hash = (53 * hash) + getCreateTime().hashCode();
}
if (hasApproximateLastUseTime()) {
hash = (37 * hash) + APPROXIMATE_LAST_USE_TIME_FIELD_NUMBER;
hash = (53 * hash) + getApproximateLastUseTime().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static nl.topicus.jdbc.shaded.com.google.spanner.v1.Session 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.Session 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.Session 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.Session 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.Session 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.Session 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.Session 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.Session 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.Session 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.Session 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.Session 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.Session 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.Session 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;
}
/**
*
* A session in the Cloud Spanner API.
*
*
* Protobuf type {@code google.spanner.v1.Session}
*/
public static final class Builder extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.spanner.v1.Session)
nl.topicus.jdbc.shaded.com.google.spanner.v1.SessionOrBuilder {
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_Session_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected nl.topicus.jdbc.shaded.com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 2:
return internalGetLabels();
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 2:
return internalGetMutableLabels();
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_Session_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.spanner.v1.Session.class, nl.topicus.jdbc.shaded.com.google.spanner.v1.Session.Builder.class);
}
// Construct using nl.topicus.jdbc.shaded.com.google.spanner.v1.Session.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();
name_ = "";
internalGetMutableLabels().clear();
if (createTimeBuilder_ == null) {
createTime_ = null;
} else {
createTime_ = null;
createTimeBuilder_ = null;
}
if (approximateLastUseTimeBuilder_ == null) {
approximateLastUseTime_ = null;
} else {
approximateLastUseTime_ = null;
approximateLastUseTimeBuilder_ = 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_Session_descriptor;
}
public nl.topicus.jdbc.shaded.com.google.spanner.v1.Session getDefaultInstanceForType() {
return nl.topicus.jdbc.shaded.com.google.spanner.v1.Session.getDefaultInstance();
}
public nl.topicus.jdbc.shaded.com.google.spanner.v1.Session build() {
nl.topicus.jdbc.shaded.com.google.spanner.v1.Session result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public nl.topicus.jdbc.shaded.com.google.spanner.v1.Session buildPartial() {
nl.topicus.jdbc.shaded.com.google.spanner.v1.Session result = new nl.topicus.jdbc.shaded.com.google.spanner.v1.Session(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.name_ = name_;
result.labels_ = internalGetLabels();
result.labels_.makeImmutable();
if (createTimeBuilder_ == null) {
result.createTime_ = createTime_;
} else {
result.createTime_ = createTimeBuilder_.build();
}
if (approximateLastUseTimeBuilder_ == null) {
result.approximateLastUseTime_ = approximateLastUseTime_;
} else {
result.approximateLastUseTime_ = approximateLastUseTimeBuilder_.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.Session) {
return mergeFrom((nl.topicus.jdbc.shaded.com.google.spanner.v1.Session)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.spanner.v1.Session other) {
if (other == nl.topicus.jdbc.shaded.com.google.spanner.v1.Session.getDefaultInstance()) return this;
if (!other.getName().isEmpty()) {
name_ = other.name_;
onChanged();
}
internalGetMutableLabels().mergeFrom(
other.internalGetLabels());
if (other.hasCreateTime()) {
mergeCreateTime(other.getCreateTime());
}
if (other.hasApproximateLastUseTime()) {
mergeApproximateLastUseTime(other.getApproximateLastUseTime());
}
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.Session 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.Session) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object name_ = "";
/**
*
* The name of the session. This is always system-assigned; values provided
* when creating a session are ignored.
*
*
* string name = 1;
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
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();
name_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* The name of the session. This is always system-assigned; values provided
* when creating a session are ignored.
*
*
* string name = 1;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
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);
name_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* The name of the session. This is always system-assigned; values provided
* when creating a session are ignored.
*
*
* string name = 1;
*/
public Builder setName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
name_ = value;
onChanged();
return this;
}
/**
*
* The name of the session. This is always system-assigned; values provided
* when creating a session are ignored.
*
*
* string name = 1;
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
onChanged();
return this;
}
/**
*
* The name of the session. This is always system-assigned; values provided
* when creating a session are ignored.
*
*
* string name = 1;
*/
public Builder setNameBytes(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
name_ = value;
onChanged();
return this;
}
private nl.topicus.jdbc.shaded.com.google.protobuf.MapField<
java.lang.String, java.lang.String> labels_;
private nl.topicus.jdbc.shaded.com.google.protobuf.MapField
internalGetLabels() {
if (labels_ == null) {
return nl.topicus.jdbc.shaded.com.google.protobuf.MapField.emptyMapField(
LabelsDefaultEntryHolder.defaultEntry);
}
return labels_;
}
private nl.topicus.jdbc.shaded.com.google.protobuf.MapField
internalGetMutableLabels() {
onChanged();;
if (labels_ == null) {
labels_ = nl.topicus.jdbc.shaded.com.google.protobuf.MapField.newMapField(
LabelsDefaultEntryHolder.defaultEntry);
}
if (!labels_.isMutable()) {
labels_ = labels_.copy();
}
return labels_;
}
public int getLabelsCount() {
return internalGetLabels().getMap().size();
}
/**
*
* The labels for the session.
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* * No more than 64 labels can be associated with a given session.
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
*
* map<string, string> labels = 2;
*/
public boolean containsLabels(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetLabels().getMap().containsKey(key);
}
/**
* Use {@link #getLabelsMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getLabels() {
return getLabelsMap();
}
/**
*
* The labels for the session.
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* * No more than 64 labels can be associated with a given session.
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
*
* map<string, string> labels = 2;
*/
public java.util.Map getLabelsMap() {
return internalGetLabels().getMap();
}
/**
*
* The labels for the session.
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* * No more than 64 labels can be associated with a given session.
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
*
* map<string, string> labels = 2;
*/
public java.lang.String getLabelsOrDefault(
java.lang.String key,
java.lang.String defaultValue) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetLabels().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
* The labels for the session.
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* * No more than 64 labels can be associated with a given session.
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
*
* map<string, string> labels = 2;
*/
public java.lang.String getLabelsOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetLabels().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearLabels() {
internalGetMutableLabels().getMutableMap()
.clear();
return this;
}
/**
*
* The labels for the session.
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* * No more than 64 labels can be associated with a given session.
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
*
* map<string, string> labels = 2;
*/
public Builder removeLabels(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
internalGetMutableLabels().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map
getMutableLabels() {
return internalGetMutableLabels().getMutableMap();
}
/**
*
* The labels for the session.
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* * No more than 64 labels can be associated with a given session.
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
*
* map<string, string> labels = 2;
*/
public Builder putLabels(
java.lang.String key,
java.lang.String value) {
if (key == null) { throw new java.lang.NullPointerException(); }
if (value == null) { throw new java.lang.NullPointerException(); }
internalGetMutableLabels().getMutableMap()
.put(key, value);
return this;
}
/**
*
* The labels for the session.
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
* * No more than 64 labels can be associated with a given session.
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
*
* map<string, string> labels = 2;
*/
public Builder putAllLabels(
java.util.Map values) {
internalGetMutableLabels().getMutableMap()
.putAll(values);
return this;
}
private nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp createTime_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder> createTimeBuilder_;
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
public boolean hasCreateTime() {
return createTimeBuilder_ != null || createTime_ != null;
}
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp getCreateTime() {
if (createTimeBuilder_ == null) {
return createTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : createTime_;
} else {
return createTimeBuilder_.getMessage();
}
}
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
public Builder setCreateTime(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp value) {
if (createTimeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
createTime_ = value;
onChanged();
} else {
createTimeBuilder_.setMessage(value);
}
return this;
}
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
public Builder setCreateTime(
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder builderForValue) {
if (createTimeBuilder_ == null) {
createTime_ = builderForValue.build();
onChanged();
} else {
createTimeBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
public Builder mergeCreateTime(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp value) {
if (createTimeBuilder_ == null) {
if (createTime_ != null) {
createTime_ =
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial();
} else {
createTime_ = value;
}
onChanged();
} else {
createTimeBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
public Builder clearCreateTime() {
if (createTimeBuilder_ == null) {
createTime_ = null;
onChanged();
} else {
createTime_ = null;
createTimeBuilder_ = null;
}
return this;
}
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() {
onChanged();
return getCreateTimeFieldBuilder().getBuilder();
}
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
if (createTimeBuilder_ != null) {
return createTimeBuilder_.getMessageOrBuilder();
} else {
return createTime_ == null ?
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : createTime_;
}
}
/**
*
* Output only. The timestamp when the session is created.
*
*
* .google.protobuf.Timestamp create_time = 3;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder>
getCreateTimeFieldBuilder() {
if (createTimeBuilder_ == null) {
createTimeBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder>(
getCreateTime(),
getParentForChildren(),
isClean());
createTime_ = null;
}
return createTimeBuilder_;
}
private nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp approximateLastUseTime_ = null;
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder> approximateLastUseTimeBuilder_;
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
public boolean hasApproximateLastUseTime() {
return approximateLastUseTimeBuilder_ != null || approximateLastUseTime_ != null;
}
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp getApproximateLastUseTime() {
if (approximateLastUseTimeBuilder_ == null) {
return approximateLastUseTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : approximateLastUseTime_;
} else {
return approximateLastUseTimeBuilder_.getMessage();
}
}
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
public Builder setApproximateLastUseTime(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp value) {
if (approximateLastUseTimeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
approximateLastUseTime_ = value;
onChanged();
} else {
approximateLastUseTimeBuilder_.setMessage(value);
}
return this;
}
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
public Builder setApproximateLastUseTime(
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder builderForValue) {
if (approximateLastUseTimeBuilder_ == null) {
approximateLastUseTime_ = builderForValue.build();
onChanged();
} else {
approximateLastUseTimeBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
public Builder mergeApproximateLastUseTime(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp value) {
if (approximateLastUseTimeBuilder_ == null) {
if (approximateLastUseTime_ != null) {
approximateLastUseTime_ =
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.newBuilder(approximateLastUseTime_).mergeFrom(value).buildPartial();
} else {
approximateLastUseTime_ = value;
}
onChanged();
} else {
approximateLastUseTimeBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
public Builder clearApproximateLastUseTime() {
if (approximateLastUseTimeBuilder_ == null) {
approximateLastUseTime_ = null;
onChanged();
} else {
approximateLastUseTime_ = null;
approximateLastUseTimeBuilder_ = null;
}
return this;
}
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder getApproximateLastUseTimeBuilder() {
onChanged();
return getApproximateLastUseTimeFieldBuilder().getBuilder();
}
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder getApproximateLastUseTimeOrBuilder() {
if (approximateLastUseTimeBuilder_ != null) {
return approximateLastUseTimeBuilder_.getMessageOrBuilder();
} else {
return approximateLastUseTime_ == null ?
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : approximateLastUseTime_;
}
}
/**
*
* Output only. The approximate timestamp when the session is last used. It is
* typically earlier than the actual last use time.
*
*
* .google.protobuf.Timestamp approximate_last_use_time = 4;
*/
private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder>
getApproximateLastUseTimeFieldBuilder() {
if (approximateLastUseTimeBuilder_ == null) {
approximateLastUseTimeBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder>(
getApproximateLastUseTime(),
getParentForChildren(),
isClean());
approximateLastUseTime_ = null;
}
return approximateLastUseTimeBuilder_;
}
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);
}
/**
* @deprecated Use the following instead:
*
* protoBuilder.setName(sessionName.toString());
*
*/
@Deprecated
public final Builder setNameWithSessionName(nl.topicus.jdbc.shaded.com.google.spanner.v1.SessionName value) {
if (value == null) {
return setName("");
}
return setName(value.toString());
}
/**
* @deprecated Use the following instead:
*
* SessionName.parse(protoBuilder.getName());
*
*/
@Deprecated
public final nl.topicus.jdbc.shaded.com.google.spanner.v1.SessionName getNameAsSessionName() {
java.lang.String str = getName();
if (str.isEmpty()) {
return null;
}
return nl.topicus.jdbc.shaded.com.google.spanner.v1.SessionName.parse(str);
}
// @@protoc_insertion_point(builder_scope:google.spanner.v1.Session)
}
/**
* @deprecated Use the following instead:
*
* SessionName.parse(protoObject.getName());
*
*/
@Deprecated
public final nl.topicus.jdbc.shaded.com.google.spanner.v1.SessionName getNameAsSessionName() {
java.lang.String str = getName();
if (str.isEmpty()) {
return null;
}
return nl.topicus.jdbc.shaded.com.google.spanner.v1.SessionName.parse(str);
}
// @@protoc_insertion_point(class_scope:google.spanner.v1.Session)
private static final nl.topicus.jdbc.shaded.com.google.spanner.v1.Session DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new nl.topicus.jdbc.shaded.com.google.spanner.v1.Session();
}
public static nl.topicus.jdbc.shaded.com.google.spanner.v1.Session 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 Session 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 Session(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.Session getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}