Google Cloud Channel V1 Client - Class CreateCustomerRequest (1.5.0)

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

Request message for CloudChannelService.CreateCustomer

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

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}

↳ customer Google\Cloud\Channel\V1\Customer

Required. The customer to create.

getParent

Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}

Returns
TypeDescription
string

setParent

Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCustomer

Required. The customer to create.

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

hasCustomer

clearCustomer

setCustomer

Required. The customer to create.

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