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