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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyDeltagetPolicyDelta()Policy delta between the original policy and the newly set policy.PolicyDeltaOrBuildergetPolicyDeltaOrBuilder()Policy delta between the original policy and the newly set policy.booleanhasPolicyDelta()Policy delta between the original policy and the newly set policy.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-