Google Cloud Channel V1 Client - Class ProvisionCloudIdentityRequest (1.0.1)

Reference documentation and code samples for the Google Cloud Channel V1 Client class ProvisionCloudIdentityRequest.

Request message for CloudChannelService.ProvisionCloudIdentity

Generated from protobuf message google.cloud.channel.v1.ProvisionCloudIdentityRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ customer string

Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}

↳ cloud_identity_info Google\Cloud\Channel\V1\CloudIdentityInfo

CloudIdentity-specific customer information.

↳ user Google\Cloud\Channel\V1\AdminUser

Admin user information.

↳ validate_only bool

Validate the request and preview the review, but do not post it.

getCustomer

Required. Resource name of the customer.

Format: accounts/{account_id}/customers/{customer_id}

Generated from protobuf field string customer = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
TypeDescription
string

setCustomer

Required. Resource name of the customer.

Format: accounts/{account_id}/customers/{customer_id}

Generated from protobuf field string customer = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCloudIdentityInfo

CloudIdentity-specific customer information.

Generated from protobuf field .google.cloud.channel.v1.CloudIdentityInfo cloud_identity_info = 2;

Returns
TypeDescription
Google\Cloud\Channel\V1\CloudIdentityInfo|null

hasCloudIdentityInfo

clearCloudIdentityInfo

setCloudIdentityInfo

CloudIdentity-specific customer information.

Generated from protobuf field .google.cloud.channel.v1.CloudIdentityInfo cloud_identity_info = 2;

Parameter
NameDescription
var Google\Cloud\Channel\V1\CloudIdentityInfo
Returns
TypeDescription
$this

getUser

Admin user information.

Generated from protobuf field .google.cloud.channel.v1.AdminUser user = 3;

Returns
TypeDescription
Google\Cloud\Channel\V1\AdminUser|null

hasUser

clearUser

setUser

Admin user information.

Generated from protobuf field .google.cloud.channel.v1.AdminUser user = 3;

Parameter
NameDescription
var Google\Cloud\Channel\V1\AdminUser
Returns
TypeDescription
$this

getValidateOnly

Validate the request and preview the review, but do not post it.

Generated from protobuf field bool validate_only = 4;

Returns
TypeDescription
bool

setValidateOnly

Validate the request and preview the review, but do not post it.

Generated from protobuf field bool validate_only = 4;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this