Google BigQuery Connection V1 Client - Class DeleteConnectionRequest (1.5.0)

Reference documentation and code samples for the Google BigQuery Connection V1 Client class DeleteConnectionRequest.

The request for ConnectionService.DeleteConnectionRequest.

Generated from protobuf message google.cloud.bigquery.connection.v1.DeleteConnectionRequest

Namespace

Google \ Cloud \ BigQuery \ Connection \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the deleted connection, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}

getName

Required. Name of the deleted connection, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}

Returns
TypeDescription
string

setName

Required. Name of the deleted connection, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. Name of the deleted connection, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id} Please see Google\Cloud\BigQuery\Connection\V1\ConnectionServiceClient::connectionName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\BigQuery\Connection\V1\DeleteConnectionRequest