Reference documentation and code samples for the Google Cloud Network Security V1 Client class DeleteBackendAuthenticationConfigRequest.
Request used by the DeleteBackendAuthenticationConfig method.
Generated from protobuf message google.cloud.networksecurity.v1.DeleteBackendAuthenticationConfigRequest
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
| Parameter | |
|---|---|
| Name | Description |
data |
mixed
|
getName
Required. A name of the BackendAuthenticationConfig to delete. Must be in
the format
projects/*/locations/{location}/backendAuthenticationConfigs/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. A name of the BackendAuthenticationConfig to delete. Must be in
the format
projects/*/locations/{location}/backendAuthenticationConfigs/*.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEtag
Optional. Etag of the resource.
If this is provided, it must match the server's etag.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEtag
Optional. Etag of the resource.
If this is provided, it must match the server's etag.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. A name of the BackendAuthenticationConfig to delete. Must be in
the format
|
| Returns | |
|---|---|
| Type | Description |
DeleteBackendAuthenticationConfigRequest |
|