Uses of Enum
com.google.iam.v1.AuditConfigDelta.Action
Packages that use AuditConfigDelta.Action
-
Uses of AuditConfigDelta.Action in com.google.iam.v1
Methods in com.google.iam.v1 that return AuditConfigDelta.ActionModifier and TypeMethodDescriptionstatic AuditConfigDelta.ActionAuditConfigDelta.Action.forNumber(int value) AuditConfigDelta.Builder.getAction()The action that was performed on an audit configuration in a policy.AuditConfigDelta.getAction()The action that was performed on an audit configuration in a policy.AuditConfigDeltaOrBuilder.getAction()The action that was performed on an audit configuration in a policy.static AuditConfigDelta.ActionAuditConfigDelta.Action.valueOf(int value) Deprecated.static AuditConfigDelta.ActionAuditConfigDelta.Action.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static AuditConfigDelta.ActionReturns the enum constant of this type with the specified name.static AuditConfigDelta.Action[]AuditConfigDelta.Action.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.iam.v1 that return types with arguments of type AuditConfigDelta.ActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AuditConfigDelta.Action>AuditConfigDelta.Action.internalGetValueMap()Methods in com.google.iam.v1 with parameters of type AuditConfigDelta.ActionModifier and TypeMethodDescriptionAuditConfigDelta.Builder.setAction(AuditConfigDelta.Action value) The action that was performed on an audit configuration in a policy.