Enum Kubernetes.Role.Kind (2.49.0)

public enum Kubernetes.Role.Kind extends Enum<Kubernetes.Role.Kind> implements ProtocolMessageEnum

Types of Kubernetes roles.

Protobuf enum google.cloud.securitycenter.v1.Kubernetes.Role.Kind

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CLUSTER_ROLE

Kubernetes ClusterRole.

CLUSTER_ROLE = 2;

CLUSTER_ROLE_VALUE

Kubernetes ClusterRole.

CLUSTER_ROLE = 2;

KIND_UNSPECIFIED

Role type is not specified.

KIND_UNSPECIFIED = 0;

KIND_UNSPECIFIED_VALUE

Role type is not specified.

KIND_UNSPECIFIED = 0;

ROLE

Kubernetes Role.

ROLE = 1;

ROLE_VALUE

Kubernetes Role.

ROLE = 1;

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()