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.
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
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];
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];
var
string
$this
getCustomer
Required. The customer to create.
Generated from protobuf field .google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
hasCustomer
clearCustomer
setCustomer
Required. The customer to create.
Generated from protobuf field .google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
$this