Class: Google::Cloud::FinancialServices::V1::ExportBacktestResultMetadataRequest
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::ExportBacktestResultMetadataRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/backtest_result.rb
Overview
Request for exporting BacktestResult metadata.
Instance Attribute Summary collapse
-
#backtest_result ⇒ ::String
Required.
-
#structured_metadata_destination ⇒ ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Required.
Instance Attribute Details
#backtest_result ⇒ ::String
Returns Required. The resource name of the BacktestResult.
264 265 266 267 |
# File 'proto_docs/google/cloud/financialservices/v1/backtest_result.rb', line 264 class ExportBacktestResultMetadataRequest 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.
264 265 266 267 |
# File 'proto_docs/google/cloud/financialservices/v1/backtest_result.rb', line 264 class ExportBacktestResultMetadataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |