Interface Kubernetes.SubjectOrBuilder (2.49.0)

public static interface Kubernetes.SubjectOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKind()

public abstract Kubernetes.Subject.AuthType getKind()

Authentication type for the subject.

.google.cloud.securitycenter.v1.Kubernetes.Subject.AuthType kind = 1;

Returns
TypeDescription
Kubernetes.Subject.AuthType

The kind.

getKindValue()

public abstract int getKindValue()

Authentication type for the subject.

.google.cloud.securitycenter.v1.Kubernetes.Subject.AuthType kind = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for kind.

getName()

public abstract String getName()

Name for the subject.

string name = 3;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name for the subject.

string name = 3;

Returns
TypeDescription
ByteString

The bytes for name.

getNs()

public abstract String getNs()

Namespace for the subject.

string ns = 2;

Returns
TypeDescription
String

The ns.

getNsBytes()

public abstract ByteString getNsBytes()

Namespace for the subject.

string ns = 2;

Returns
TypeDescription
ByteString

The bytes for ns.