Google Cloud BigQuery Analytics Hub V1 Client - Class UpdateListingRequest (0.5.1)

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

Message for updating a Listing.

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

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1

Methods

__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 listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.

↳ listing Google\Cloud\BigQuery\AnalyticsHub\V1\Listing

Required. The listing to update.

getUpdateMask

Required. Field mask specifies the fields to update in the listing 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 listing 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

getListing

Required. The listing to update.

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

hasListing

clearListing

setListing

Required. The listing to update.

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

static::build

Parameters
Name Description
listing Google\Cloud\BigQuery\AnalyticsHub\V1\Listing

Required. The listing to update.

updateMask Google\Protobuf\FieldMask

Required. Field mask specifies the fields to update in the listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.

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