Google Cloud BigQuery Analytics Hub V1 Client - Class CreateDataExchangeRequest (0.4.0)

Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class CreateDataExchangeRequest.

Message for creating a data exchange.

Generated from protobuf message google.cloud.bigquery.analyticshub.v1.CreateDataExchangeRequest

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource path of the data exchange. e.g. projects/myproject/locations/US.

↳ data_exchange_id string

Required. The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes.

↳ data_exchange Google\Cloud\BigQuery\AnalyticsHub\V1\DataExchange

Required. The data exchange to create.

getParent

Required. The parent resource path of the data exchange.

e.g. projects/myproject/locations/US.

Returns
Type Description
string

setParent

Required. The parent resource path of the data exchange.

e.g. projects/myproject/locations/US.

Parameter
Name Description
var string
Returns
Type Description
$this

getDataExchangeId

Required. The ID of the data exchange.

Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes.

Returns
Type Description
string

setDataExchangeId

Required. The ID of the data exchange.

Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes.

Parameter
Name Description
var string
Returns
Type Description
$this

getDataExchange

Required. The data exchange to create.

Returns
Type Description
Google\Cloud\BigQuery\AnalyticsHub\V1\DataExchange|null

hasDataExchange

clearDataExchange

setDataExchange

Required. The data exchange to create.

Parameter
Name Description
var Google\Cloud\BigQuery\AnalyticsHub\V1\DataExchange
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource path of the data exchange. e.g. projects/myproject/locations/US. Please see Google\Cloud\BigQuery\AnalyticsHub\V1\AnalyticsHubServiceClient::locationName() for help formatting this field.

dataExchange Google\Cloud\BigQuery\AnalyticsHub\V1\DataExchange

Required. The data exchange to create.

Returns
Type Description
Google\Cloud\BigQuery\AnalyticsHub\V1\CreateDataExchangeRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.