Enum AuthorizationLoggingOptions.PermissionType (1.51.0)

public enum AuthorizationLoggingOptions.PermissionType extends Enum<AuthorizationLoggingOptions.PermissionType> implements ProtocolMessageEnum

This is deprecated and has no effect. Do not use.

Protobuf enum google.cloud.compute.v1.AuthorizationLoggingOptions.PermissionType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ADMIN_READ

This is deprecated and has no effect. Do not use.

ADMIN_READ = 128951462;

ADMIN_READ_VALUE

This is deprecated and has no effect. Do not use.

ADMIN_READ = 128951462;

ADMIN_WRITE

This is deprecated and has no effect. Do not use.

ADMIN_WRITE = 244412079;

ADMIN_WRITE_VALUE

This is deprecated and has no effect. Do not use.

ADMIN_WRITE = 244412079;

DATA_READ

This is deprecated and has no effect. Do not use.

DATA_READ = 305224971;

DATA_READ_VALUE

This is deprecated and has no effect. Do not use.

DATA_READ = 305224971;

DATA_WRITE

This is deprecated and has no effect. Do not use.

DATA_WRITE = 340181738;

DATA_WRITE_VALUE

This is deprecated and has no effect. Do not use.

DATA_WRITE = 340181738;

PERMISSION_TYPE_UNSPECIFIED

This is deprecated and has no effect. Do not use.

PERMISSION_TYPE_UNSPECIFIED = 440313346;

PERMISSION_TYPE_UNSPECIFIED_VALUE

This is deprecated and has no effect. Do not use.

PERMISSION_TYPE_UNSPECIFIED = 440313346;

UNDEFINED_PERMISSION_TYPE

A value indicating that the enum field is not set.

UNDEFINED_PERMISSION_TYPE = 0;

UNDEFINED_PERMISSION_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_PERMISSION_TYPE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()