Uses of Class
com.google.cloud.securitycenter.v1.Kubernetes.Role.Kind
-
Packages that use Kubernetes.Role.Kind Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Kubernetes.Role.Kind in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Kubernetes.Role.Kind Modifier and Type Method Description static Kubernetes.Role.Kind
Kubernetes.Role.Kind. forNumber(int value)
Kubernetes.Role.Kind
Kubernetes.Role.Builder. getKind()
Role type.Kubernetes.Role.Kind
Kubernetes.Role. getKind()
Role type.Kubernetes.Role.Kind
Kubernetes.RoleOrBuilder. getKind()
Role type.static Kubernetes.Role.Kind
Kubernetes.Role.Kind. valueOf(int value)
Deprecated.static Kubernetes.Role.Kind
Kubernetes.Role.Kind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Kubernetes.Role.Kind
Kubernetes.Role.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static Kubernetes.Role.Kind[]
Kubernetes.Role.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Kubernetes.Role.Kind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Kubernetes.Role.Kind>
Kubernetes.Role.Kind. internalGetValueMap()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Kubernetes.Role.Kind Modifier and Type Method Description Kubernetes.Role.Builder
Kubernetes.Role.Builder. setKind(Kubernetes.Role.Kind value)
Role type.
-