public static interface V1Authentication.BoundObjectReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
API version of the referent.
|
com.google.protobuf.ByteString |
getApiVersionBytes()
API version of the referent.
|
String |
getKind()
Kind of the referent.
|
com.google.protobuf.ByteString |
getKindBytes()
Kind of the referent.
|
String |
getName()
Name of the referent.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the referent.
|
String |
getUID()
UID of the referent.
|
com.google.protobuf.ByteString |
getUIDBytes()
UID of the referent.
|
boolean |
hasApiVersion()
API version of the referent.
|
boolean |
hasKind()
Kind of the referent.
|
boolean |
hasName()
Name of the referent.
|
boolean |
hasUID()
UID of the referent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKind()
Kind of the referent. Valid kinds are 'Pod' and 'Secret'. +optional
optional string kind = 1;String getKind()
Kind of the referent. Valid kinds are 'Pod' and 'Secret'. +optional
optional string kind = 1;com.google.protobuf.ByteString getKindBytes()
Kind of the referent. Valid kinds are 'Pod' and 'Secret'. +optional
optional string kind = 1;boolean hasApiVersion()
API version of the referent. +optional
optional string apiVersion = 2;String getApiVersion()
API version of the referent. +optional
optional string apiVersion = 2;com.google.protobuf.ByteString getApiVersionBytes()
API version of the referent. +optional
optional string apiVersion = 2;boolean hasName()
Name of the referent. +optional
optional string name = 3;String getName()
Name of the referent. +optional
optional string name = 3;com.google.protobuf.ByteString getNameBytes()
Name of the referent. +optional
optional string name = 3;boolean hasUID()
UID of the referent. +optional
optional string uID = 4;String getUID()
UID of the referent. +optional
optional string uID = 4;com.google.protobuf.ByteString getUIDBytes()
UID of the referent. +optional
optional string uID = 4;Copyright © 2023. All rights reserved.