public static interface V1Rbac.RoleRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApiGroup()
APIGroup is the group for the resource being referenced
|
com.google.protobuf.ByteString |
getApiGroupBytes()
APIGroup is the group for the resource being referenced
|
String |
getKind()
Kind is the type of resource being referenced
|
com.google.protobuf.ByteString |
getKindBytes()
Kind is the type of resource being referenced
|
String |
getName()
Name is the name of resource being referenced
|
com.google.protobuf.ByteString |
getNameBytes()
Name is the name of resource being referenced
|
boolean |
hasApiGroup()
APIGroup is the group for the resource being referenced
|
boolean |
hasKind()
Kind is the type of resource being referenced
|
boolean |
hasName()
Name is the name of resource being referenced
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasApiGroup()
APIGroup is the group for the resource being referenced
optional string apiGroup = 1;String getApiGroup()
APIGroup is the group for the resource being referenced
optional string apiGroup = 1;com.google.protobuf.ByteString getApiGroupBytes()
APIGroup is the group for the resource being referenced
optional string apiGroup = 1;boolean hasKind()
Kind is the type of resource being referenced
optional string kind = 2;String getKind()
Kind is the type of resource being referenced
optional string kind = 2;com.google.protobuf.ByteString getKindBytes()
Kind is the type of resource being referenced
optional string kind = 2;boolean hasName()
Name is the name of resource being referenced
optional string name = 3;String getName()
Name is the name of resource being referenced
optional string name = 3;com.google.protobuf.ByteString getNameBytes()
Name is the name of resource being referenced
optional string name = 3;Copyright © 2023. All rights reserved.