Skip to content

Commit d3cf039

Browse files
AUTO GENERATED ELIXIR GOOGLEAPIS PROTOBUF (#1010)
Co-authored-by: Hany Rock <rudebono@gmail.com>
1 parent bc12ed2 commit d3cf039

File tree

7 files changed

+69
-6
lines changed

7 files changed

+69
-6
lines changed

lib/google/cloud/aiplatform/v1/tool.pb.ex

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ defmodule Google.Cloud.Aiplatform.V1.VertexAISearch do
208208
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
209209

210210
field :datastore, 1, type: :string, deprecated: false
211-
field :engine, 2, type: :string, deprecated: false
212211
end
213212

214213
defmodule Google.Cloud.Aiplatform.V1.GoogleSearchRetrieval do

lib/google/cloud/aiplatform/v1beta1/tool.pb.ex

-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ defmodule Google.Cloud.Aiplatform.V1beta1.VertexAISearch do
239239
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
240240

241241
field :datastore, 1, type: :string, deprecated: false
242-
field :engine, 2, type: :string, deprecated: false
243242
end
244243

245244
defmodule Google.Cloud.Aiplatform.V1beta1.GoogleSearchRetrieval do

lib/google/cloud/bigquery/v2/job_reference.pb.ex

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ defmodule Google.Cloud.Bigquery.V2.JobReference do
66
field :project_id, 1, type: :string, json_name: "projectId", deprecated: false
77
field :job_id, 2, type: :string, json_name: "jobId", deprecated: false
88
field :location, 3, type: Google.Protobuf.StringValue, deprecated: false
9-
field :location_alternative, 5, repeated: true, type: :string, json_name: "locationAlternative"
109
end

lib/google/cloud/dialogflow/v2/answer_record.pb.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ defmodule Google.Cloud.Dialogflow.V2.ListAnswerRecordsRequest do
6666
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
6767

6868
field :parent, 1, type: :string, deprecated: false
69-
field :filter, 2, type: :string, deprecated: true
69+
field :filter, 2, type: :string, deprecated: false
7070
field :page_size, 3, type: :int32, json_name: "pageSize", deprecated: false
7171
field :page_token, 4, type: :string, json_name: "pageToken", deprecated: false
7272
end

lib/google/cloud/dialogflow/v2/conversation.pb.ex

+49-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,45 @@ defmodule Google.Cloud.Dialogflow.V2.SearchKnowledgeAnswer.AnswerType do
5858
field :INTENT, 3
5959
end
6060

61+
defmodule Google.Cloud.Dialogflow.V2.Conversation.TelephonyConnectionInfo.SipHeader do
62+
@moduledoc false
63+
64+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
65+
66+
field :name, 1, type: :string, deprecated: false
67+
field :value, 2, type: :string, deprecated: false
68+
end
69+
70+
defmodule Google.Cloud.Dialogflow.V2.Conversation.TelephonyConnectionInfo.MimeContent do
71+
@moduledoc false
72+
73+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
74+
75+
field :mime_type, 1, type: :string, json_name: "mimeType", deprecated: false
76+
field :content, 2, type: :bytes, deprecated: false
77+
end
78+
79+
defmodule Google.Cloud.Dialogflow.V2.Conversation.TelephonyConnectionInfo do
80+
@moduledoc false
81+
82+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
83+
84+
field :dialed_number, 2, type: :string, json_name: "dialedNumber", deprecated: false
85+
field :sdp, 5, type: :string, deprecated: false
86+
87+
field :sip_headers, 12,
88+
repeated: true,
89+
type: Google.Cloud.Dialogflow.V2.Conversation.TelephonyConnectionInfo.SipHeader,
90+
json_name: "sipHeaders",
91+
deprecated: false
92+
93+
field :extra_mime_contents, 13,
94+
repeated: true,
95+
type: Google.Cloud.Dialogflow.V2.Conversation.TelephonyConnectionInfo.MimeContent,
96+
json_name: "extraMimeContents",
97+
deprecated: false
98+
end
99+
61100
defmodule Google.Cloud.Dialogflow.V2.Conversation do
62101
@moduledoc false
63102

@@ -89,6 +128,11 @@ defmodule Google.Cloud.Dialogflow.V2.Conversation do
89128
json_name: "conversationStage",
90129
enum: true,
91130
deprecated: false
131+
132+
field :telephony_connection_info, 10,
133+
type: Google.Cloud.Dialogflow.V2.Conversation.TelephonyConnectionInfo,
134+
json_name: "telephonyConnectionInfo",
135+
deprecated: false
92136
end
93137

94138
defmodule Google.Cloud.Dialogflow.V2.CreateConversationRequest do
@@ -162,6 +206,7 @@ defmodule Google.Cloud.Dialogflow.V2.ConversationPhoneNumber do
162206

163207
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
164208

209+
field :country_code, 2, type: :int32, json_name: "countryCode", deprecated: false
165210
field :phone_number, 3, type: :string, json_name: "phoneNumber", deprecated: false
166211
end
167212

@@ -318,6 +363,9 @@ defmodule Google.Cloud.Dialogflow.V2.SearchKnowledgeRequest.SearchConfig.BoostSp
318363
@moduledoc false
319364

320365
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
366+
367+
field :attribute_value, 1, type: :string, json_name: "attributeValue", deprecated: false
368+
field :boost_amount, 2, type: :float, json_name: "boostAmount", deprecated: false
321369
end
322370

323371
defmodule Google.Cloud.Dialogflow.V2.SearchKnowledgeRequest.SearchConfig.BoostSpecs.BoostSpec.ConditionBoostSpec.BoostControlSpec do
@@ -490,7 +538,7 @@ defmodule Google.Cloud.Dialogflow.V2.SearchKnowledgeAnswer do
490538
type: Google.Cloud.Dialogflow.V2.SearchKnowledgeAnswer.AnswerSource,
491539
json_name: "answerSources"
492540

493-
field :answer_record, 5, type: :string, json_name: "answerRecord"
541+
field :answer_record, 5, type: :string, json_name: "answerRecord", deprecated: false
494542
end
495543

496544
defmodule Google.Cloud.Dialogflow.V2.Conversations.Service do

lib/google/cloud/dialogflow/v2/conversation_profile.pb.ex

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ defmodule Google.Cloud.Dialogflow.V2.SuggestionFeature.Type do
3131
field :ARTICLE_SUGGESTION, 1
3232
field :FAQ, 2
3333
field :SMART_REPLY, 3
34+
field :CONVERSATION_SUMMARIZATION, 8
3435
field :KNOWLEDGE_SEARCH, 14
3536
field :KNOWLEDGE_ASSIST, 15
3637
end

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

+18-1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ defmodule Google.Cloud.Dialogflow.V2.AnalyzeContentRequest do
151151
json_name: "textInput",
152152
oneof: 0
153153

154+
field :audio_input, 7,
155+
type: Google.Cloud.Dialogflow.V2.AudioInput,
156+
json_name: "audioInput",
157+
oneof: 0
158+
154159
field :event_input, 8,
155160
type: Google.Cloud.Dialogflow.V2.EventInput,
156161
json_name: "eventInput",
@@ -264,7 +269,8 @@ defmodule Google.Cloud.Dialogflow.V2.StreamingAnalyzeContentRequest do
264269

265270
field :enable_partial_automated_agent_reply, 12,
266271
type: :bool,
267-
json_name: "enablePartialAutomatedAgentReply"
272+
json_name: "enablePartialAutomatedAgentReply",
273+
deprecated: false
268274

269275
field :enable_debugging_info, 19, type: :bool, json_name: "enableDebuggingInfo"
270276
end
@@ -304,6 +310,8 @@ defmodule Google.Cloud.Dialogflow.V2.StreamingAnalyzeContentResponse do
304310
field :debugging_info, 11,
305311
type: Google.Cloud.Dialogflow.V2.CloudConversationDebuggingInfo,
306312
json_name: "debuggingInfo"
313+
314+
field :speech_model, 13, type: :string, json_name: "speechModel"
307315
end
308316

309317
defmodule Google.Cloud.Dialogflow.V2.SuggestArticlesRequest do
@@ -392,6 +400,15 @@ defmodule Google.Cloud.Dialogflow.V2.SuggestSmartRepliesResponse do
392400
field :context_size, 3, type: :int32, json_name: "contextSize"
393401
end
394402

403+
defmodule Google.Cloud.Dialogflow.V2.AudioInput do
404+
@moduledoc false
405+
406+
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
407+
408+
field :config, 1, type: Google.Cloud.Dialogflow.V2.InputAudioConfig, deprecated: false
409+
field :audio, 2, type: :bytes, deprecated: false
410+
end
411+
395412
defmodule Google.Cloud.Dialogflow.V2.OutputAudio do
396413
@moduledoc false
397414

0 commit comments

Comments
 (0)