Google BigQuery Connection V1 Client - Class ListConnectionsRequest (1.5.0)

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

The request for ConnectionService.ListConnections.

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

Namespace

Google \ Cloud \ BigQuery \ Connection \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Parent resource name. Must be in the form: projects/{project_id}/locations/{location_id}

↳ page_size int

Required. Page size.

↳ page_token string

Page token.

getParent

Required. Parent resource name.

Must be in the form: projects/{project_id}/locations/{location_id}

Returns
TypeDescription
string

setParent

Required. Parent resource name.

Must be in the form: projects/{project_id}/locations/{location_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Required. Page size.

Returns
TypeDescription
int

setPageSize

Required. Page size.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Page token.

Returns
TypeDescription
string

setPageToken

Page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. Parent resource name. Must be in the form: projects/{project_id}/locations/{location_id} Please see Google\Cloud\BigQuery\Connection\V1\ConnectionServiceClient::locationName() for help formatting this field.

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