public static interface WindowsVersions.WindowsVersionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImageType()
public abstract String getImageType()Windows server image type
string image_type = 1;
| Type | Description |
| String | The imageType. |
getImageTypeBytes()
public abstract ByteString getImageTypeBytes()Windows server image type
string image_type = 1;
| Type | Description |
| ByteString | The bytes for imageType. |
getOsVersion()
public abstract String getOsVersion()Windows server build number
string os_version = 2;
| Type | Description |
| String | The osVersion. |
getOsVersionBytes()
public abstract ByteString getOsVersionBytes()Windows server build number
string os_version = 2;
| Type | Description |
| ByteString | The bytes for osVersion. |
getSupportEndDate()
public abstract Date getSupportEndDate()Mainstream support end date
.google.type.Date support_end_date = 3;
| Type | Description |
| com.google.type.Date | The supportEndDate. |
getSupportEndDateOrBuilder()
public abstract DateOrBuilder getSupportEndDateOrBuilder()Mainstream support end date
.google.type.Date support_end_date = 3;
| Type | Description |
| com.google.type.DateOrBuilder |
hasSupportEndDate()
public abstract boolean hasSupportEndDate()Mainstream support end date
.google.type.Date support_end_date = 3;
| Type | Description |
| boolean | Whether the supportEndDate field is set. |