Reference documentation and code samples for the Google Cloud Channel V1 Client class CheckCloudIdentityAccountsExistRequest.
Request message for CloudChannelService.CheckCloudIdentityAccountsExist.
Generated from protobuf message google.cloud.channel.v1.CheckCloudIdentityAccountsExistRequest
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The reseller account's resource name. Parent uses the format: accounts/{account_id} |
↳ domain |
string
Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails. |
↳ primary_admin_email |
string
Optional. Primary admin email to fetch for Cloud Identity account team customer. |
getParent
Required. The reseller account's resource name.
Parent uses the format: accounts/{account_id}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The reseller account's resource name.
Parent uses the format: accounts/{account_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
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.
Returns | |
---|---|
Type | Description |
string |
setDomain
Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPrimaryAdminEmail
Optional. Primary admin email to fetch for Cloud Identity account team customer.
Returns | |
---|---|
Type | Description |
string |
setPrimaryAdminEmail
Optional. Primary admin email to fetch for Cloud Identity account team customer.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |