Interface AwsAccountRegexOrBuilder (3.56.0)

public interface AwsAccountRegexOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountIdRegex()

public abstract String getAccountIdRegex()

Optional. Regex to test the AWS account ID against. If empty, all accounts match.

string account_id_regex = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The accountIdRegex.

getAccountIdRegexBytes()

public abstract ByteString getAccountIdRegexBytes()

Optional. Regex to test the AWS account ID against. If empty, all accounts match.

string account_id_regex = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for accountIdRegex.