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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of drive v2 client #1620

Merged
merged 1 commit into from Dec 3, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/drive_v2.rb
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://developers.google.com/drive/
module DriveV2
VERSION = 'V2'
REVISION = '20201115'
REVISION = '20201130'

# See, edit, create, and delete all of your Google Drive files
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
Expand Down
5 changes: 4 additions & 1 deletion generated/google/apis/drive_v2/classes.rb
Expand Up @@ -3425,7 +3425,10 @@ class Property
attr_accessor :value

# The visibility of this property. Allowed values are PRIVATE and PUBLIC. (
# Default: PRIVATE)
# Default: PRIVATE). Private properties can only be retrieved using an
# authenticated request. An authenticated request uses an access token obtained
# with a OAuth 2 client ID. You cannot use an API key to retrieve private
# properties.
# Corresponds to the JSON property `visibility`
# @return [String]
attr_accessor :visibility
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/drive_v2/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "a0a522339818657195e0606b4655255c0adfcef4"
"sha": "1ca7ec3e2f29bdd2184cd075ab5ad2f60c9109fc"
}
}
]
Expand Down