Google Cloud Network Security V1 Client - Class DeleteBackendAuthenticationConfigRequest (1.3.0)

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 \ V1

Methods

__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 projects/*/locations/{location}/backendAuthenticationConfigs/*. Please see NetworkSecurityClient::backendAuthenticationConfigName() for help formatting this field.

Returns
Type Description
DeleteBackendAuthenticationConfigRequest