Google Cloud Api Hub V1 Client - Class UpdateCurationRequest (0.3.0)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class UpdateCurationRequest.

The UpdateCuration method's request.

Generated from protobuf message google.cloud.apihub.v1.UpdateCurationRequest

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ curation Curation

Required. The curation resource to update. The curation resource's name field is used to identify the curation resource to update. Format: projects/{project}/locations/{location}/curations/{curation}

↳ update_mask Google\Protobuf\FieldMask

Optional. The list of fields to update.

getCuration

Required. The curation resource to update.

The curation resource's name field is used to identify the curation resource to update. Format: projects/{project}/locations/{location}/curations/{curation}

Returns
Type Description
Curation|null

hasCuration

clearCuration

setCuration

Required. The curation resource to update.

The curation resource's name field is used to identify the curation resource to update. Format: projects/{project}/locations/{location}/curations/{curation}

Parameter
Name Description
var Curation
Returns
Type Description
$this

getUpdateMask

Optional. The list of fields to update.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. The list of fields to update.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
curation Curation

Required. The curation resource to update.

The curation resource's name field is used to identify the curation resource to update. Format: projects/{project}/locations/{location}/curations/{curation}

updateMask Google\Protobuf\FieldMask

Optional. The list of fields to update.

Returns
Type Description
UpdateCurationRequest