public static interface AzureMetadata.AzureManagementGroupOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
The display name of the Azure management group.
string display_name = 2;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The display name of the Azure management group.
string display_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getId()
public abstract String getId()
The UUID of the Azure management group, for example,
20000000-0001-0000-0000-000000000000
.
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
The UUID of the Azure management group, for example,
20000000-0001-0000-0000-000000000000
.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |