Send feedback
Class BindingDelta (1.35.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.35.0 keyboard_arrow_down
public final class BindingDelta extends GeneratedMessageV3 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
Field Value
Type
Description
int
CONDITION_FIELD_NUMBER
public static final int CONDITION_FIELD_NUMBER
Field Value
Type
Description
int
MEMBER_FIELD_NUMBER
public static final int MEMBER_FIELD_NUMBER
Field Value
Type
Description
int
ROLE_FIELD_NUMBER
public static final int ROLE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static BindingDelta getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static BindingDelta . Builder newBuilder ()
newBuilder(BindingDelta prototype)
public static BindingDelta . Builder newBuilder ( BindingDelta prototype )
public static BindingDelta parseDelimitedFrom ( InputStream input )
public static BindingDelta parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static BindingDelta parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static BindingDelta parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static BindingDelta parseFrom ( CodedInputStream input )
public static BindingDelta parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static BindingDelta parseFrom ( InputStream input )
public static BindingDelta parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static BindingDelta parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<BindingDelta> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAction()
public BindingDelta . Action getAction ()
The action that was performed on a Binding.
Required
.google.iam.v1.BindingDelta.Action action = 1;
getActionValue()
public int getActionValue ()
The action that was performed on a Binding.
Required
.google.iam.v1.BindingDelta.Action action = 1;
Returns
Type
Description
int
The enum numeric value on the wire for action.
getCondition()
public Expr getCondition ()
The condition that is associated with this binding.
.google.type.Expr condition = 4;
Returns
Type
Description
com.google.type.Expr
The condition.
getConditionOrBuilder()
public ExprOrBuilder getConditionOrBuilder ()
The condition that is associated with this binding.
.google.type.Expr condition = 4;
Returns
Type
Description
com.google.type.ExprOrBuilder
getDefaultInstanceForType()
public BindingDelta getDefaultInstanceForType ()
getMember()
public String getMember ()
A single identity requesting access for a Google Cloud resource.
Follows the same format of Binding.members.
Required
string member = 3;
Returns
Type
Description
String
The member.
getMemberBytes()
public ByteString getMemberBytes ()
A single identity requesting access for a Google Cloud resource.
Follows the same format of Binding.members.
Required
string member = 3;
Returns
Type
Description
ByteString
The bytes for member.
getParserForType()
public Parser<BindingDelta> getParserForType ()
Overrides
getRole()
Role that is assigned to members
.
For example, roles/viewer
, roles/editor
, or roles/owner
.
Required
string role = 2;
Returns
Type
Description
String
The role.
getRoleBytes()
public ByteString getRoleBytes ()
Role that is assigned to members
.
For example, roles/viewer
, roles/editor
, or roles/owner
.
Required
string role = 2;
Returns
Type
Description
ByteString
The bytes for role.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasCondition()
public boolean hasCondition ()
The condition that is associated with this binding.
.google.type.Expr condition = 4;
Returns
Type
Description
boolean
Whether the condition field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public BindingDelta . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BindingDelta . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public BindingDelta . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]