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 #3594

Merged
merged 1 commit into from
Apr 2, 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.8.0 (2021-04-02)

* Regenerated from discovery document revision 20210328

### v0.7.0 (2021-03-19)

* Regenerated from discovery document revision 20210314
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ class CreateProjectMetadata
# @return [String]
attr_accessor :create_time

# True if the project can be retrieved using GetProject. No other operations on
# the project are guaranteed to work until the project creation is complete.
# True if the project can be retrieved using `GetProject`. No other operations
# on the project are guaranteed to work until the project creation is complete.
# Corresponds to the JSON property `gettable`
# @return [Boolean]
attr_accessor :gettable
Expand Down Expand Up @@ -508,8 +508,8 @@ def update!(**args)
end
end

# A status object which is used as the `metadata` field for the Operation
# returned by DeleteFolder.
# A status object which is used as the `metadata` field for the `Operation`
# returned by `DeleteFolder`.
class DeleteFolderMetadata
include Google::Apis::Core::Hashable

Expand All @@ -522,7 +522,7 @@ def update!(**args)
end
end

# A status object which is used as the `metadata` field for the Operation
# A status object which is used as the `metadata` field for the operation
# returned by DeleteOrganization.
class DeleteOrganizationMetadata
include Google::Apis::Core::Hashable
Expand All @@ -537,7 +537,7 @@ def update!(**args)
end

# A status object which is used as the `metadata` field for the Operation
# returned by DeleteProject.
# returned by `DeleteProject`.
class DeleteProjectMetadata
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -1196,7 +1196,7 @@ def update!(**args)
end
end

# Metadata pertaining to the Folder move process.
# Metadata pertaining to the folder move process.
class MoveFolderMetadata
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -1939,8 +1939,8 @@ def update!(**args)
end
end

# A status object which is used as the `metadata` field for the Operation
# returned by UndeleteFolder.
# A status object which is used as the `metadata` field for the `Operation`
# returned by `UndeleteFolder`.
class UndeleteFolderMetadata
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -1968,7 +1968,7 @@ def update!(**args)
end

# A status object which is used as the `metadata` field for the Operation
# returned by UndeleteProject.
# returned by `UndeleteProject`.
class UndeleteProjectMetadata
include Google::Apis::Core::Hashable

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.7.0"
GEM_VERSION = "0.8.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20210314"
REVISION = "20210328"
end
end
end
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": "c2110952f1e58b5a8b0da5ad436f42ed71bba5a4"
"sha": "d8bbe6ad5ec5e160a03cd919e059aaf0100d2874"
}
}
]
Expand Down