Google Cloud Data Catalog Lineage V1 Client - Class UpdateConfigRequest (1.3.0)

Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class UpdateConfigRequest.

Request message for UpdateConfig RPC.

Generated from protobuf message google.cloud.datacatalog.lineage.configmanagement.v1.UpdateConfigRequest

Namespace

Google \ Cloud \ DataCatalog \ Lineage \ ConfigManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ config Config

Required. REQUIRED: The config to be applied to the resource and all its descendants.

getConfig

Required. REQUIRED: The config to be applied to the resource and all its descendants.

Returns
Type Description
Config|null

hasConfig

clearConfig

setConfig

Required. REQUIRED: The config to be applied to the resource and all its descendants.

Parameter
Name Description
var Config
Returns
Type Description
$this

static::build

Parameter
Name Description
config Config

Required. REQUIRED: The config to be applied to the resource and all its descendants.

Returns
Type Description
UpdateConfigRequest