Package com.google.iam.v1
Class BindingDelta
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<BindingDelta,BindingDelta.Builder>
com.google.iam.v1.BindingDelta
- All Implemented Interfaces:
BindingDeltaOrBuilder,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder
public final class BindingDelta
extends com.google.protobuf.GeneratedMessageLite<BindingDelta,BindingDelta.Builder>
implements BindingDeltaOrBuilder
One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.Protobuf type
google.iam.v1.BindingDelta-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of action performed on a Binding in a policy.static final classOne delta entry for Binding.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) The action that was performed on a Binding.intThe action that was performed on a Binding.The condition that is associated with this binding.static BindingDeltaA single identity requesting access for a Google Cloud resource.com.google.protobuf.ByteStringA single identity requesting access for a Google Cloud resource.getRole()Role that is assigned to `members`.com.google.protobuf.ByteStringRole that is assigned to `members`.booleanThe condition that is associated with this binding.static BindingDelta.Builderstatic BindingDelta.BuildernewBuilder(BindingDelta prototype) static BindingDeltaparseDelimitedFrom(InputStream input) static BindingDeltaparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BindingDeltaparseFrom(byte[] data) static BindingDeltaparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BindingDeltaparseFrom(com.google.protobuf.ByteString data) static BindingDeltaparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BindingDeltaparseFrom(com.google.protobuf.CodedInputStream input) static BindingDeltaparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BindingDeltaparseFrom(InputStream input) static BindingDeltaparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BindingDeltaparseFrom(ByteBuffer data) static BindingDeltaparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<BindingDelta>parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER- See Also:
-
ROLE_FIELD_NUMBER
public static final int ROLE_FIELD_NUMBER- See Also:
-
MEMBER_FIELD_NUMBER
public static final int MEMBER_FIELD_NUMBER- See Also:
-
CONDITION_FIELD_NUMBER
public static final int CONDITION_FIELD_NUMBER- See Also:
-
-
Method Details
-
getActionValue
public int getActionValue()The action that was performed on a Binding. Required
.google.iam.v1.BindingDelta.Action action = 1 [json_name = "action"];- Specified by:
getActionValuein interfaceBindingDeltaOrBuilder- Returns:
- The enum numeric value on the wire for action.
-
getAction
The action that was performed on a Binding. Required
.google.iam.v1.BindingDelta.Action action = 1 [json_name = "action"];- Specified by:
getActionin interfaceBindingDeltaOrBuilder- Returns:
- The action.
-
getRole
Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. Required
string role = 2 [json_name = "role"];- Specified by:
getRolein interfaceBindingDeltaOrBuilder- Returns:
- The role.
-
getRoleBytes
public com.google.protobuf.ByteString getRoleBytes()Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. Required
string role = 2 [json_name = "role"];- Specified by:
getRoleBytesin interfaceBindingDeltaOrBuilder- Returns:
- The bytes for role.
-
getMember
A single identity requesting access for a Google Cloud resource. Follows the same format of Binding.members. Required
string member = 3 [json_name = "member"];- Specified by:
getMemberin interfaceBindingDeltaOrBuilder- Returns:
- The member.
-
getMemberBytes
public com.google.protobuf.ByteString getMemberBytes()A single identity requesting access for a Google Cloud resource. Follows the same format of Binding.members. Required
string member = 3 [json_name = "member"];- Specified by:
getMemberBytesin interfaceBindingDeltaOrBuilder- Returns:
- The bytes for member.
-
hasCondition
public boolean hasCondition()The condition that is associated with this binding.
.google.type.Expr condition = 4 [json_name = "condition"];- Specified by:
hasConditionin interfaceBindingDeltaOrBuilder- Returns:
- Whether the condition field is set.
-
getCondition
The condition that is associated with this binding.
.google.type.Expr condition = 4 [json_name = "condition"];- Specified by:
getConditionin interfaceBindingDeltaOrBuilder- Returns:
- The condition.
-
parseFrom
public static BindingDelta parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BindingDelta parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BindingDelta parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BindingDelta parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BindingDelta parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BindingDelta parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static BindingDelta parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static BindingDelta parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static BindingDelta parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
-
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<BindingDelta,BindingDelta.Builder>
-
getDefaultInstance
-
parser
-