nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure 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/rpc/error_details.proto
package nl.topicus.jdbc.shaded.com.google.rpc;
/**
*
* Describes what preconditions have failed.
* For example, if an RPC failed because it required the Terms of Service to be
* acknowledged, it could list the terms of service violation in the
* PreconditionFailure message.
*
*
* Protobuf type {@code google.rpc.PreconditionFailure}
*/
public final class PreconditionFailure extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.rpc.PreconditionFailure)
PreconditionFailureOrBuilder {
private static final long serialVersionUID = 0L;
// Use PreconditionFailure.newBuilder() to construct.
private PreconditionFailure(nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PreconditionFailure() {
violations_ = java.util.Collections.emptyList();
}
@java.lang.Override
public final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private PreconditionFailure(
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: {
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
violations_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
violations_.add(
input.readMessage(nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.parser(), extensionRegistry));
break;
}
}
}
} catch (nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
violations_ = java.util.Collections.unmodifiableList(violations_);
}
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.rpc.ErrorDetailsProto.internal_static_google_rpc_PreconditionFailure_descriptor;
}
protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return nl.topicus.jdbc.shaded.com.google.rpc.ErrorDetailsProto.internal_static_google_rpc_PreconditionFailure_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.class, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Builder.class);
}
public interface ViolationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.rpc.PreconditionFailure.Violation)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* The type of PreconditionFailure. We recommend using a service-specific
* enum type to define the supported precondition violation types. For
* example, "TOS" for "Terms of Service violation".
*
*
* string type = 1;
*/
java.lang.String getType();
/**
*
* The type of PreconditionFailure. We recommend using a service-specific
* enum type to define the supported precondition violation types. For
* example, "TOS" for "Terms of Service violation".
*
*
* string type = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getTypeBytes();
/**
*
* The subject, relative to the type, that failed.
* For example, "google.com/cloud" relative to the "TOS" type would
* indicate which terms of service is being referenced.
*
*
* string subject = 2;
*/
java.lang.String getSubject();
/**
*
* The subject, relative to the type, that failed.
* For example, "google.com/cloud" relative to the "TOS" type would
* indicate which terms of service is being referenced.
*
*
* string subject = 2;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getSubjectBytes();
/**
*
* A description of how the precondition failed. Developers can use this
* description to understand how to fix the failure.
* For example: "Terms of service not accepted".
*
*
* string description = 3;
*/
java.lang.String getDescription();
/**
*
* A description of how the precondition failed. Developers can use this
* description to understand how to fix the failure.
* For example: "Terms of service not accepted".
*
*
* string description = 3;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getDescriptionBytes();
}
/**
*
* A message type used to describe a single precondition failure.
*
*
* Protobuf type {@code google.rpc.PreconditionFailure.Violation}
*/
public static final class Violation extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.rpc.PreconditionFailure.Violation)
ViolationOrBuilder {
private static final long serialVersionUID = 0L;
// Use Violation.newBuilder() to construct.
private Violation(nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Violation() {
type_ = "";
subject_ = "";
description_ = "";
}
@java.lang.Override
public final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Violation(
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();
type_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
subject_ = s;
break;
}
case 26: {
java.lang.String s = input.readStringRequireUtf8();
description_ = s;
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.rpc.ErrorDetailsProto.internal_static_google_rpc_PreconditionFailure_Violation_descriptor;
}
protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return nl.topicus.jdbc.shaded.com.google.rpc.ErrorDetailsProto.internal_static_google_rpc_PreconditionFailure_Violation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.class, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.Builder.class);
}
public static final int TYPE_FIELD_NUMBER = 1;
private volatile java.lang.Object type_;
/**
*
* The type of PreconditionFailure. We recommend using a service-specific
* enum type to define the supported precondition violation types. For
* example, "TOS" for "Terms of Service violation".
*
*
* string type = 1;
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
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();
type_ = s;
return s;
}
}
/**
*
* The type of PreconditionFailure. We recommend using a service-specific
* enum type to define the supported precondition violation types. For
* example, "TOS" for "Terms of Service violation".
*
*
* string type = 1;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
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);
type_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int SUBJECT_FIELD_NUMBER = 2;
private volatile java.lang.Object subject_;
/**
*
* The subject, relative to the type, that failed.
* For example, "google.com/cloud" relative to the "TOS" type would
* indicate which terms of service is being referenced.
*
*
* string subject = 2;
*/
public java.lang.String getSubject() {
java.lang.Object ref = subject_;
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();
subject_ = s;
return s;
}
}
/**
*
* The subject, relative to the type, that failed.
* For example, "google.com/cloud" relative to the "TOS" type would
* indicate which terms of service is being referenced.
*
*
* string subject = 2;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getSubjectBytes() {
java.lang.Object ref = subject_;
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);
subject_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int DESCRIPTION_FIELD_NUMBER = 3;
private volatile java.lang.Object description_;
/**
*
* A description of how the precondition failed. Developers can use this
* description to understand how to fix the failure.
* For example: "Terms of service not accepted".
*
*
* string description = 3;
*/
public java.lang.String getDescription() {
java.lang.Object ref = description_;
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();
description_ = s;
return s;
}
}
/**
*
* A description of how the precondition failed. Developers can use this
* description to understand how to fix the failure.
* For example: "Terms of service not accepted".
*
*
* string description = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getDescriptionBytes() {
java.lang.Object ref = description_;
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);
description_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
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 (!getTypeBytes().isEmpty()) {
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_);
}
if (!getSubjectBytes().isEmpty()) {
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, subject_);
}
if (!getDescriptionBytes().isEmpty()) {
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 3, description_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getTypeBytes().isEmpty()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, type_);
}
if (!getSubjectBytes().isEmpty()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, subject_);
}
if (!getDescriptionBytes().isEmpty()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_);
}
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.rpc.PreconditionFailure.Violation)) {
return super.equals(obj);
}
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation other = (nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation) obj;
boolean result = true;
result = result && getType()
.equals(other.getType());
result = result && getSubject()
.equals(other.getSubject());
result = result && getDescription()
.equals(other.getDescription());
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) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + getType().hashCode();
hash = (37 * hash) + SUBJECT_FIELD_NUMBER;
hash = (53 * hash) + getSubject().hashCode();
hash = (37 * hash) + DESCRIPTION_FIELD_NUMBER;
hash = (53 * hash) + getDescription().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation parseFrom(byte[] data)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation 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 message type used to describe a single precondition failure.
*
*
* Protobuf type {@code google.rpc.PreconditionFailure.Violation}
*/
public static final class Builder extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.rpc.PreconditionFailure.Violation)
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.ViolationOrBuilder {
public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return nl.topicus.jdbc.shaded.com.google.rpc.ErrorDetailsProto.internal_static_google_rpc_PreconditionFailure_Violation_descriptor;
}
protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return nl.topicus.jdbc.shaded.com.google.rpc.ErrorDetailsProto.internal_static_google_rpc_PreconditionFailure_Violation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.class, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.Builder.class);
}
// Construct using nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.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();
type_ = "";
subject_ = "";
description_ = "";
return this;
}
public nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return nl.topicus.jdbc.shaded.com.google.rpc.ErrorDetailsProto.internal_static_google_rpc_PreconditionFailure_Violation_descriptor;
}
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation getDefaultInstanceForType() {
return nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.getDefaultInstance();
}
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation build() {
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation buildPartial() {
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation result = new nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation(this);
result.type_ = type_;
result.subject_ = subject_;
result.description_ = description_;
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.rpc.PreconditionFailure.Violation) {
return mergeFrom((nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation other) {
if (other == nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.getDefaultInstance()) return this;
if (!other.getType().isEmpty()) {
type_ = other.type_;
onChanged();
}
if (!other.getSubject().isEmpty()) {
subject_ = other.subject_;
onChanged();
}
if (!other.getDescription().isEmpty()) {
description_ = other.description_;
onChanged();
}
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.rpc.PreconditionFailure.Violation 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.rpc.PreconditionFailure.Violation) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object type_ = "";
/**
*
* The type of PreconditionFailure. We recommend using a service-specific
* enum type to define the supported precondition violation types. For
* example, "TOS" for "Terms of Service violation".
*
*
* string type = 1;
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
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();
type_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* The type of PreconditionFailure. We recommend using a service-specific
* enum type to define the supported precondition violation types. For
* example, "TOS" for "Terms of Service violation".
*
*
* string type = 1;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
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);
type_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* The type of PreconditionFailure. We recommend using a service-specific
* enum type to define the supported precondition violation types. For
* example, "TOS" for "Terms of Service violation".
*
*
* string type = 1;
*/
public Builder setType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
type_ = value;
onChanged();
return this;
}
/**
*
* The type of PreconditionFailure. We recommend using a service-specific
* enum type to define the supported precondition violation types. For
* example, "TOS" for "Terms of Service violation".
*
*
* string type = 1;
*/
public Builder clearType() {
type_ = getDefaultInstance().getType();
onChanged();
return this;
}
/**
*
* The type of PreconditionFailure. We recommend using a service-specific
* enum type to define the supported precondition violation types. For
* example, "TOS" for "Terms of Service violation".
*
*
* string type = 1;
*/
public Builder setTypeBytes(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
type_ = value;
onChanged();
return this;
}
private java.lang.Object subject_ = "";
/**
*
* The subject, relative to the type, that failed.
* For example, "google.com/cloud" relative to the "TOS" type would
* indicate which terms of service is being referenced.
*
*
* string subject = 2;
*/
public java.lang.String getSubject() {
java.lang.Object ref = subject_;
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();
subject_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* The subject, relative to the type, that failed.
* For example, "google.com/cloud" relative to the "TOS" type would
* indicate which terms of service is being referenced.
*
*
* string subject = 2;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getSubjectBytes() {
java.lang.Object ref = subject_;
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);
subject_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* The subject, relative to the type, that failed.
* For example, "google.com/cloud" relative to the "TOS" type would
* indicate which terms of service is being referenced.
*
*
* string subject = 2;
*/
public Builder setSubject(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
subject_ = value;
onChanged();
return this;
}
/**
*
* The subject, relative to the type, that failed.
* For example, "google.com/cloud" relative to the "TOS" type would
* indicate which terms of service is being referenced.
*
*
* string subject = 2;
*/
public Builder clearSubject() {
subject_ = getDefaultInstance().getSubject();
onChanged();
return this;
}
/**
*
* The subject, relative to the type, that failed.
* For example, "google.com/cloud" relative to the "TOS" type would
* indicate which terms of service is being referenced.
*
*
* string subject = 2;
*/
public Builder setSubjectBytes(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
subject_ = value;
onChanged();
return this;
}
private java.lang.Object description_ = "";
/**
*
* A description of how the precondition failed. Developers can use this
* description to understand how to fix the failure.
* For example: "Terms of service not accepted".
*
*
* string description = 3;
*/
public java.lang.String getDescription() {
java.lang.Object ref = description_;
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();
description_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* A description of how the precondition failed. Developers can use this
* description to understand how to fix the failure.
* For example: "Terms of service not accepted".
*
*
* string description = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getDescriptionBytes() {
java.lang.Object ref = description_;
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);
description_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* A description of how the precondition failed. Developers can use this
* description to understand how to fix the failure.
* For example: "Terms of service not accepted".
*
*
* string description = 3;
*/
public Builder setDescription(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
description_ = value;
onChanged();
return this;
}
/**
*
* A description of how the precondition failed. Developers can use this
* description to understand how to fix the failure.
* For example: "Terms of service not accepted".
*
*
* string description = 3;
*/
public Builder clearDescription() {
description_ = getDefaultInstance().getDescription();
onChanged();
return this;
}
/**
*
* A description of how the precondition failed. Developers can use this
* description to understand how to fix the failure.
* For example: "Terms of service not accepted".
*
*
* string description = 3;
*/
public Builder setDescriptionBytes(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
description_ = value;
onChanged();
return this;
}
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.rpc.PreconditionFailure.Violation)
}
// @@protoc_insertion_point(class_scope:google.rpc.PreconditionFailure.Violation)
private static final nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation();
}
public static nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation 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 Violation 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 Violation(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.rpc.PreconditionFailure.Violation getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public static final int VIOLATIONS_FIELD_NUMBER = 1;
private java.util.List violations_;
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public java.util.List getViolationsList() {
return violations_;
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.ViolationOrBuilder>
getViolationsOrBuilderList() {
return violations_;
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public int getViolationsCount() {
return violations_.size();
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation getViolations(int index) {
return violations_.get(index);
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.ViolationOrBuilder getViolationsOrBuilder(
int index) {
return violations_.get(index);
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
for (int i = 0; i < violations_.size(); i++) {
output.writeMessage(1, violations_.get(i));
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < violations_.size(); i++) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeMessageSize(1, violations_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure)) {
return super.equals(obj);
}
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure other = (nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure) obj;
boolean result = true;
result = result && getViolationsList()
.equals(other.getViolationsList());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getViolationsCount() > 0) {
hash = (37 * hash) + VIOLATIONS_FIELD_NUMBER;
hash = (53 * hash) + getViolationsList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure 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.rpc.PreconditionFailure 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.rpc.PreconditionFailure 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.rpc.PreconditionFailure 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.rpc.PreconditionFailure parseFrom(byte[] data)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure 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.rpc.PreconditionFailure 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.rpc.PreconditionFailure 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.rpc.PreconditionFailure 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.rpc.PreconditionFailure 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.rpc.PreconditionFailure 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.rpc.PreconditionFailure 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.rpc.PreconditionFailure 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;
}
/**
*
* Describes what preconditions have failed.
* For example, if an RPC failed because it required the Terms of Service to be
* acknowledged, it could list the terms of service violation in the
* PreconditionFailure message.
*
*
* Protobuf type {@code google.rpc.PreconditionFailure}
*/
public static final class Builder extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.rpc.PreconditionFailure)
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailureOrBuilder {
public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return nl.topicus.jdbc.shaded.com.google.rpc.ErrorDetailsProto.internal_static_google_rpc_PreconditionFailure_descriptor;
}
protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return nl.topicus.jdbc.shaded.com.google.rpc.ErrorDetailsProto.internal_static_google_rpc_PreconditionFailure_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.class, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Builder.class);
}
// Construct using nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.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) {
getViolationsFieldBuilder();
}
}
public Builder clear() {
super.clear();
if (violationsBuilder_ == null) {
violations_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
violationsBuilder_.clear();
}
return this;
}
public nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return nl.topicus.jdbc.shaded.com.google.rpc.ErrorDetailsProto.internal_static_google_rpc_PreconditionFailure_descriptor;
}
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure getDefaultInstanceForType() {
return nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.getDefaultInstance();
}
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure build() {
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure buildPartial() {
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure result = new nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure(this);
int from_bitField0_ = bitField0_;
if (violationsBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001)) {
violations_ = java.util.Collections.unmodifiableList(violations_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.violations_ = violations_;
} else {
result.violations_ = violationsBuilder_.build();
}
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.protobuf.Message other) {
if (other instanceof nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure) {
return mergeFrom((nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure other) {
if (other == nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.getDefaultInstance()) return this;
if (violationsBuilder_ == null) {
if (!other.violations_.isEmpty()) {
if (violations_.isEmpty()) {
violations_ = other.violations_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureViolationsIsMutable();
violations_.addAll(other.violations_);
}
onChanged();
}
} else {
if (!other.violations_.isEmpty()) {
if (violationsBuilder_.isEmpty()) {
violationsBuilder_.dispose();
violationsBuilder_ = null;
violations_ = other.violations_;
bitField0_ = (bitField0_ & ~0x00000001);
violationsBuilder_ =
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getViolationsFieldBuilder() : null;
} else {
violationsBuilder_.addAllMessages(other.violations_);
}
}
}
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.rpc.PreconditionFailure 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.rpc.PreconditionFailure) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List violations_ =
java.util.Collections.emptyList();
private void ensureViolationsIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
violations_ = new java.util.ArrayList(violations_);
bitField0_ |= 0x00000001;
}
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.Builder, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.ViolationOrBuilder> violationsBuilder_;
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public java.util.List getViolationsList() {
if (violationsBuilder_ == null) {
return java.util.Collections.unmodifiableList(violations_);
} else {
return violationsBuilder_.getMessageList();
}
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public int getViolationsCount() {
if (violationsBuilder_ == null) {
return violations_.size();
} else {
return violationsBuilder_.getCount();
}
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation getViolations(int index) {
if (violationsBuilder_ == null) {
return violations_.get(index);
} else {
return violationsBuilder_.getMessage(index);
}
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public Builder setViolations(
int index, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation value) {
if (violationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureViolationsIsMutable();
violations_.set(index, value);
onChanged();
} else {
violationsBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public Builder setViolations(
int index, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.Builder builderForValue) {
if (violationsBuilder_ == null) {
ensureViolationsIsMutable();
violations_.set(index, builderForValue.build());
onChanged();
} else {
violationsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public Builder addViolations(nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation value) {
if (violationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureViolationsIsMutable();
violations_.add(value);
onChanged();
} else {
violationsBuilder_.addMessage(value);
}
return this;
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public Builder addViolations(
int index, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation value) {
if (violationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureViolationsIsMutable();
violations_.add(index, value);
onChanged();
} else {
violationsBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public Builder addViolations(
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.Builder builderForValue) {
if (violationsBuilder_ == null) {
ensureViolationsIsMutable();
violations_.add(builderForValue.build());
onChanged();
} else {
violationsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public Builder addViolations(
int index, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.Builder builderForValue) {
if (violationsBuilder_ == null) {
ensureViolationsIsMutable();
violations_.add(index, builderForValue.build());
onChanged();
} else {
violationsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public Builder addAllViolations(
java.lang.Iterable extends nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation> values) {
if (violationsBuilder_ == null) {
ensureViolationsIsMutable();
nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, violations_);
onChanged();
} else {
violationsBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public Builder clearViolations() {
if (violationsBuilder_ == null) {
violations_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
violationsBuilder_.clear();
}
return this;
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public Builder removeViolations(int index) {
if (violationsBuilder_ == null) {
ensureViolationsIsMutable();
violations_.remove(index);
onChanged();
} else {
violationsBuilder_.remove(index);
}
return this;
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.Builder getViolationsBuilder(
int index) {
return getViolationsFieldBuilder().getBuilder(index);
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.ViolationOrBuilder getViolationsOrBuilder(
int index) {
if (violationsBuilder_ == null) {
return violations_.get(index); } else {
return violationsBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public java.util.List extends nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.ViolationOrBuilder>
getViolationsOrBuilderList() {
if (violationsBuilder_ != null) {
return violationsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(violations_);
}
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.Builder addViolationsBuilder() {
return getViolationsFieldBuilder().addBuilder(
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.getDefaultInstance());
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.Builder addViolationsBuilder(
int index) {
return getViolationsFieldBuilder().addBuilder(
index, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.getDefaultInstance());
}
/**
*
* Describes all precondition violations.
*
*
* repeated .google.rpc.PreconditionFailure.Violation violations = 1;
*/
public java.util.List
getViolationsBuilderList() {
return getViolationsFieldBuilder().getBuilderList();
}
private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.Builder, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.ViolationOrBuilder>
getViolationsFieldBuilder() {
if (violationsBuilder_ == null) {
violationsBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3<
nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.Violation.Builder, nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure.ViolationOrBuilder>(
violations_,
((bitField0_ & 0x00000001) == 0x00000001),
getParentForChildren(),
isClean());
violations_ = null;
}
return violationsBuilder_;
}
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.rpc.PreconditionFailure)
}
// @@protoc_insertion_point(class_scope:google.rpc.PreconditionFailure)
private static final nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure();
}
public static nl.topicus.jdbc.shaded.com.google.rpc.PreconditionFailure 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 PreconditionFailure 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 PreconditionFailure(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.rpc.PreconditionFailure getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}