Interface CheckCloudIdentityAccountsExistRequestOrBuilder (3.57.0)

public interface CheckCloudIdentityAccountsExistRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomain()

public abstract String getDomain()

Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.

string domain = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The domain.

getDomainBytes()

public abstract ByteString getDomainBytes()

Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.

string domain = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for domain.

getParent()

public abstract String getParent()

Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parent.

getPrimaryAdminEmail()

public abstract String getPrimaryAdminEmail()

Optional. Primary admin email to fetch for Cloud Identity account team customer.

string primary_admin_email = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The primaryAdminEmail.

getPrimaryAdminEmailBytes()

public abstract ByteString getPrimaryAdminEmailBytes()

Optional. Primary admin email to fetch for Cloud Identity account team customer.

string primary_admin_email = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for primaryAdminEmail.