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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BindingDeltaImplements
BindingDeltaOrBuilderStatic Fields
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
Type | Description |
int |
CONDITION_FIELD_NUMBER
public static final int CONDITION_FIELD_NUMBER
Type | Description |
int |
MEMBER_FIELD_NUMBER
public static final int MEMBER_FIELD_NUMBER
Type | Description |
int |
ROLE_FIELD_NUMBER
public static final int ROLE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static BindingDelta getDefaultInstance()
Type | Description |
BindingDelta |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static BindingDelta.Builder newBuilder()
Type | Description |
BindingDelta.Builder |
newBuilder(BindingDelta prototype)
public static BindingDelta.Builder newBuilder(BindingDelta prototype)
Name | Description |
prototype | BindingDelta |
Type | Description |
BindingDelta.Builder |
parseDelimitedFrom(InputStream input)
public static BindingDelta parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
BindingDelta |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BindingDelta |
Type | Description |
IOException |
parseFrom(byte[] data)
public static BindingDelta parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
BindingDelta |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BindingDelta |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static BindingDelta parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
BindingDelta |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BindingDelta |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static BindingDelta parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
BindingDelta |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BindingDelta |
Type | Description |
IOException |
parseFrom(InputStream input)
public static BindingDelta parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
BindingDelta |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BindingDelta |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static BindingDelta parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
BindingDelta |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BindingDelta |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<BindingDelta> parser()
Type | Description |
Parser<BindingDelta> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAction()
public BindingDelta.Action getAction()
The action that was performed on a Binding. Required
.google.iam.v1.BindingDelta.Action action = 1;
Type | Description |
BindingDelta.Action | The action. |
getActionValue()
public int getActionValue()
The action that was performed on a Binding. Required
.google.iam.v1.BindingDelta.Action action = 1;
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;
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;
Type | Description |
com.google.type.ExprOrBuilder |
getDefaultInstanceForType()
public BindingDelta getDefaultInstanceForType()
Type | Description |
BindingDelta |
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;
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;
Type | Description |
ByteString | The bytes for member. |
getParserForType()
public Parser<BindingDelta> getParserForType()
Type | Description |
Parser<BindingDelta> |
getRole()
public String getRole()
Role that is assigned to members
.
For example, roles/viewer
, roles/editor
, or roles/owner
.
Required
string role = 2;
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;
Type | Description |
ByteString | The bytes for role. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasCondition()
public boolean hasCondition()
The condition that is associated with this binding.
.google.type.Expr condition = 4;
Type | Description |
boolean | Whether the condition field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public BindingDelta.Builder newBuilderForType()
Type | Description |
BindingDelta.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BindingDelta.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
BindingDelta.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public BindingDelta.Builder toBuilder()
Type | Description |
BindingDelta.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |