Interface V2beta2Autoscaling.CrossVersionObjectReferenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V2beta2Autoscaling.CrossVersionObjectReference, V2beta2Autoscaling.CrossVersionObjectReference.Builder
Enclosing class:
V2beta2Autoscaling

public static interface V2beta2Autoscaling.CrossVersionObjectReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    API version of the referent +optional
    com.google.protobuf.ByteString
    API version of the referent +optional
    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"
    Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#names
    com.google.protobuf.ByteString
    Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#names
    boolean
    API version of the referent +optional
    boolean
    Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
    boolean
    Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#names

    Methods 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;