Skip to content

Commit 3425d54

Browse files
AUTO GENERATED ELIXIR GOOGLEAPIS PROTOBUF (#736)
Co-authored-by: Hany Rock <rudebono@gmail.com>
1 parent a8f6135 commit 3425d54

File tree

8 files changed

+84
-431
lines changed

8 files changed

+84
-431
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ defmodule Google.Cloud.Aiplatform.V1.Feature do
9090
deprecated: false
9191

9292
field :version_column_name, 106, type: :string, json_name: "versionColumnName"
93+
field :point_of_contact, 107, type: :string, json_name: "pointOfContact"
9394
end

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

+1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,5 @@ defmodule Google.Cloud.Aiplatform.V1beta1.Feature do
102102
deprecated: false
103103

104104
field :version_column_name, 106, type: :string, json_name: "versionColumnName"
105+
field :point_of_contact, 107, type: :string, json_name: "pointOfContact"
105106
end

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

+13
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ defmodule Google.Cloud.Aiplatform.V1beta1.RaySpec do
174174
type: :string,
175175
json_name: "headNodeResourcePoolId",
176176
deprecated: false
177+
178+
field :ray_metric_spec, 8,
179+
type: Google.Cloud.Aiplatform.V1beta1.RayMetricSpec,
180+
json_name: "rayMetricSpec",
181+
deprecated: false
177182
end
178183

179184
defmodule Google.Cloud.Aiplatform.V1beta1.ResourceRuntime.AccessUrisEntry do
@@ -209,4 +214,12 @@ defmodule Google.Cloud.Aiplatform.V1beta1.ServiceAccountSpec do
209214
deprecated: false
210215

211216
field :service_account, 2, type: :string, json_name: "serviceAccount", deprecated: false
217+
end
218+
219+
defmodule Google.Cloud.Aiplatform.V1beta1.RayMetricSpec do
220+
@moduledoc false
221+
222+
use Protobuf, protoc_gen_elixir_version: "0.12.0", syntax: :proto3
223+
224+
field :disabled, 1, type: :bool, deprecated: false
212225
end

0 commit comments

Comments
 (0)