Package com.google.iam.v1
Enum Class AuditLogConfig.LogType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<AuditLogConfig.LogType>,Constable
- Enclosing class:
- AuditLogConfig
public static enum AuditLogConfig.LogType
extends Enum<AuditLogConfig.LogType>
implements com.google.protobuf.Internal.EnumLite
The list of valid permission types for which logging can be configured. Admin writes are always logged, and are not configurable.Protobuf enum
google.iam.v1.AuditLogConfig.LogType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAdmin reads.Data reads.Data writes.Default case. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAdmin reads.static final intData reads.static final intData writes.static final intDefault case. -
Method Summary
Modifier and TypeMethodDescriptionstatic AuditLogConfig.LogTypeforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<AuditLogConfig.LogType>static com.google.protobuf.Internal.EnumVerifierstatic AuditLogConfig.LogTypevalueOf(int value) Deprecated.static AuditLogConfig.LogTypeReturns the enum constant of this class with the specified name.static AuditLogConfig.LogType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LOG_TYPE_UNSPECIFIED
Default case. Should never be this.
LOG_TYPE_UNSPECIFIED = 0; -
ADMIN_READ
Admin reads. Example: CloudIAM getIamPolicy
ADMIN_READ = 1; -
DATA_WRITE
Data writes. Example: CloudSQL Users create
DATA_WRITE = 2; -
DATA_READ
Data reads. Example: CloudSQL Users list
DATA_READ = 3; -
UNRECOGNIZED
-
-
Field Details
-
LOG_TYPE_UNSPECIFIED_VALUE
public static final int LOG_TYPE_UNSPECIFIED_VALUEDefault case. Should never be this.
LOG_TYPE_UNSPECIFIED = 0;- See Also:
-
ADMIN_READ_VALUE
public static final int ADMIN_READ_VALUEAdmin reads. Example: CloudIAM getIamPolicy
ADMIN_READ = 1;- See Also:
-
DATA_WRITE_VALUE
public static final int DATA_WRITE_VALUEData writes. Example: CloudSQL Users create
DATA_WRITE = 2;- See Also:
-
DATA_READ_VALUE
public static final int DATA_READ_VALUEData reads. Example: CloudSQL Users list
DATA_READ = 3;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AuditLogConfig.LogType> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-