Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of cloudresourcemanager v1 client #6299

Merged
merged 1 commit into from
Sep 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-cloudresourcemanager_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudresourcemanager_v1

### v0.15.0 (2021-09-01)

* Regenerated from discovery document revision 20210830

### v0.14.0 (2021-08-03)

* Regenerated from discovery document revision 20210801
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ def update!(**args)
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
# roles/resourcemanager.organizationViewer condition: title: expirable access
# description: Does not grant access after Sep 2020 expression: request.time <
# timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
# description of IAM and its features, see the [IAM documentation](https://cloud.
# google.com/iam/docs/).
class Policy
Expand Down Expand Up @@ -1760,8 +1760,9 @@ class SearchOrganizationsRequest
# @return [String]
attr_accessor :filter

# The maximum number of Organizations to return in the response. This field is
# optional.
# The maximum number of Organizations to return in the response. The server can
# return fewer organizations than requested. If unspecified, server picks an
# appropriate default.
# Corresponds to the JSON property `pageSize`
# @return [Fixnum]
attr_accessor :page_size
Expand Down Expand Up @@ -1841,7 +1842,7 @@ class SetIamPolicyRequest
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
# roles/resourcemanager.organizationViewer condition: title: expirable access
# description: Does not grant access after Sep 2020 expression: request.time <
# timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
# description of IAM and its features, see the [IAM documentation](https://cloud.
# google.com/iam/docs/).
# Corresponds to the JSON property `policy`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudresourcemanagerV1
# Version of the google-apis-cloudresourcemanager_v1 gem
GEM_VERSION = "0.14.0"
GEM_VERSION = "0.15.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.4.0"

# Revision of the discovery document this client was generated from
REVISION = "20210801"
REVISION = "20210830"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ def get_lien(name, fields: nil, quota_user: nil, options: nil, &block)
# parent` of `projects/1234` requires permission `resourcemanager.projects.get`.
# @param [Fixnum] page_size
# The maximum number of items to return. This is a suggestion for the server.
# The server can return fewer liens than requested. If unspecified, server picks
# an appropriate default.
# @param [String] page_token
# The `next_page_token` value returned from a previous List request, if any.
# @param [String] parent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "091162901ef9a6931b2dea65b2706073a18357b1"
"sha": "8fc729b639a4145496ea7e02c141fbecb995662f"
}
}
]
Expand Down