Google Cloud Api Hub V1 Client - Class UpdateSpecRequest (0.1.1)

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

The UpdateSpec method's request.

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

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ spec Google\Cloud\ApiHub\V1\Spec

Required. The spec to update. The spec's name field is used to identify the spec to update. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}

↳ update_mask Google\Protobuf\FieldMask

Required. The list of fields to update.

getSpec

Required. The spec to update.

The spec's name field is used to identify the spec to update. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}

Returns
Type Description
Google\Cloud\ApiHub\V1\Spec|null

hasSpec

clearSpec

setSpec

Required. The spec to update.

The spec's name field is used to identify the spec to update. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}

Parameter
Name Description
var Google\Cloud\ApiHub\V1\Spec
Returns
Type Description
$this

getUpdateMask

Required. The list of fields to update.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The list of fields to update.

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

static::build

Parameters
Name Description
spec Google\Cloud\ApiHub\V1\Spec

Required. The spec to update.

The spec's name field is used to identify the spec to update. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}

updateMask Google\Protobuf\FieldMask

Required. The list of fields to update.

Returns
Type Description
Google\Cloud\ApiHub\V1\UpdateSpecRequest