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 enum
google.cloud.compute.v1.LogConfigCloudAuditOptions.LogName| Enum Constant and 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.
|
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static LogConfigCloudAuditOptions.LogName |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
public static final LogConfigCloudAuditOptions.LogName UNDEFINED_LOG_NAME
A value indicating that the enum field is not set.
UNDEFINED_LOG_NAME = 0;public static final LogConfigCloudAuditOptions.LogName ADMIN_ACTIVITY
This is deprecated and has no effect. Do not use.
ADMIN_ACTIVITY = 427503135;public static final LogConfigCloudAuditOptions.LogName DATA_ACCESS
This is deprecated and has no effect. Do not use.
DATA_ACCESS = 238070681;public static final LogConfigCloudAuditOptions.LogName UNSPECIFIED_LOG_NAME
This is deprecated and has no effect. Do not use.
UNSPECIFIED_LOG_NAME = 410515182;public static final LogConfigCloudAuditOptions.LogName UNRECOGNIZED
public static final int UNDEFINED_LOG_NAME_VALUE
A value indicating that the enum field is not set.
UNDEFINED_LOG_NAME = 0;public static final int ADMIN_ACTIVITY_VALUE
This is deprecated and has no effect. Do not use.
ADMIN_ACTIVITY = 427503135;public static final int DATA_ACCESS_VALUE
This is deprecated and has no effect. Do not use.
DATA_ACCESS = 238070681;public static final int UNSPECIFIED_LOG_NAME_VALUE
This is deprecated and has no effect. Do not use.
UNSPECIFIED_LOG_NAME = 410515182;public static LogConfigCloudAuditOptions.LogName[] values()
for (LogConfigCloudAuditOptions.LogName c : LogConfigCloudAuditOptions.LogName.values()) System.out.println(c);
public static LogConfigCloudAuditOptions.LogName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static LogConfigCloudAuditOptions.LogName valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static LogConfigCloudAuditOptions.LogName forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<LogConfigCloudAuditOptions.LogName> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static LogConfigCloudAuditOptions.LogName valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.