Google Cloud Channel V1 Client - Class CheckCloudIdentityAccountsExistResponse (1.5.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ cloud_identity_accounts array<Google\Cloud\Channel\V1\CloudIdentityCustomerAccount>

The Cloud Identity accounts associated with the domain.

getCloudIdentityAccounts

The Cloud Identity accounts associated with the domain.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCloudIdentityAccounts

The Cloud Identity accounts associated with the domain.

Parameter
NameDescription
var array<Google\Cloud\Channel\V1\CloudIdentityCustomerAccount>
Returns
TypeDescription
$this