Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class UpdateDataExchangeRequest.
Message for updating a data exchange.
Generated from protobuf message google.cloud.bigquery.analyticshub.v1.UpdateDataExchangeRequest
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. Field mask specifies the fields to update in the data exchange resource. The fields specified in the |
↳ data_exchange |
Google\Cloud\BigQuery\AnalyticsHub\V1\DataExchange
Required. The data exchange to update. |
getUpdateMask
Required. Field mask specifies the fields to update in the data exchange
resource. The fields specified in the
updateMask
are relative to the resource and are not a full request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Field mask specifies the fields to update in the data exchange
resource. The fields specified in the
updateMask
are relative to the resource and are not a full request.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
getDataExchange
Required. The data exchange to update.
Returns | |
---|---|
Type | Description |
Google\Cloud\BigQuery\AnalyticsHub\V1\DataExchange|null |
hasDataExchange
clearDataExchange
setDataExchange
Required. The data exchange to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\BigQuery\AnalyticsHub\V1\DataExchange
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
dataExchange |
Google\Cloud\BigQuery\AnalyticsHub\V1\DataExchange
Required. The data exchange to update. |
updateMask |
Google\Protobuf\FieldMask
Required. Field mask specifies the fields to update in the data exchange
resource. The fields specified in the
|
Returns | |
---|---|
Type | Description |
Google\Cloud\BigQuery\AnalyticsHub\V1\UpdateDataExchangeRequest |