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)
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 Cloud Platform 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 Cloud Platform 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)
Overrides
toBuilder()
public BindingDelta.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides