Interface ApplianceVersionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ApplianceVersion, ApplianceVersion.Builder

    public interface ApplianceVersionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getCritical()
      Determine whether it's critical to upgrade the appliance to this version.
      String getReleaseNotesUri()
      Link to a page that contains the version release notes.
      com.google.protobuf.ByteString getReleaseNotesUriBytes()
      Link to a page that contains the version release notes.
      String getUri()
      A link for downloading the version.
      com.google.protobuf.ByteString getUriBytes()
      A link for downloading the version.
      String getVersion()
      The appliance version.
      com.google.protobuf.ByteString getVersionBytes()
      The appliance 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()
         The appliance version.
         
        string version = 1;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         The appliance version.
         
        string version = 1;
        Returns:
        The bytes for version.
      • getUri

        String getUri()
         A link for downloading the version.
         
        string uri = 2;
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
         A link for downloading the version.
         
        string uri = 2;
        Returns:
        The bytes for uri.
      • getCritical

        boolean getCritical()
         Determine whether it's critical to upgrade the appliance to this version.
         
        bool critical = 3;
        Returns:
        The critical.
      • getReleaseNotesUri

        String getReleaseNotesUri()
         Link to a page that contains the version release notes.
         
        string release_notes_uri = 4;
        Returns:
        The releaseNotesUri.
      • getReleaseNotesUriBytes

        com.google.protobuf.ByteString getReleaseNotesUriBytes()
         Link to a page that contains the version release notes.
         
        string release_notes_uri = 4;
        Returns:
        The bytes for releaseNotesUri.