public static interface Kubernetes.SubjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Kubernetes.Subject.AuthType |
getKind()
Authentication type for the subject.
|
int |
getKindValue()
Authentication type for the subject.
|
String |
getName()
Name for the subject.
|
com.google.protobuf.ByteString |
getNameBytes()
Name for the subject.
|
String |
getNs()
Namespace for the subject.
|
com.google.protobuf.ByteString |
getNsBytes()
Namespace for the subject.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getKindValue()
Authentication type for the subject.
.google.cloud.securitycenter.v1.Kubernetes.Subject.AuthType kind = 1;Kubernetes.Subject.AuthType getKind()
Authentication type for the subject.
.google.cloud.securitycenter.v1.Kubernetes.Subject.AuthType kind = 1;String getNs()
Namespace for the subject.
string ns = 2;com.google.protobuf.ByteString getNsBytes()
Namespace for the subject.
string ns = 2;String getName()
Name for the subject.
string name = 3;com.google.protobuf.ByteString getNameBytes()
Name for the subject.
string name = 3;Copyright © 2024 Google LLC. All rights reserved.