public interface ExportBacktestResultMetadataRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBacktestResult()
public abstract String getBacktestResult()Required. The resource name of the BacktestResult.
 
 string backtest_result = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The backtestResult.  | 
      
getBacktestResultBytes()
public abstract ByteString getBacktestResultBytes()Required. The resource name of the BacktestResult.
 
 string backtest_result = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for backtestResult.  | 
      
getStructuredMetadataDestination()
public abstract BigQueryDestination getStructuredMetadataDestination()Required. BigQuery output where the metadata will be written.
 
 .google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
BigQueryDestination | 
        The structuredMetadataDestination.  | 
      
getStructuredMetadataDestinationOrBuilder()
public abstract BigQueryDestinationOrBuilder getStructuredMetadataDestinationOrBuilder()Required. BigQuery output where the metadata will be written.
 
 .google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
BigQueryDestinationOrBuilder | 
        |
hasStructuredMetadataDestination()
public abstract boolean hasStructuredMetadataDestination()Required. BigQuery output where the metadata will be written.
 
 .google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the structuredMetadataDestination field is set.  |