Skip to content

Commit a02d683

Browse files
feat: Automated regeneration of DataLabeling client (googleapis#12895)
Auto-created at 2025-01-30 13:14:53 +0000 using the toys pull request generator.
1 parent 8a601a7 commit a02d683

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

clients/data_labeling/lib/google_api/data_labeling/v1beta1/api/projects.ex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ defmodule GoogleApi.DataLabeling.V1beta1.Api.Projects do
337337
end
338338

339339
@doc """
340-
Creates dataset. If success return a Dataset resource.
340+
Creates dataset. If success return a Dataset resource.
341341
342342
## Parameters
343343
@@ -1376,7 +1376,7 @@ defmodule GoogleApi.DataLabeling.V1beta1.Api.Projects do
13761376
end
13771377

13781378
@doc """
1379-
Get a FeedbackThread object.
1379+
Get a FeedbackThread object.
13801380
13811381
## Parameters
13821382
@@ -1994,7 +1994,7 @@ defmodule GoogleApi.DataLabeling.V1beta1.Api.Projects do
19941994
end
19951995

19961996
@doc """
1997-
Gets an evaluation by resource name (to search, use projects.evaluations.search).
1997+
Gets an evaluation by resource name (to search, use projects.evaluations.search).
19981998
19991999
## Parameters
20002000
@@ -2146,7 +2146,7 @@ defmodule GoogleApi.DataLabeling.V1beta1.Api.Projects do
21462146
end
21472147

21482148
@doc """
2149-
Starts a labeling task for image. The type of image labeling task is configured by feature in the request.
2149+
Starts a labeling task for image. The type of image labeling task is configured by feature in the request.
21502150
21512151
## Parameters
21522152
@@ -2368,7 +2368,7 @@ defmodule GoogleApi.DataLabeling.V1beta1.Api.Projects do
23682368
end
23692369

23702370
@doc """
2371-
Creates an evaluation job.
2371+
Creates an evaluation job.
23722372
23732373
## Parameters
23742374

clients/data_labeling/lib/google_api/data_labeling/v1beta1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.DataLabeling.V1beta1 do
2020
API client metadata for GoogleApi.DataLabeling.V1beta1.
2121
"""
2222

23-
@discovery_revision "20241117"
23+
@discovery_revision "20250127"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/data_labeling/lib/google_api/data_labeling/v1beta1/model/google_cloud_datalabeling_v1beta1_create_evaluation_job_request.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1CreateEvaluationJobRequest do
1919
@moduledoc """
20-
Request message for CreateEvaluationJob.
20+
Request message for CreateEvaluationJob.
2121
2222
## Attributes
2323

clients/data_labeling/lib/google_api/data_labeling/v1beta1/model/google_cloud_datalabeling_v1beta1_label_image_request.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1LabelImageRequest do
1919
@moduledoc """
20-
Request message for starting an image labeling task.
20+
Request message for starting an image labeling task.
2121
2222
## Attributes
2323

clients/data_labeling/lib/google_api/data_labeling/v1beta1/model/google_cloud_datalabeling_v1beta1_label_video_request.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1LabelVideoRequest do
1919
@moduledoc """
20-
Request message for LabelVideo.
20+
Request message for LabelVideo.
2121
2222
## Attributes
2323

clients/data_labeling/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.DataLabeling.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.4.0"
21+
@version "0.4.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)