public static interface AzureMetadata.AzureSubscriptionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
The display name of the Azure subscription.
string display_name = 2;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The display name of the Azure subscription.
string display_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getId()
public abstract String getId()
The UUID of the Azure subscription, for example,
291bba3f-e0a5-47bc-a099-3bdcb2a50a05
.
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
The UUID of the Azure subscription, for example,
291bba3f-e0a5-47bc-a099-3bdcb2a50a05
.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |