public interface AuditDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPolicyDelta()
public abstract PolicyDelta getPolicyDelta()
Policy delta between the original policy and the newly set policy.
.google.iam.v1.PolicyDelta policy_delta = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | Whether the policyDelta field is set. |