Reference documentation and code samples for the Google Cloud Channel V1 Client class CheckCloudIdentityAccountsExistResponse.
Response message for CloudChannelService.CheckCloudIdentityAccountsExist.
Generated from protobuf message google.cloud.channel.v1.CheckCloudIdentityAccountsExistResponse
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cloud_identity_accounts |
array<CloudIdentityCustomerAccount>
The Cloud Identity accounts associated with the domain. |
getCloudIdentityAccounts
The Cloud Identity accounts associated with the domain.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setCloudIdentityAccounts
The Cloud Identity accounts associated with the domain.
| Parameter | |
|---|---|
| Name | Description |
var |
array<CloudIdentityCustomerAccount>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|