Class: Google::Cloud::FinancialServices::V1::ExportEngineConfigMetadataRequest
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::ExportEngineConfigMetadataRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/engine_config.rb
Overview
Request for exporting EngineConfig metadata.
Instance Attribute Summary collapse
-
#engine_config ⇒ ::String
Required.
-
#structured_metadata_destination ⇒ ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Required.
Instance Attribute Details
#engine_config ⇒ ::String
Returns Required. The resource name of the EngineConfig.
311 312 313 314 |
# File 'proto_docs/google/cloud/financialservices/v1/engine_config.rb', line 311 class ExportEngineConfigMetadataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#structured_metadata_destination ⇒ ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Returns Required. BigQuery output where the metadata will be written.
311 312 313 314 |
# File 'proto_docs/google/cloud/financialservices/v1/engine_config.rb', line 311 class ExportEngineConfigMetadataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |