Skip to content

Commit bc12ed2

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

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

+8-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ defmodule Google.Cloud.Aiplatform.V1beta1.GetPublisherModelRequest do
2424

2525
field :is_hugging_face_model, 5, type: :bool, json_name: "isHuggingFaceModel", deprecated: false
2626
field :hugging_face_token, 6, type: :string, json_name: "huggingFaceToken", deprecated: false
27+
28+
field :include_equivalent_model_garden_model_deployment_configs, 7,
29+
type: :bool,
30+
json_name: "includeEquivalentModelGardenModelDeploymentConfigs",
31+
deprecated: false
2732
end
2833

2934
defmodule Google.Cloud.Aiplatform.V1beta1.ListPublisherModelsRequest do
@@ -148,7 +153,7 @@ end
148153
defmodule Google.Cloud.Aiplatform.V1beta1.DeployPublisherModelRequest do
149154
@moduledoc false
150155

151-
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
156+
use Protobuf, deprecated: true, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
152157

153158
field :model, 1, type: :string, deprecated: false
154159
field :destination, 2, type: :string, deprecated: false
@@ -186,7 +191,7 @@ end
186191
defmodule Google.Cloud.Aiplatform.V1beta1.DeployPublisherModelResponse do
187192
@moduledoc false
188193

189-
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
194+
use Protobuf, deprecated: true, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
190195

191196
field :publisher_model, 1, type: :string, json_name: "publisherModel", deprecated: false
192197
field :endpoint, 2, type: :string, deprecated: false
@@ -210,7 +215,7 @@ end
210215
defmodule Google.Cloud.Aiplatform.V1beta1.DeployPublisherModelOperationMetadata do
211216
@moduledoc false
212217

213-
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
218+
use Protobuf, deprecated: true, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
214219

215220
field :generic_metadata, 1,
216221
type: Google.Cloud.Aiplatform.V1beta1.GenericOperationMetadata,

0 commit comments

Comments
 (0)