Skip to content

Commit d667c49

Browse files
AUTO GENERATED ELIXIR GOOGLEAPIS PROTOBUF (#1007)
1 parent 5df64c3 commit d667c49

15 files changed

+1367
-157
lines changed

lib/google/cloud/dialogflow/v2beta1/participant.pb.ex

+2-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,8 @@ defmodule Google.Cloud.Dialogflow.V2beta1.StreamingAnalyzeContentRequest do
430430

431431
field :enable_partial_automated_agent_reply, 12,
432432
type: :bool,
433-
json_name: "enablePartialAutomatedAgentReply"
433+
json_name: "enablePartialAutomatedAgentReply",
434+
deprecated: false
434435

435436
field :enable_debugging_info, 19, type: :bool, json_name: "enableDebuggingInfo"
436437
end
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
defmodule Google.Cloud.Financialservices.V1.BigQueryDestination.WriteDisposition do
2+
@moduledoc false
3+
4+
use Protobuf, enum: true, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
5+
6+
field :WRITE_DISPOSITION_UNSPECIFIED, 0
7+
field :WRITE_EMPTY, 1
8+
field :WRITE_TRUNCATE, 2
9+
end
10+
11+
defmodule Google.Cloud.Financialservices.V1.BigQueryDestination do
12+
@moduledoc false
13+
14+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
15+
16+
field :table_uri, 1, type: :string, json_name: "tableUri", deprecated: false
17+
18+
field :write_disposition, 2,
19+
type: Google.Cloud.Financialservices.V1.BigQueryDestination.WriteDisposition,
20+
json_name: "writeDisposition",
21+
enum: true,
22+
deprecated: false
23+
end
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
defmodule Google.Cloud.Financialservices.V1.Dataset.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.Dataset.LabelsEntry do
14+
@moduledoc false
15+
16+
use Protobuf, map: true, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
17+
18+
field :key, 1, type: :string
19+
field :value, 2, type: :string
20+
end
21+
22+
defmodule Google.Cloud.Financialservices.V1.Dataset.TableSpecsEntry do
23+
@moduledoc false
24+
25+
use Protobuf, map: true, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
26+
27+
field :key, 1, type: :string
28+
field :value, 2, type: :string
29+
end
30+
31+
defmodule Google.Cloud.Financialservices.V1.Dataset do
32+
@moduledoc false
33+
34+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
35+
36+
field :name, 1, type: :string, deprecated: false
37+
38+
field :create_time, 2,
39+
type: Google.Protobuf.Timestamp,
40+
json_name: "createTime",
41+
deprecated: false
42+
43+
field :update_time, 3,
44+
type: Google.Protobuf.Timestamp,
45+
json_name: "updateTime",
46+
deprecated: false
47+
48+
field :labels, 4,
49+
repeated: true,
50+
type: Google.Cloud.Financialservices.V1.Dataset.LabelsEntry,
51+
map: true
52+
53+
field :table_specs, 5,
54+
repeated: true,
55+
type: Google.Cloud.Financialservices.V1.Dataset.TableSpecsEntry,
56+
json_name: "tableSpecs",
57+
map: true,
58+
deprecated: false
59+
60+
field :state, 7,
61+
type: Google.Cloud.Financialservices.V1.Dataset.State,
62+
enum: true,
63+
deprecated: false
64+
65+
field :date_range, 8, type: Google.Type.Interval, json_name: "dateRange", deprecated: false
66+
field :time_zone, 9, type: Google.Type.TimeZone, json_name: "timeZone"
67+
end
68+
69+
defmodule Google.Cloud.Financialservices.V1.ListDatasetsRequest do
70+
@moduledoc false
71+
72+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
73+
74+
field :parent, 1, type: :string, deprecated: false
75+
field :page_size, 2, type: :int32, json_name: "pageSize"
76+
field :page_token, 3, type: :string, json_name: "pageToken"
77+
field :filter, 4, type: :string
78+
field :order_by, 5, type: :string, json_name: "orderBy"
79+
end
80+
81+
defmodule Google.Cloud.Financialservices.V1.ListDatasetsResponse do
82+
@moduledoc false
83+
84+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
85+
86+
field :datasets, 1, repeated: true, type: Google.Cloud.Financialservices.V1.Dataset
87+
field :next_page_token, 2, type: :string, json_name: "nextPageToken"
88+
field :unreachable, 3, repeated: true, type: :string
89+
end
90+
91+
defmodule Google.Cloud.Financialservices.V1.GetDatasetRequest do
92+
@moduledoc false
93+
94+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
95+
96+
field :name, 1, type: :string, deprecated: false
97+
end
98+
99+
defmodule Google.Cloud.Financialservices.V1.CreateDatasetRequest do
100+
@moduledoc false
101+
102+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
103+
104+
field :parent, 1, type: :string, deprecated: false
105+
field :dataset_id, 2, type: :string, json_name: "datasetId", deprecated: false
106+
field :dataset, 3, type: Google.Cloud.Financialservices.V1.Dataset, deprecated: false
107+
field :request_id, 4, type: :string, json_name: "requestId", deprecated: false
108+
end
109+
110+
defmodule Google.Cloud.Financialservices.V1.UpdateDatasetRequest do
111+
@moduledoc false
112+
113+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
114+
115+
field :update_mask, 1,
116+
type: Google.Protobuf.FieldMask,
117+
json_name: "updateMask",
118+
deprecated: false
119+
120+
field :dataset, 2, type: Google.Cloud.Financialservices.V1.Dataset, deprecated: false
121+
field :request_id, 3, type: :string, json_name: "requestId", deprecated: false
122+
end
123+
124+
defmodule Google.Cloud.Financialservices.V1.DeleteDatasetRequest do
125+
@moduledoc false
126+
127+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
128+
129+
field :name, 1, type: :string, deprecated: false
130+
field :request_id, 2, type: :string, json_name: "requestId", deprecated: false
131+
end

0 commit comments

Comments
 (0)