public static enum AuthorizationLoggingOptions.PermissionType extends Enum<AuthorizationLoggingOptions.PermissionType> implements com.google.protobuf.ProtocolMessageEnum
This is deprecated and has no effect. Do not use.Protobuf enum
google.cloud.compute.v1.AuthorizationLoggingOptions.PermissionType| Enum Constant and Description |
|---|
ADMIN_READ
This is deprecated and has no effect.
|
ADMIN_WRITE
This is deprecated and has no effect.
|
DATA_READ
This is deprecated and has no effect.
|
DATA_WRITE
This is deprecated and has no effect.
|
PERMISSION_TYPE_UNSPECIFIED
This is deprecated and has no effect.
|
UNDEFINED_PERMISSION_TYPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ADMIN_READ_VALUE
This is deprecated and has no effect.
|
static int |
ADMIN_WRITE_VALUE
This is deprecated and has no effect.
|
static int |
DATA_READ_VALUE
This is deprecated and has no effect.
|
static int |
DATA_WRITE_VALUE
This is deprecated and has no effect.
|
static int |
PERMISSION_TYPE_UNSPECIFIED_VALUE
This is deprecated and has no effect.
|
static int |
UNDEFINED_PERMISSION_TYPE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationLoggingOptions.PermissionType |
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<AuthorizationLoggingOptions.PermissionType> |
internalGetValueMap() |
static AuthorizationLoggingOptions.PermissionType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AuthorizationLoggingOptions.PermissionType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AuthorizationLoggingOptions.PermissionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationLoggingOptions.PermissionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthorizationLoggingOptions.PermissionType UNDEFINED_PERMISSION_TYPE
A value indicating that the enum field is not set.
UNDEFINED_PERMISSION_TYPE = 0;public static final AuthorizationLoggingOptions.PermissionType ADMIN_READ
This is deprecated and has no effect. Do not use.
ADMIN_READ = 128951462;public static final AuthorizationLoggingOptions.PermissionType ADMIN_WRITE
This is deprecated and has no effect. Do not use.
ADMIN_WRITE = 244412079;public static final AuthorizationLoggingOptions.PermissionType DATA_READ
This is deprecated and has no effect. Do not use.
DATA_READ = 305224971;public static final AuthorizationLoggingOptions.PermissionType DATA_WRITE
This is deprecated and has no effect. Do not use.
DATA_WRITE = 340181738;public static final AuthorizationLoggingOptions.PermissionType PERMISSION_TYPE_UNSPECIFIED
This is deprecated and has no effect. Do not use.
PERMISSION_TYPE_UNSPECIFIED = 440313346;public static final AuthorizationLoggingOptions.PermissionType UNRECOGNIZED
public static final int UNDEFINED_PERMISSION_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_PERMISSION_TYPE = 0;public static final int ADMIN_READ_VALUE
This is deprecated and has no effect. Do not use.
ADMIN_READ = 128951462;public static final int ADMIN_WRITE_VALUE
This is deprecated and has no effect. Do not use.
ADMIN_WRITE = 244412079;public static final int DATA_READ_VALUE
This is deprecated and has no effect. Do not use.
DATA_READ = 305224971;public static final int DATA_WRITE_VALUE
This is deprecated and has no effect. Do not use.
DATA_WRITE = 340181738;public static final int PERMISSION_TYPE_UNSPECIFIED_VALUE
This is deprecated and has no effect. Do not use.
PERMISSION_TYPE_UNSPECIFIED = 440313346;public static AuthorizationLoggingOptions.PermissionType[] values()
for (AuthorizationLoggingOptions.PermissionType c : AuthorizationLoggingOptions.PermissionType.values()) System.out.println(c);
public static AuthorizationLoggingOptions.PermissionType 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 AuthorizationLoggingOptions.PermissionType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AuthorizationLoggingOptions.PermissionType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AuthorizationLoggingOptions.PermissionType> 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 AuthorizationLoggingOptions.PermissionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.