Package com.google.cloud.compute.v1
Enum AuditLogConfig.LogType
- java.lang.Object
-
- java.lang.Enum<AuditLogConfig.LogType>
-
- com.google.cloud.compute.v1.AuditLogConfig.LogType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<AuditLogConfig.LogType>
- Enclosing class:
- AuditLogConfig
public static enum AuditLogConfig.LogType extends Enum<AuditLogConfig.LogType> implements com.google.protobuf.ProtocolMessageEnum
The log type that this config enables.
Protobuf enumgoogle.cloud.compute.v1.AuditLogConfig.LogType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADMIN_READ
Admin reads.DATA_READ
Data reads.DATA_WRITE
Data writes.LOG_TYPE_UNSPECIFIED
Default case.UNDEFINED_LOG_TYPE
A value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
ADMIN_READ_VALUE
Admin reads.static int
DATA_READ_VALUE
Data reads.static int
DATA_WRITE_VALUE
Data writes.static int
LOG_TYPE_UNSPECIFIED_VALUE
Default case.static int
UNDEFINED_LOG_TYPE_VALUE
A value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AuditLogConfig.LogType
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<AuditLogConfig.LogType>
internalGetValueMap()
static AuditLogConfig.LogType
valueOf(int value)
Deprecated.static AuditLogConfig.LogType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AuditLogConfig.LogType
valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditLogConfig.LogType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_LOG_TYPE
public static final AuditLogConfig.LogType UNDEFINED_LOG_TYPE
A value indicating that the enum field is not set.
UNDEFINED_LOG_TYPE = 0;
-
ADMIN_READ
public static final AuditLogConfig.LogType ADMIN_READ
Admin reads. Example: CloudIAM getIamPolicy
ADMIN_READ = 128951462;
-
DATA_READ
public static final AuditLogConfig.LogType DATA_READ
Data reads. Example: CloudSQL Users list
DATA_READ = 305224971;
-
DATA_WRITE
public static final AuditLogConfig.LogType DATA_WRITE
Data writes. Example: CloudSQL Users create
DATA_WRITE = 340181738;
-
LOG_TYPE_UNSPECIFIED
public static final AuditLogConfig.LogType LOG_TYPE_UNSPECIFIED
Default case. Should never be this.
LOG_TYPE_UNSPECIFIED = 154527053;
-
UNRECOGNIZED
public static final AuditLogConfig.LogType UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_LOG_TYPE_VALUE
public static final int UNDEFINED_LOG_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_LOG_TYPE = 0;
- See Also:
- Constant Field Values
-
ADMIN_READ_VALUE
public static final int ADMIN_READ_VALUE
Admin reads. Example: CloudIAM getIamPolicy
ADMIN_READ = 128951462;
- See Also:
- Constant Field Values
-
DATA_READ_VALUE
public static final int DATA_READ_VALUE
Data reads. Example: CloudSQL Users list
DATA_READ = 305224971;
- See Also:
- Constant Field Values
-
DATA_WRITE_VALUE
public static final int DATA_WRITE_VALUE
Data writes. Example: CloudSQL Users create
DATA_WRITE = 340181738;
- See Also:
- Constant Field Values
-
LOG_TYPE_UNSPECIFIED_VALUE
public static final int LOG_TYPE_UNSPECIFIED_VALUE
Default case. Should never be this.
LOG_TYPE_UNSPECIFIED = 154527053;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AuditLogConfig.LogType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AuditLogConfig.LogType c : AuditLogConfig.LogType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AuditLogConfig.LogType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AuditLogConfig.LogType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static AuditLogConfig.LogType forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AuditLogConfig.LogType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static AuditLogConfig.LogType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-