Skip to content

Commit

Permalink
Regenerate ManagedIdentities client (googleapis#4536)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Apr 23, 2020
1 parent ef9a6fc commit 9c95d30
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ defmodule GoogleApi.ManagedIdentities.V1.Api.Projects do
Sets the access control policy on the specified resource. Replaces any
existing policy.
Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED
Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
## Parameters
Expand Down Expand Up @@ -1017,7 +1017,7 @@ defmodule GoogleApi.ManagedIdentities.V1.Api.Projects do
@doc """
Returns permissions that a caller has on the specified resource.
If the resource does not exist, this will return an empty set of
permissions, not a NOT_FOUND error.
permissions, not a `NOT_FOUND` error.
Note: This operation is designed to be used for building permission-aware
UIs and command-line tools, not for authorization checking. This operation
Expand Down
2 changes: 1 addition & 1 deletion clients/managed_identities/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.ManagedIdentities.Mixfile do
use Mix.Project

@version "0.2.0"
@version "0.2.1"

def project() do
[
Expand Down
10 changes: 8 additions & 2 deletions clients/managed_identities/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"updateTime": "2020-04-07T12:28:26.471967Z",
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/elixir-google-api.git",
"sha": "088c62a64d2c2c9a136baea4152de0d6b207d82e"
}
},
{
"git": {
"name": "elixir-google-api",
"remote": "https://github.com/googleapis/elixir-google-api.git",
"sha": "d6620ecb796a4ced9595afa8499ae7d5a64c23ba"
"sha": "088c62a64d2c2c9a136baea4152de0d6b207d82e"
}
}
]
Expand Down

0 comments on commit 9c95d30

Please sign in to comment.