Skip to content

Commit

Permalink
feat: Automated regeneration of Vision client (#12076)
Browse files Browse the repository at this point in the history
Auto-created at 2024-09-04 13:12:16 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Sep 4, 2024
1 parent 9155d5b commit 8e175f2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion clients/vision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_vision, "~> 0.25"}]
[{:google_api_vision, "~> 0.26"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion clients/vision/lib/google_api/vision/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Vision.V1 do
API client metadata for GoogleApi.Vision.V1.
"""

@discovery_revision "20240301"
@discovery_revision "20240823"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1FaceAnnotationLandmark do
@moduledoc """
A face-specific landmark (for example, a face feature).
A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
## Attributes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1FaceAnnotationLandmark do
@moduledoc """
A face-specific landmark (for example, a face feature).
A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
## Attributes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1FaceAnnotationLandmark do
@moduledoc """
A face-specific landmark (for example, a face feature).
A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
## Attributes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p4beta1FaceAnnotationLandmark do
@moduledoc """
A face-specific landmark (for example, a face feature).
A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
## Attributes
Expand Down
2 changes: 1 addition & 1 deletion clients/vision/lib/google_api/vision/v1/model/landmark.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.Vision.V1.Model.Landmark do
@moduledoc """
A face-specific landmark (for example, a face feature).
A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
## Attributes
Expand Down
4 changes: 2 additions & 2 deletions clients/vision/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Vision.Mixfile do
use Mix.Project

@version "0.25.0"
@version "0.26.0"

def project() do
[
Expand Down Expand Up @@ -56,7 +56,7 @@ defmodule GoogleApi.Vision.Mixfile do
[
files: ["lib", "mix.exs", "README*", "LICENSE"],
maintainers: ["Jeff Ching", "Daniel Azuma"],
licenses: ["Apache 2.0"],
licenses: ["Apache-2.0"],
links: %{
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/vision",
"Homepage" => "https://cloud.google.com/vision/"
Expand Down

0 comments on commit 8e175f2

Please sign in to comment.