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
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()
Returns | |
---|---|
Type | Description |
BindingDelta |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static BindingDelta.Builder newBuilder()
Returns | |
---|---|
Type | Description |
BindingDelta.Builder |
newBuilder(BindingDelta prototype)
public static BindingDelta.Builder newBuilder(BindingDelta prototype)
Parameter | |
---|---|
Name | Description |
prototype |
BindingDelta |
Returns | |
---|---|
Type | Description |
BindingDelta.Builder |
parseDelimitedFrom(InputStream input)
public static BindingDelta parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static BindingDelta parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static BindingDelta parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static BindingDelta parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static BindingDelta parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static BindingDelta parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BindingDelta parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BindingDelta |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<BindingDelta> parser()
Returns | |
---|---|
Type | Description |
Parser<BindingDelta> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getAction()
public BindingDelta.Action getAction()
The action that was performed on a Binding. Required
.google.iam.v1.BindingDelta.Action action = 1;
Returns | |
---|---|
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;
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()
Returns | |
---|---|
Type | Description |
BindingDelta |
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()
Returns | |
---|---|
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;
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 |
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()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public BindingDelta.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
BindingDelta.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BindingDelta.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
BindingDelta.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public BindingDelta.Builder toBuilder()
Returns | |
---|---|
Type | Description |
BindingDelta.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |