public final class PolicyDelta extends GeneratedMessageV3 implements PolicyDeltaOrBuilder
The difference delta between two policies.
Protobuf type google.iam.v1.PolicyDelta
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PolicyDeltaImplements
PolicyDeltaOrBuilderStatic Fields
AUDIT_CONFIG_DELTAS_FIELD_NUMBER
public static final int AUDIT_CONFIG_DELTAS_FIELD_NUMBER
Type | Description |
int |
BINDING_DELTAS_FIELD_NUMBER
public static final int BINDING_DELTAS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static PolicyDelta getDefaultInstance()
Type | Description |
PolicyDelta |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static PolicyDelta.Builder newBuilder()
Type | Description |
PolicyDelta.Builder |
newBuilder(PolicyDelta prototype)
public static PolicyDelta.Builder newBuilder(PolicyDelta prototype)
Name | Description |
prototype | PolicyDelta |
Type | Description |
PolicyDelta.Builder |
parseDelimitedFrom(InputStream input)
public static PolicyDelta parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PolicyDelta |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PolicyDelta parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PolicyDelta |
Type | Description |
IOException |
parseFrom(byte[] data)
public static PolicyDelta parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
PolicyDelta |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PolicyDelta parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PolicyDelta |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static PolicyDelta parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
PolicyDelta |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PolicyDelta parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PolicyDelta |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static PolicyDelta parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
PolicyDelta |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PolicyDelta parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PolicyDelta |
Type | Description |
IOException |
parseFrom(InputStream input)
public static PolicyDelta parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PolicyDelta |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PolicyDelta parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PolicyDelta |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static PolicyDelta parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
PolicyDelta |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PolicyDelta parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PolicyDelta |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<PolicyDelta> parser()
Type | Description |
Parser<PolicyDelta> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAuditConfigDeltas(int index)
public AuditConfigDelta getAuditConfigDeltas(int index)
The delta for AuditConfigs between two policies.
repeated .google.iam.v1.AuditConfigDelta audit_config_deltas = 2;
Name | Description |
index | int |
Type | Description |
AuditConfigDelta |
getAuditConfigDeltasCount()
public int getAuditConfigDeltasCount()
The delta for AuditConfigs between two policies.
repeated .google.iam.v1.AuditConfigDelta audit_config_deltas = 2;
Type | Description |
int |
getAuditConfigDeltasList()
public List<AuditConfigDelta> getAuditConfigDeltasList()
The delta for AuditConfigs between two policies.
repeated .google.iam.v1.AuditConfigDelta audit_config_deltas = 2;
Type | Description |
List<AuditConfigDelta> |
getAuditConfigDeltasOrBuilder(int index)
public AuditConfigDeltaOrBuilder getAuditConfigDeltasOrBuilder(int index)
The delta for AuditConfigs between two policies.
repeated .google.iam.v1.AuditConfigDelta audit_config_deltas = 2;
Name | Description |
index | int |
Type | Description |
AuditConfigDeltaOrBuilder |
getAuditConfigDeltasOrBuilderList()
public List<? extends AuditConfigDeltaOrBuilder> getAuditConfigDeltasOrBuilderList()
The delta for AuditConfigs between two policies.
repeated .google.iam.v1.AuditConfigDelta audit_config_deltas = 2;
Type | Description |
List<? extends com.google.iam.v1.AuditConfigDeltaOrBuilder> |
getBindingDeltas(int index)
public BindingDelta getBindingDeltas(int index)
The delta for Bindings between two policies.
repeated .google.iam.v1.BindingDelta binding_deltas = 1;
Name | Description |
index | int |
Type | Description |
BindingDelta |
getBindingDeltasCount()
public int getBindingDeltasCount()
The delta for Bindings between two policies.
repeated .google.iam.v1.BindingDelta binding_deltas = 1;
Type | Description |
int |
getBindingDeltasList()
public List<BindingDelta> getBindingDeltasList()
The delta for Bindings between two policies.
repeated .google.iam.v1.BindingDelta binding_deltas = 1;
Type | Description |
List<BindingDelta> |
getBindingDeltasOrBuilder(int index)
public BindingDeltaOrBuilder getBindingDeltasOrBuilder(int index)
The delta for Bindings between two policies.
repeated .google.iam.v1.BindingDelta binding_deltas = 1;
Name | Description |
index | int |
Type | Description |
BindingDeltaOrBuilder |
getBindingDeltasOrBuilderList()
public List<? extends BindingDeltaOrBuilder> getBindingDeltasOrBuilderList()
The delta for Bindings between two policies.
repeated .google.iam.v1.BindingDelta binding_deltas = 1;
Type | Description |
List<? extends com.google.iam.v1.BindingDeltaOrBuilder> |
getDefaultInstanceForType()
public PolicyDelta getDefaultInstanceForType()
Type | Description |
PolicyDelta |
getParserForType()
public Parser<PolicyDelta> getParserForType()
Type | Description |
Parser<PolicyDelta> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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 PolicyDelta.Builder newBuilderForType()
Type | Description |
PolicyDelta.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PolicyDelta.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
PolicyDelta.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public PolicyDelta.Builder toBuilder()
Type | Description |
PolicyDelta.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |