public static interface AwsMetadata.AwsAccountOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract String getId()
The unique identifier (ID) of the account, containing exactly 12 digits.
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
The unique identifier (ID) of the account, containing exactly 12 digits.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getName()
public abstract String getName()
The friendly name of this account.
string name = 2;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The friendly name of this account.
string name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |