Reference documentation and code samples for the Google Cloud Cloud Controls Partner V1beta Client class DeleteCustomerRequest.
Message for deleting customer
Generated from protobuf message google.cloud.cloudcontrolspartner.v1beta.DeleteCustomerRequest
Namespace
Google \ Cloud \ CloudControlsPartner \ V1betaMethods
__construct
Constructor.
| Parameter | |
|---|---|
| Name | Description |
data |
mixed
|
getName
Required. name of the resource to be deleted format: name=organizations//locations//customers/*
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. name of the resource to be deleted format: name=organizations//locations//customers/*
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. name of the resource to be deleted format: name=organizations//locations//customers/* Please see CloudControlsPartnerCoreClient::customerName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
DeleteCustomerRequest |
|