nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta 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/iam/v1/policy.proto
package nl.topicus.jdbc.shaded.com.google.iam.v1;
/**
*
* One delta entry for Binding. Each individual change (only one member in each
* entry) to a binding will be a separate entry.
*
*
* Protobuf type {@code google.iam.v1.BindingDelta}
*/
public final class BindingDelta extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.iam.v1.BindingDelta)
BindingDeltaOrBuilder {
private static final long serialVersionUID = 0L;
// Use BindingDelta.newBuilder() to construct.
private BindingDelta(nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private BindingDelta() {
action_ = 0;
role_ = "";
member_ = "";
}
@java.lang.Override
public final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private BindingDelta(
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 8: {
int rawValue = input.readEnum();
action_ = rawValue;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
role_ = s;
break;
}
case 26: {
java.lang.String s = input.readStringRequireUtf8();
member_ = 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.iam.v1.PolicyProto.internal_static_google_iam_v1_BindingDelta_descriptor;
}
protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return nl.topicus.jdbc.shaded.com.google.iam.v1.PolicyProto.internal_static_google_iam_v1_BindingDelta_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.class, nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Builder.class);
}
/**
*
* The type of action performed on a Binding in a policy.
*
*
* Protobuf enum {@code google.iam.v1.BindingDelta.Action}
*/
public enum Action
implements nl.topicus.jdbc.shaded.com.google.protobuf.ProtocolMessageEnum {
/**
*
* Unspecified.
*
*
* ACTION_UNSPECIFIED = 0;
*/
ACTION_UNSPECIFIED(0),
/**
*
* Addition of a Binding.
*
*
* ADD = 1;
*/
ADD(1),
/**
*
* Removal of a Binding.
*
*
* REMOVE = 2;
*/
REMOVE(2),
UNRECOGNIZED(-1),
;
/**
*
* Unspecified.
*
*
* ACTION_UNSPECIFIED = 0;
*/
public static final int ACTION_UNSPECIFIED_VALUE = 0;
/**
*
* Addition of a Binding.
*
*
* ADD = 1;
*/
public static final int ADD_VALUE = 1;
/**
*
* Removal of a Binding.
*
*
* REMOVE = 2;
*/
public static final int REMOVE_VALUE = 2;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static Action valueOf(int value) {
return forNumber(value);
}
public static Action forNumber(int value) {
switch (value) {
case 0: return ACTION_UNSPECIFIED;
case 1: return ADD;
case 2: return REMOVE;
default: return null;
}
}
public static nl.topicus.jdbc.shaded.com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final nl.topicus.jdbc.shaded.com.google.protobuf.Internal.EnumLiteMap<
Action> internalValueMap =
new nl.topicus.jdbc.shaded.com.google.protobuf.Internal.EnumLiteMap() {
public Action findValueByNumber(int number) {
return Action.forNumber(number);
}
};
public final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
return getDescriptor().getValues().get(ordinal());
}
public final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.getDescriptor().getEnumTypes().get(0);
}
private static final Action[] VALUES = values();
public static Action valueOf(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private Action(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:google.iam.v1.BindingDelta.Action)
}
public static final int ACTION_FIELD_NUMBER = 1;
private int action_;
/**
*
* The action that was performed on a Binding.
* Required
*
*
* .google.iam.v1.BindingDelta.Action action = 1;
*/
public int getActionValue() {
return action_;
}
/**
*
* The action that was performed on a Binding.
* Required
*
*
* .google.iam.v1.BindingDelta.Action action = 1;
*/
public nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action getAction() {
nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action result = nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action.valueOf(action_);
return result == null ? nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action.UNRECOGNIZED : result;
}
public static final int ROLE_FIELD_NUMBER = 2;
private volatile java.lang.Object role_;
/**
*
* Role that is assigned to `members`.
* For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Required
*
*
* string role = 2;
*/
public java.lang.String getRole() {
java.lang.Object ref = role_;
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();
role_ = s;
return s;
}
}
/**
*
* Role that is assigned to `members`.
* For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Required
*
*
* string role = 2;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getRoleBytes() {
java.lang.Object ref = role_;
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);
role_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
public static final int MEMBER_FIELD_NUMBER = 3;
private volatile java.lang.Object member_;
/**
*
* A single identity requesting access for a Cloud Platform resource.
* Follows the same format of Binding.members.
* Required
*
*
* string member = 3;
*/
public java.lang.String getMember() {
java.lang.Object ref = member_;
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();
member_ = s;
return s;
}
}
/**
*
* A single identity requesting access for a Cloud Platform resource.
* Follows the same format of Binding.members.
* Required
*
*
* string member = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getMemberBytes() {
java.lang.Object ref = member_;
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);
member_ = 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 (action_ != nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action.ACTION_UNSPECIFIED.getNumber()) {
output.writeEnum(1, action_);
}
if (!getRoleBytes().isEmpty()) {
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, role_);
}
if (!getMemberBytes().isEmpty()) {
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 3, member_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (action_ != nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action.ACTION_UNSPECIFIED.getNumber()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream
.computeEnumSize(1, action_);
}
if (!getRoleBytes().isEmpty()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, role_);
}
if (!getMemberBytes().isEmpty()) {
size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(3, member_);
}
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.iam.v1.BindingDelta)) {
return super.equals(obj);
}
nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta other = (nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta) obj;
boolean result = true;
result = result && action_ == other.action_;
result = result && getRole()
.equals(other.getRole());
result = result && getMember()
.equals(other.getMember());
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) + ACTION_FIELD_NUMBER;
hash = (53 * hash) + action_;
hash = (37 * hash) + ROLE_FIELD_NUMBER;
hash = (53 * hash) + getRole().hashCode();
hash = (37 * hash) + MEMBER_FIELD_NUMBER;
hash = (53 * hash) + getMember().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta 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.iam.v1.BindingDelta 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.iam.v1.BindingDelta 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.iam.v1.BindingDelta 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.iam.v1.BindingDelta parseFrom(byte[] data)
throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta 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.iam.v1.BindingDelta 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.iam.v1.BindingDelta 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.iam.v1.BindingDelta 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.iam.v1.BindingDelta 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.iam.v1.BindingDelta 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.iam.v1.BindingDelta 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.iam.v1.BindingDelta 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;
}
/**
*
* One delta entry for Binding. Each individual change (only one member in each
* entry) to a binding will be a separate entry.
*
*
* Protobuf type {@code google.iam.v1.BindingDelta}
*/
public static final class Builder extends
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.iam.v1.BindingDelta)
nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDeltaOrBuilder {
public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return nl.topicus.jdbc.shaded.com.google.iam.v1.PolicyProto.internal_static_google_iam_v1_BindingDelta_descriptor;
}
protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return nl.topicus.jdbc.shaded.com.google.iam.v1.PolicyProto.internal_static_google_iam_v1_BindingDelta_fieldAccessorTable
.ensureFieldAccessorsInitialized(
nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.class, nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Builder.class);
}
// Construct using nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.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();
action_ = 0;
role_ = "";
member_ = "";
return this;
}
public nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return nl.topicus.jdbc.shaded.com.google.iam.v1.PolicyProto.internal_static_google_iam_v1_BindingDelta_descriptor;
}
public nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta getDefaultInstanceForType() {
return nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.getDefaultInstance();
}
public nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta build() {
nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta buildPartial() {
nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta result = new nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta(this);
result.action_ = action_;
result.role_ = role_;
result.member_ = member_;
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.iam.v1.BindingDelta) {
return mergeFrom((nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta other) {
if (other == nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.getDefaultInstance()) return this;
if (other.action_ != 0) {
setActionValue(other.getActionValue());
}
if (!other.getRole().isEmpty()) {
role_ = other.role_;
onChanged();
}
if (!other.getMember().isEmpty()) {
member_ = other.member_;
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.iam.v1.BindingDelta 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.iam.v1.BindingDelta) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int action_ = 0;
/**
*
* The action that was performed on a Binding.
* Required
*
*
* .google.iam.v1.BindingDelta.Action action = 1;
*/
public int getActionValue() {
return action_;
}
/**
*
* The action that was performed on a Binding.
* Required
*
*
* .google.iam.v1.BindingDelta.Action action = 1;
*/
public Builder setActionValue(int value) {
action_ = value;
onChanged();
return this;
}
/**
*
* The action that was performed on a Binding.
* Required
*
*
* .google.iam.v1.BindingDelta.Action action = 1;
*/
public nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action getAction() {
nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action result = nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action.valueOf(action_);
return result == null ? nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action.UNRECOGNIZED : result;
}
/**
*
* The action that was performed on a Binding.
* Required
*
*
* .google.iam.v1.BindingDelta.Action action = 1;
*/
public Builder setAction(nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action value) {
if (value == null) {
throw new NullPointerException();
}
action_ = value.getNumber();
onChanged();
return this;
}
/**
*
* The action that was performed on a Binding.
* Required
*
*
* .google.iam.v1.BindingDelta.Action action = 1;
*/
public Builder clearAction() {
action_ = 0;
onChanged();
return this;
}
private java.lang.Object role_ = "";
/**
*
* Role that is assigned to `members`.
* For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Required
*
*
* string role = 2;
*/
public java.lang.String getRole() {
java.lang.Object ref = role_;
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();
role_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Role that is assigned to `members`.
* For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Required
*
*
* string role = 2;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getRoleBytes() {
java.lang.Object ref = role_;
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);
role_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* Role that is assigned to `members`.
* For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Required
*
*
* string role = 2;
*/
public Builder setRole(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
role_ = value;
onChanged();
return this;
}
/**
*
* Role that is assigned to `members`.
* For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Required
*
*
* string role = 2;
*/
public Builder clearRole() {
role_ = getDefaultInstance().getRole();
onChanged();
return this;
}
/**
*
* Role that is assigned to `members`.
* For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Required
*
*
* string role = 2;
*/
public Builder setRoleBytes(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
role_ = value;
onChanged();
return this;
}
private java.lang.Object member_ = "";
/**
*
* A single identity requesting access for a Cloud Platform resource.
* Follows the same format of Binding.members.
* Required
*
*
* string member = 3;
*/
public java.lang.String getMember() {
java.lang.Object ref = member_;
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();
member_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* A single identity requesting access for a Cloud Platform resource.
* Follows the same format of Binding.members.
* Required
*
*
* string member = 3;
*/
public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getMemberBytes() {
java.lang.Object ref = member_;
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);
member_ = b;
return b;
} else {
return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref;
}
}
/**
*
* A single identity requesting access for a Cloud Platform resource.
* Follows the same format of Binding.members.
* Required
*
*
* string member = 3;
*/
public Builder setMember(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
member_ = value;
onChanged();
return this;
}
/**
*
* A single identity requesting access for a Cloud Platform resource.
* Follows the same format of Binding.members.
* Required
*
*
* string member = 3;
*/
public Builder clearMember() {
member_ = getDefaultInstance().getMember();
onChanged();
return this;
}
/**
*
* A single identity requesting access for a Cloud Platform resource.
* Follows the same format of Binding.members.
* Required
*
*
* string member = 3;
*/
public Builder setMemberBytes(
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
member_ = 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.iam.v1.BindingDelta)
}
// @@protoc_insertion_point(class_scope:google.iam.v1.BindingDelta)
private static final nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta();
}
public static nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta 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 BindingDelta 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 BindingDelta(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.iam.v1.BindingDelta getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}