Uses of Enum
com.google.iam.v1.AuditLogConfig.LogType
Packages that use AuditLogConfig.LogType
-
Uses of AuditLogConfig.LogType in com.google.iam.v1
Methods in com.google.iam.v1 that return AuditLogConfig.LogTypeModifier and TypeMethodDescriptionstatic AuditLogConfig.LogTypeAuditLogConfig.LogType.forNumber(int value) AuditLogConfig.Builder.getLogType()The log type that this config enables.AuditLogConfig.getLogType()The log type that this config enables.AuditLogConfigOrBuilder.getLogType()The log type that this config enables.static AuditLogConfig.LogTypeAuditLogConfig.LogType.valueOf(int value) Deprecated.static AuditLogConfig.LogTypeAuditLogConfig.LogType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static AuditLogConfig.LogTypeReturns the enum constant of this type with the specified name.static AuditLogConfig.LogType[]AuditLogConfig.LogType.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 AuditLogConfig.LogTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AuditLogConfig.LogType>AuditLogConfig.LogType.internalGetValueMap()Methods in com.google.iam.v1 with parameters of type AuditLogConfig.LogTypeModifier and TypeMethodDescriptionAuditLogConfig.Builder.setLogType(AuditLogConfig.LogType value) The log type that this config enables.