Google Cloud Financial Services V1 Client - Class ExportEngineConfigMetadataRequest (0.1.1)

Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ExportEngineConfigMetadataRequest.

Request for exporting EngineConfig metadata.

Generated from protobuf message google.cloud.financialservices.v1.ExportEngineConfigMetadataRequest

Namespace

Google \ Cloud \ FinancialServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ engine_config string

Required. The resource name of the EngineConfig.

↳ structured_metadata_destination BigQueryDestination

Required. BigQuery output where the metadata will be written.

getEngineConfig

Required. The resource name of the EngineConfig.

Returns
Type Description
string

setEngineConfig

Required. The resource name of the EngineConfig.

Parameter
Name Description
var string
Returns
Type Description
$this

getStructuredMetadataDestination

Required. BigQuery output where the metadata will be written.

Returns
Type Description
BigQueryDestination|null

hasStructuredMetadataDestination

clearStructuredMetadataDestination

setStructuredMetadataDestination

Required. BigQuery output where the metadata will be written.

Parameter
Name Description
var BigQueryDestination
Returns
Type Description
$this

static::build

Parameters
Name Description
engineConfig string

Required. The resource name of the EngineConfig. Please see AMLClient::engineConfigName() for help formatting this field.

structuredMetadataDestination BigQueryDestination

Required. BigQuery output where the metadata will be written.

Returns
Type Description
ExportEngineConfigMetadataRequest