Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class DeleteAgentPoolRequest.
Specifies the request passed to DeleteAgentPool.
Generated from protobuf message google.storagetransfer.v1.DeleteAgentPoolRequest
Namespace
Google \ Cloud \ StorageTransfer \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the agent pool to delete. |
getName
Required. The name of the agent pool to delete.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the agent pool to delete.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the agent pool to delete. |
Returns | |
---|---|
Type | Description |
Google\Cloud\StorageTransfer\V1\DeleteAgentPoolRequest |