Interface AzureMetadata.AzureResourceGroupOrBuilder (2.67.0)

public static interface AzureMetadata.AzureResourceGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

public abstract String getId()

The ID of the Azure resource group.

string id = 2;

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

The ID of the Azure resource group.

string id = 2;

Returns
Type Description
ByteString

The bytes for id.

getName()

public abstract String getName()

The name of the Azure resource group. This is not a UUID.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the Azure resource group. This is not a UUID.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.