Skip to content

Commit 8023238

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

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,13 @@ defmodule Google.Cloud.Aiplatform.V1beta1.GenerateContentResponse do
398398

399399
field :model_version, 11, type: :string, json_name: "modelVersion", deprecated: false
400400

401+
field :create_time, 12,
402+
type: Google.Protobuf.Timestamp,
403+
json_name: "createTime",
404+
deprecated: false
405+
406+
field :response_id, 13, type: :string, json_name: "responseId", deprecated: false
407+
401408
field :prompt_feedback, 3,
402409
type: Google.Cloud.Aiplatform.V1beta1.GenerateContentResponse.PromptFeedback,
403410
json_name: "promptFeedback",

lib/google/cloud/batch/v1/batch.pb.ex

+17
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,21 @@ defmodule Google.Cloud.Batch.V1.DeleteJobRequest do
2727
field :request_id, 4, type: :string, json_name: "requestId", deprecated: false
2828
end
2929

30+
defmodule Google.Cloud.Batch.V1.CancelJobRequest do
31+
@moduledoc false
32+
33+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
34+
35+
field :name, 1, type: :string, deprecated: false
36+
field :request_id, 4, type: :string, json_name: "requestId", deprecated: false
37+
end
38+
39+
defmodule Google.Cloud.Batch.V1.CancelJobResponse do
40+
@moduledoc false
41+
42+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
43+
end
44+
3045
defmodule Google.Cloud.Batch.V1.ListJobsRequest do
3146
@moduledoc false
3247

@@ -114,6 +129,8 @@ defmodule Google.Cloud.Batch.V1.BatchService.Service do
114129

115130
rpc :DeleteJob, Google.Cloud.Batch.V1.DeleteJobRequest, Google.Longrunning.Operation
116131

132+
rpc :CancelJob, Google.Cloud.Batch.V1.CancelJobRequest, Google.Longrunning.Operation
133+
117134
rpc :ListJobs, Google.Cloud.Batch.V1.ListJobsRequest, Google.Cloud.Batch.V1.ListJobsResponse
118135

119136
rpc :GetTask, Google.Cloud.Batch.V1.GetTaskRequest, Google.Cloud.Batch.V1.Task

lib/google/cloud/batch/v1/job.pb.ex

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ defmodule Google.Cloud.Batch.V1.JobStatus.State do
2020
field :SUCCEEDED, 4
2121
field :FAILED, 5
2222
field :DELETION_IN_PROGRESS, 6
23+
field :CANCELLATION_IN_PROGRESS, 7
24+
field :CANCELLED, 8
2325
end
2426

2527
defmodule Google.Cloud.Batch.V1.JobNotification.Type do

lib/google/cloud/memorystore/v1/memorystore.pb.ex

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ defmodule Google.Cloud.Memorystore.V1.Instance.Mode do
7171
field :MODE_UNSPECIFIED, 0
7272
field :STANDALONE, 1
7373
field :CLUSTER, 2
74+
field :CLUSTER_DISABLED, 4
7475
end
7576

7677
defmodule Google.Cloud.Memorystore.V1.PersistenceConfig.PersistenceMode do

lib/google/cloud/memorystore/v1beta/memorystore.pb.ex

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ defmodule Google.Cloud.Memorystore.V1beta.Instance.Mode do
7171
field :MODE_UNSPECIFIED, 0
7272
field :STANDALONE, 1
7373
field :CLUSTER, 2
74+
field :CLUSTER_DISABLED, 4
7475
end
7576

7677
defmodule Google.Cloud.Memorystore.V1beta.PersistenceConfig.PersistenceMode do

0 commit comments

Comments
 (0)