Google Cloud Channel V1 Client - Class CreateCustomerRequest (1.0.1)

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

Methods

__construct

Constructor.

Parameters
Name Description
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}

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
string

setParent

Required. The resource name of reseller account in which to create the customer.

Parent uses the format: accounts/{account_id}

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
var string
Returns
Type Description
$this

getCustomer

Required. The customer to create.

Generated from protobuf field .google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Google\Cloud\Channel\V1\Customer|null

hasCustomer

clearCustomer

setCustomer

Required. The customer to create.

Generated from protobuf field .google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
var Google\Cloud\Channel\V1\Customer
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.