Package com.google.iam.v1.logging
Interface AuditDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuditData,AuditData.Builder
public interface AuditDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPolicy delta between the original policy and the newly set policy.Policy delta between the original policy and the newly set policy.booleanPolicy delta between the original policy and the newly set policy.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPolicyDelta
boolean hasPolicyDelta()Policy delta between the original policy and the newly set policy.
.google.iam.v1.PolicyDelta policy_delta = 2;- Returns:
- Whether the policyDelta field is set.
-
getPolicyDelta
PolicyDelta getPolicyDelta()Policy delta between the original policy and the newly set policy.
.google.iam.v1.PolicyDelta policy_delta = 2;- Returns:
- The policyDelta.
-
getPolicyDeltaOrBuilder
PolicyDeltaOrBuilder getPolicyDeltaOrBuilder()Policy delta between the original policy and the newly set policy.
.google.iam.v1.PolicyDelta policy_delta = 2;
-