Google Cloud Channel V1 Client - Class CheckCloudIdentityAccountsExistResponse (1.0.1)

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

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.

Generated from protobuf field repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCloudIdentityAccounts

The Cloud Identity accounts associated with the domain.

Generated from protobuf field repeated .google.cloud.channel.v1.CloudIdentityCustomerAccount cloud_identity_accounts = 1;

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