Skip to content

Commit

Permalink
Regenerate CloudResourceManager client (googleapis#4534)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Apr 23, 2020
1 parent 9c95d30 commit 9cb902e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule GoogleApi.CloudResourceManager.V2.Model.GetIamPolicyRequest do
## Attributes
* `options` (*type:* `GoogleApi.CloudResourceManager.V2.Model.GetPolicyOptions.t`, *default:* `nil`) - OPTIONAL: A `GetPolicyOptions` object for specifying options to
`GetIamPolicy`. This field is only used by Cloud IAM.
`GetIamPolicy`.
"""

use GoogleApi.Gax.ModelBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ defmodule GoogleApi.CloudResourceManager.V2.Model.SetIamPolicyRequest do
* `updateMask` (*type:* `String.t`, *default:* `nil`) - OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only
the fields in the mask will be modified. If no mask is provided, the
following default mask is used:
paths: "bindings, etag"
This field is only used by Cloud IAM.
`paths: "bindings, etag"`
"""

use GoogleApi.Gax.ModelBase
Expand Down
2 changes: 1 addition & 1 deletion clients/cloud_resource_manager/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.CloudResourceManager.Mixfile do
use Mix.Project

@version "0.28.2"
@version "0.28.3"

def project() do
[
Expand Down
4 changes: 2 additions & 2 deletions clients/cloud_resource_manager/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/elixir-google-api.git",
"sha": "5cce11140faa136bc550a7327fed4acb19f9fa67"
"sha": "088c62a64d2c2c9a136baea4152de0d6b207d82e"
}
},
{
"git": {
"name": "elixir-google-api",
"remote": "https://github.com/googleapis/elixir-google-api.git",
"sha": "5cce11140faa136bc550a7327fed4acb19f9fa67"
"sha": "088c62a64d2c2c9a136baea4152de0d6b207d82e"
}
}
]
Expand Down

0 comments on commit 9cb902e

Please sign in to comment.