public static final class ExportBacktestResultMetadataRequest.Builder extends GeneratedMessage.Builder<ExportBacktestResultMetadataRequest.Builder> implements ExportBacktestResultMetadataRequestOrBuilderRequest for exporting BacktestResult metadata.
Protobuf type google.cloud.financialservices.v1.ExportBacktestResultMetadataRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExportBacktestResultMetadataRequest.BuilderImplements
ExportBacktestResultMetadataRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExportBacktestResultMetadataRequest build()| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest |
|
buildPartial()
public ExportBacktestResultMetadataRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest |
|
clear()
public ExportBacktestResultMetadataRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest.Builder |
|
clearBacktestResult()
public ExportBacktestResultMetadataRequest.Builder clearBacktestResult()Required. The resource name of the BacktestResult.
string backtest_result = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest.Builder |
This builder for chaining. |
clearStructuredMetadataDestination()
public ExportBacktestResultMetadataRequest.Builder clearStructuredMetadataDestination()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 |
ExportBacktestResultMetadataRequest.Builder |
|
getBacktestResult()
public 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 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. |
getDefaultInstanceForType()
public ExportBacktestResultMetadataRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getStructuredMetadataDestination()
public 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. |
getStructuredMetadataDestinationBuilder()
public BigQueryDestination.Builder getStructuredMetadataDestinationBuilder()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.Builder |
|
getStructuredMetadataDestinationOrBuilder()
public 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ExportBacktestResultMetadataRequest other)
public ExportBacktestResultMetadataRequest.Builder mergeFrom(ExportBacktestResultMetadataRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportBacktestResultMetadataRequest |
| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExportBacktestResultMetadataRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExportBacktestResultMetadataRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest.Builder |
|
mergeStructuredMetadataDestination(BigQueryDestination value)
public ExportBacktestResultMetadataRequest.Builder mergeStructuredMetadataDestination(BigQueryDestination value)Required. BigQuery output where the metadata will be written.
.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest.Builder |
|
setBacktestResult(String value)
public ExportBacktestResultMetadataRequest.Builder setBacktestResult(String value)Required. The resource name of the BacktestResult.
string backtest_result = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe backtestResult to set. |
| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest.Builder |
This builder for chaining. |
setBacktestResultBytes(ByteString value)
public ExportBacktestResultMetadataRequest.Builder setBacktestResultBytes(ByteString value)Required. The resource name of the BacktestResult.
string backtest_result = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for backtestResult to set. |
| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest.Builder |
This builder for chaining. |
setStructuredMetadataDestination(BigQueryDestination value)
public ExportBacktestResultMetadataRequest.Builder setStructuredMetadataDestination(BigQueryDestination value)Required. BigQuery output where the metadata will be written.
.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest.Builder |
|
setStructuredMetadataDestination(BigQueryDestination.Builder builderForValue)
public ExportBacktestResultMetadataRequest.Builder setStructuredMetadataDestination(BigQueryDestination.Builder builderForValue)Required. BigQuery output where the metadata will be written.
.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BigQueryDestination.Builder |
| Returns | |
|---|---|
| Type | Description |
ExportBacktestResultMetadataRequest.Builder |
|