Google Cloud Channel V1 Client - Class CreateCustomerRequest (2.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1Methods
__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 |
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 | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCustomer
Required. The customer to create.
| Returns | |
|---|---|
| Type | Description |
Customer|null |
|
hasCustomer
clearCustomer
setCustomer
Required. The customer to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Customer
|
| Returns | |
|---|---|
| Type | Description |
$this |
|