Package com.google.cloud.compute.v1
Enum LogConfigCloudAuditOptions.LogName
- java.lang.Object
-
- java.lang.Enum<LogConfigCloudAuditOptions.LogName>
-
- com.google.cloud.compute.v1.LogConfigCloudAuditOptions.LogName
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<LogConfigCloudAuditOptions.LogName>
- Enclosing class:
- LogConfigCloudAuditOptions
public static enum LogConfigCloudAuditOptions.LogName extends Enum<LogConfigCloudAuditOptions.LogName> implements com.google.protobuf.ProtocolMessageEnum
This is deprecated and has no effect. Do not use.
Protobuf enumgoogle.cloud.compute.v1.LogConfigCloudAuditOptions.LogName
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADMIN_ACTIVITY
This is deprecated and has no effect.DATA_ACCESS
This is deprecated and has no effect.UNDEFINED_LOG_NAME
A value indicating that the enum field is not set.UNRECOGNIZED
UNSPECIFIED_LOG_NAME
This is deprecated and has no effect.
-
Field Summary
Fields Modifier and Type Field Description static int
ADMIN_ACTIVITY_VALUE
This is deprecated and has no effect.static int
DATA_ACCESS_VALUE
This is deprecated and has no effect.static int
UNDEFINED_LOG_NAME_VALUE
A value indicating that the enum field is not set.static int
UNSPECIFIED_LOG_NAME_VALUE
This is deprecated and has no effect.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LogConfigCloudAuditOptions.LogName
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<LogConfigCloudAuditOptions.LogName>
internalGetValueMap()
static LogConfigCloudAuditOptions.LogName
valueOf(int value)
Deprecated.static LogConfigCloudAuditOptions.LogName
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LogConfigCloudAuditOptions.LogName
valueOf(String name)
Returns the enum constant of this type with the specified name.static LogConfigCloudAuditOptions.LogName[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_LOG_NAME
public static final LogConfigCloudAuditOptions.LogName UNDEFINED_LOG_NAME
A value indicating that the enum field is not set.
UNDEFINED_LOG_NAME = 0;
-
ADMIN_ACTIVITY
public static final LogConfigCloudAuditOptions.LogName ADMIN_ACTIVITY
This is deprecated and has no effect. Do not use.
ADMIN_ACTIVITY = 427503135;
-
DATA_ACCESS
public static final LogConfigCloudAuditOptions.LogName DATA_ACCESS
This is deprecated and has no effect. Do not use.
DATA_ACCESS = 238070681;
-
UNSPECIFIED_LOG_NAME
public static final LogConfigCloudAuditOptions.LogName UNSPECIFIED_LOG_NAME
This is deprecated and has no effect. Do not use.
UNSPECIFIED_LOG_NAME = 410515182;
-
UNRECOGNIZED
public static final LogConfigCloudAuditOptions.LogName UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_LOG_NAME_VALUE
public static final int UNDEFINED_LOG_NAME_VALUE
A value indicating that the enum field is not set.
UNDEFINED_LOG_NAME = 0;
- See Also:
- Constant Field Values
-
ADMIN_ACTIVITY_VALUE
public static final int ADMIN_ACTIVITY_VALUE
This is deprecated and has no effect. Do not use.
ADMIN_ACTIVITY = 427503135;
- See Also:
- Constant Field Values
-
DATA_ACCESS_VALUE
public static final int DATA_ACCESS_VALUE
This is deprecated and has no effect. Do not use.
DATA_ACCESS = 238070681;
- See Also:
- Constant Field Values
-
UNSPECIFIED_LOG_NAME_VALUE
public static final int UNSPECIFIED_LOG_NAME_VALUE
This is deprecated and has no effect. Do not use.
UNSPECIFIED_LOG_NAME = 410515182;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static LogConfigCloudAuditOptions.LogName[] 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 (LogConfigCloudAuditOptions.LogName c : LogConfigCloudAuditOptions.LogName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LogConfigCloudAuditOptions.LogName 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 LogConfigCloudAuditOptions.LogName 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 LogConfigCloudAuditOptions.LogName 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<LogConfigCloudAuditOptions.LogName> 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 LogConfigCloudAuditOptions.LogName 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
-
-