public static interface AzureVmDetails.OSDescriptionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOffer()
public abstract String getOffer()OS offer.
string offer = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The offer. |
getOfferBytes()
public abstract ByteString getOfferBytes()OS offer.
string offer = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for offer. |
getPlan()
public abstract String getPlan()OS plan.
string plan = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The plan. |
getPlanBytes()
public abstract ByteString getPlanBytes()OS plan.
string plan = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for plan. |
getPublisher()
public abstract String getPublisher()OS publisher.
string publisher = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The publisher. |
getPublisherBytes()
public abstract ByteString getPublisherBytes()OS publisher.
string publisher = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publisher. |
getType()
public abstract String getType()OS type.
string type = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()OS type.
string type = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |