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
Methods
__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 customer. |
getParent
Required. The reseller account's resource name.
Parent uses the format: accounts/{account_id}
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The reseller account's resource name.
Parent uses the format: accounts/{account_id}
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDomain
Required. Domain to fetch for Cloud Identity account customer.
Generated from protobuf field string domain = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setDomain
Required. Domain to fetch for Cloud Identity account customer.
Generated from protobuf field string domain = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |