|
| 1 | +defmodule Google.Cloud.Financialservices.V1.BacktestResult.State do |
| 2 | + @moduledoc false |
| 3 | + |
| 4 | + use Protobuf, enum: true, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 5 | + |
| 6 | + field :STATE_UNSPECIFIED, 0 |
| 7 | + field :CREATING, 1 |
| 8 | + field :ACTIVE, 2 |
| 9 | + field :UPDATING, 3 |
| 10 | + field :DELETING, 4 |
| 11 | +end |
| 12 | + |
| 13 | +defmodule Google.Cloud.Financialservices.V1.BacktestResult.PerformanceTarget do |
| 14 | + @moduledoc false |
| 15 | + |
| 16 | + use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 17 | + |
| 18 | + field :party_investigations_per_period_hint, 1, |
| 19 | + type: :int64, |
| 20 | + json_name: "partyInvestigationsPerPeriodHint", |
| 21 | + deprecated: false |
| 22 | +end |
| 23 | + |
| 24 | +defmodule Google.Cloud.Financialservices.V1.BacktestResult.LabelsEntry do |
| 25 | + @moduledoc false |
| 26 | + |
| 27 | + use Protobuf, map: true, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 28 | + |
| 29 | + field :key, 1, type: :string |
| 30 | + field :value, 2, type: :string |
| 31 | +end |
| 32 | + |
| 33 | +defmodule Google.Cloud.Financialservices.V1.BacktestResult do |
| 34 | + @moduledoc false |
| 35 | + |
| 36 | + use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 37 | + |
| 38 | + field :name, 1, type: :string, deprecated: false |
| 39 | + |
| 40 | + field :create_time, 2, |
| 41 | + type: Google.Protobuf.Timestamp, |
| 42 | + json_name: "createTime", |
| 43 | + deprecated: false |
| 44 | + |
| 45 | + field :update_time, 3, |
| 46 | + type: Google.Protobuf.Timestamp, |
| 47 | + json_name: "updateTime", |
| 48 | + deprecated: false |
| 49 | + |
| 50 | + field :labels, 4, |
| 51 | + repeated: true, |
| 52 | + type: Google.Cloud.Financialservices.V1.BacktestResult.LabelsEntry, |
| 53 | + map: true |
| 54 | + |
| 55 | + field :state, 5, |
| 56 | + type: Google.Cloud.Financialservices.V1.BacktestResult.State, |
| 57 | + enum: true, |
| 58 | + deprecated: false |
| 59 | + |
| 60 | + field :dataset, 6, type: :string, deprecated: false |
| 61 | + field :model, 7, type: :string, deprecated: false |
| 62 | + field :end_time, 9, type: Google.Protobuf.Timestamp, json_name: "endTime", deprecated: false |
| 63 | + field :backtest_periods, 10, type: :int32, json_name: "backtestPeriods" |
| 64 | + |
| 65 | + field :performance_target, 11, |
| 66 | + type: Google.Cloud.Financialservices.V1.BacktestResult.PerformanceTarget, |
| 67 | + json_name: "performanceTarget", |
| 68 | + deprecated: false |
| 69 | + |
| 70 | + field :line_of_business, 12, |
| 71 | + type: Google.Cloud.Financialservices.V1.LineOfBusiness, |
| 72 | + json_name: "lineOfBusiness", |
| 73 | + enum: true, |
| 74 | + deprecated: false |
| 75 | +end |
| 76 | + |
| 77 | +defmodule Google.Cloud.Financialservices.V1.ListBacktestResultsRequest do |
| 78 | + @moduledoc false |
| 79 | + |
| 80 | + use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 81 | + |
| 82 | + field :parent, 1, type: :string, deprecated: false |
| 83 | + field :page_size, 2, type: :int32, json_name: "pageSize" |
| 84 | + field :page_token, 3, type: :string, json_name: "pageToken" |
| 85 | + field :filter, 4, type: :string |
| 86 | + field :order_by, 5, type: :string, json_name: "orderBy" |
| 87 | +end |
| 88 | + |
| 89 | +defmodule Google.Cloud.Financialservices.V1.ListBacktestResultsResponse do |
| 90 | + @moduledoc false |
| 91 | + |
| 92 | + use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 93 | + |
| 94 | + field :backtest_results, 1, |
| 95 | + repeated: true, |
| 96 | + type: Google.Cloud.Financialservices.V1.BacktestResult, |
| 97 | + json_name: "backtestResults" |
| 98 | + |
| 99 | + field :next_page_token, 2, type: :string, json_name: "nextPageToken" |
| 100 | + field :unreachable, 3, repeated: true, type: :string |
| 101 | +end |
| 102 | + |
| 103 | +defmodule Google.Cloud.Financialservices.V1.GetBacktestResultRequest do |
| 104 | + @moduledoc false |
| 105 | + |
| 106 | + use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 107 | + |
| 108 | + field :name, 1, type: :string, deprecated: false |
| 109 | +end |
| 110 | + |
| 111 | +defmodule Google.Cloud.Financialservices.V1.CreateBacktestResultRequest do |
| 112 | + @moduledoc false |
| 113 | + |
| 114 | + use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 115 | + |
| 116 | + field :parent, 1, type: :string, deprecated: false |
| 117 | + field :backtest_result_id, 2, type: :string, json_name: "backtestResultId", deprecated: false |
| 118 | + |
| 119 | + field :backtest_result, 3, |
| 120 | + type: Google.Cloud.Financialservices.V1.BacktestResult, |
| 121 | + json_name: "backtestResult", |
| 122 | + deprecated: false |
| 123 | + |
| 124 | + field :request_id, 4, type: :string, json_name: "requestId", deprecated: false |
| 125 | +end |
| 126 | + |
| 127 | +defmodule Google.Cloud.Financialservices.V1.UpdateBacktestResultRequest do |
| 128 | + @moduledoc false |
| 129 | + |
| 130 | + use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 131 | + |
| 132 | + field :update_mask, 1, |
| 133 | + type: Google.Protobuf.FieldMask, |
| 134 | + json_name: "updateMask", |
| 135 | + deprecated: false |
| 136 | + |
| 137 | + field :backtest_result, 2, |
| 138 | + type: Google.Cloud.Financialservices.V1.BacktestResult, |
| 139 | + json_name: "backtestResult", |
| 140 | + deprecated: false |
| 141 | + |
| 142 | + field :request_id, 3, type: :string, json_name: "requestId", deprecated: false |
| 143 | +end |
| 144 | + |
| 145 | +defmodule Google.Cloud.Financialservices.V1.DeleteBacktestResultRequest do |
| 146 | + @moduledoc false |
| 147 | + |
| 148 | + use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 149 | + |
| 150 | + field :name, 1, type: :string, deprecated: false |
| 151 | + field :request_id, 2, type: :string, json_name: "requestId", deprecated: false |
| 152 | +end |
| 153 | + |
| 154 | +defmodule Google.Cloud.Financialservices.V1.ExportBacktestResultMetadataRequest do |
| 155 | + @moduledoc false |
| 156 | + |
| 157 | + use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 158 | + |
| 159 | + field :backtest_result, 1, type: :string, json_name: "backtestResult", deprecated: false |
| 160 | + |
| 161 | + field :structured_metadata_destination, 2, |
| 162 | + type: Google.Cloud.Financialservices.V1.BigQueryDestination, |
| 163 | + json_name: "structuredMetadataDestination", |
| 164 | + deprecated: false |
| 165 | +end |
| 166 | + |
| 167 | +defmodule Google.Cloud.Financialservices.V1.ExportBacktestResultMetadataResponse do |
| 168 | + @moduledoc false |
| 169 | + |
| 170 | + use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3 |
| 171 | +end |
0 commit comments