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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ engine_config | stringRequired. The resource name of the EngineConfig. | 
| ↳ structured_metadata_destination | BigQueryDestinationRequired. 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 | stringRequired. The resource name of the EngineConfig. Please see AMLClient::engineConfigName() for help formatting this field. | 
| structuredMetadataDestination | BigQueryDestinationRequired. BigQuery output where the metadata will be written. | 
| Returns | |
|---|---|
| Type | Description | 
| ExportEngineConfigMetadataRequest | |