Interface Kubernetes.RoleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Kubernetes.Role,Kubernetes.Role.Builder
- Enclosing class:
- Kubernetes
public static interface Kubernetes.RoleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Kubernetes.Role.KindgetKind()Role type.intgetKindValue()Role type.StringgetName()Role name.com.google.protobuf.ByteStringgetNameBytes()Role name.StringgetNs()Role namespace.com.google.protobuf.ByteStringgetNsBytes()Role namespace.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKindValue
int getKindValue()
Role type.
.google.cloud.securitycenter.v1.Kubernetes.Role.Kind kind = 1;- Returns:
- The enum numeric value on the wire for kind.
-
getKind
Kubernetes.Role.Kind getKind()
Role type.
.google.cloud.securitycenter.v1.Kubernetes.Role.Kind kind = 1;- Returns:
- The kind.
-
getNs
String getNs()
Role namespace.
string ns = 2;- Returns:
- The ns.
-
getNsBytes
com.google.protobuf.ByteString getNsBytes()
Role namespace.
string ns = 2;- Returns:
- The bytes for ns.
-
getName
String getName()
Role name.
string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Role name.
string name = 3;- Returns:
- The bytes for name.
-
-