Package io.kubernetes.client.proto
Interface V2beta1Autoscaling.CrossVersionObjectReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V2beta1Autoscaling.CrossVersionObjectReference
,V2beta1Autoscaling.CrossVersionObjectReference.Builder
- Enclosing class:
- V2beta1Autoscaling
public static interface V2beta1Autoscaling.CrossVersionObjectReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAPI version of the referent +optionalcom.google.protobuf.ByteString
API version of the referent +optionalgetKind()
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"com.google.protobuf.ByteString
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"getName()
Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#namescom.google.protobuf.ByteString
Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#namesboolean
API version of the referent +optionalboolean
hasKind()
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"boolean
hasName()
Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#namesMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasKind
boolean hasKind()Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
optional string kind = 1;
-
getKind
String getKind()Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
optional string kind = 1;
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
optional string kind = 1;
-
hasName
boolean hasName()Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#names
optional string name = 2;
-
getName
String getName()Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#names
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#names
optional string name = 2;
-
hasApiVersion
boolean hasApiVersion()API version of the referent +optional
optional string apiVersion = 3;
-
getApiVersion
String getApiVersion()API version of the referent +optional
optional string apiVersion = 3;
-
getApiVersionBytes
com.google.protobuf.ByteString getApiVersionBytes()API version of the referent +optional
optional string apiVersion = 3;
-