Package io.kubernetes.client.proto
Interface V1.TypedLocalObjectReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.TypedLocalObjectReference,V1.TypedLocalObjectReference.Builder
- Enclosing class:
- V1
public static interface V1.TypedLocalObjectReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAPIGroup is the group for the resource being referenced.com.google.protobuf.ByteStringAPIGroup is the group for the resource being referenced.getKind()Kind is the type of resource being referencedcom.google.protobuf.ByteStringKind is the type of resource being referencedgetName()Name is the name of resource being referencedcom.google.protobuf.ByteStringName is the name of resource being referencedbooleanAPIGroup is the group for the resource being referenced.booleanhasKind()Kind is the type of resource being referencedbooleanhasName()Name is the name of resource being referencedMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasApiGroup
boolean hasApiGroup()APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. +optional
optional string apiGroup = 1; -
getApiGroup
String getApiGroup()APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. +optional
optional string apiGroup = 1; -
getApiGroupBytes
com.google.protobuf.ByteString getApiGroupBytes()APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. +optional
optional string apiGroup = 1; -
hasKind
boolean hasKind()Kind is the type of resource being referenced
optional string kind = 2; -
getKind
String getKind()Kind is the type of resource being referenced
optional string kind = 2; -
getKindBytes
com.google.protobuf.ByteString getKindBytes()Kind is the type of resource being referenced
optional string kind = 2; -
hasName
boolean hasName()Name is the name of resource being referenced
optional string name = 3; -
getName
String getName()Name is the name of resource being referenced
optional string name = 3; -
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name is the name of resource being referenced
optional string name = 3;
-