Skip to content

Commit fc975ce

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lib/google/cloud/bigquery/datatransfer/v1/datatransfer.pb.ex

+13
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,15 @@ defmodule Google.Cloud.Bigquery.Datatransfer.V1.EnrollDataSourcesRequest do
395395
field :data_source_ids, 2, repeated: true, type: :string, json_name: "dataSourceIds"
396396
end
397397

398+
defmodule Google.Cloud.Bigquery.Datatransfer.V1.UnenrollDataSourcesRequest do
399+
@moduledoc false
400+
401+
use Protobuf, protoc_gen_elixir_version: "0.12.0", syntax: :proto3
402+
403+
field :name, 1, type: :string
404+
field :data_source_ids, 2, repeated: true, type: :string, json_name: "dataSourceIds"
405+
end
406+
398407
defmodule Google.Cloud.Bigquery.Datatransfer.V1.DataTransferService.Service do
399408
@moduledoc false
400409

@@ -461,6 +470,10 @@ defmodule Google.Cloud.Bigquery.Datatransfer.V1.DataTransferService.Service do
461470
rpc :EnrollDataSources,
462471
Google.Cloud.Bigquery.Datatransfer.V1.EnrollDataSourcesRequest,
463472
Google.Protobuf.Empty
473+
474+
rpc :UnenrollDataSources,
475+
Google.Cloud.Bigquery.Datatransfer.V1.UnenrollDataSourcesRequest,
476+
Google.Protobuf.Empty
464477
end
465478

466479
defmodule Google.Cloud.Bigquery.Datatransfer.V1.DataTransferService.Stub do

0 commit comments

Comments
 (0)