Package io.kubernetes.client.proto
Interface V1Autoscaling.CrossVersionObjectReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Autoscaling.CrossVersionObjectReference,V1Autoscaling.CrossVersionObjectReference.Builder
- Enclosing class:
- V1Autoscaling
public static interface V1Autoscaling.CrossVersionObjectReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAPI version of the referent +optionalcom.google.protobuf.ByteStringAPI 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.ByteStringKind 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.ByteStringName of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#namesbooleanAPI version of the referent +optionalbooleanhasKind()Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"booleanhasName()Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#namesMethods 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
-
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;
-