Reference documentation and code samples for the Google Cloud Network Management V1 Client class DeleteVpcFlowLogsConfigRequest.
Request for the DeleteVpcFlowLogsConfig method.
Generated from protobuf message google.cloud.networkmanagement.v1.DeleteVpcFlowLogsConfigRequest
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. |
getName
Required. VpcFlowLogsConfig resource name using the form:
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. VpcFlowLogsConfig resource name using the form:
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. |
| Returns | |
|---|---|
| Type | Description |
DeleteVpcFlowLogsConfigRequest |
|