Interface AuditDataOrBuilder (1.3.4)

public interface AuditDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPolicyDelta()

public abstract PolicyDelta getPolicyDelta()

Policy delta between the original policy and the newly set policy.

.google.iam.v1.PolicyDelta policy_delta = 2;

Returns
TypeDescription
PolicyDelta

The policyDelta.

getPolicyDeltaOrBuilder()

public abstract PolicyDeltaOrBuilder getPolicyDeltaOrBuilder()

Policy delta between the original policy and the newly set policy.

.google.iam.v1.PolicyDelta policy_delta = 2;

Returns
TypeDescription
PolicyDeltaOrBuilder

hasPolicyDelta()

public abstract boolean hasPolicyDelta()

Policy delta between the original policy and the newly set policy.

.google.iam.v1.PolicyDelta policy_delta = 2;

Returns
TypeDescription
boolean

Whether the policyDelta field is set.