Interface WindowsVersions.WindowsVersionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getImageType()
      Windows server image type
      com.google.protobuf.ByteString getImageTypeBytes()
      Windows server image type
      String getOsVersion()
      Windows server build number
      com.google.protobuf.ByteString getOsVersionBytes()
      Windows server build number
      com.google.type.Date getSupportEndDate()
      Mainstream support end date
      com.google.type.DateOrBuilder getSupportEndDateOrBuilder()
      Mainstream support end date
      boolean hasSupportEndDate()
      Mainstream support end date
      • 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

      • getImageType

        String getImageType()
         Windows server image type
         
        string image_type = 1;
        Returns:
        The imageType.
      • getImageTypeBytes

        com.google.protobuf.ByteString getImageTypeBytes()
         Windows server image type
         
        string image_type = 1;
        Returns:
        The bytes for imageType.
      • getOsVersion

        String getOsVersion()
         Windows server build number
         
        string os_version = 2;
        Returns:
        The osVersion.
      • getOsVersionBytes

        com.google.protobuf.ByteString getOsVersionBytes()
         Windows server build number
         
        string os_version = 2;
        Returns:
        The bytes for osVersion.
      • hasSupportEndDate

        boolean hasSupportEndDate()
         Mainstream support end date
         
        .google.type.Date support_end_date = 3;
        Returns:
        Whether the supportEndDate field is set.
      • getSupportEndDate

        com.google.type.Date getSupportEndDate()
         Mainstream support end date
         
        .google.type.Date support_end_date = 3;
        Returns:
        The supportEndDate.
      • getSupportEndDateOrBuilder

        com.google.type.DateOrBuilder getSupportEndDateOrBuilder()
         Mainstream support end date
         
        .google.type.Date support_end_date = 3;