Interface ServerConfig.ReleaseChannelConfig.AvailableVersionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getReason()
      Deprecated.
      Reason for availability.
      com.google.protobuf.ByteString getReasonBytes()
      Deprecated.
      Reason for availability.
      String getVersion()
      Deprecated.
      Kubernetes version.
      com.google.protobuf.ByteString getVersionBytes()
      Deprecated.
      Kubernetes version.
      • 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 Detail

      • getVersion

        String getVersion()
        Deprecated.
         Kubernetes version.
         
        string version = 1;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
        Deprecated.
         Kubernetes version.
         
        string version = 1;
        Returns:
        The bytes for version.
      • getReason

        String getReason()
        Deprecated.
         Reason for availability.
         
        string reason = 2;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
        Deprecated.
         Reason for availability.
         
        string reason = 2;
        Returns:
        The bytes for reason.