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