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 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/drive_v2.rb
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
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": "a0a522339818657195e0606b4655255c0adfcef4"
"sha": "1ca7ec3e2f29bdd2184cd075ab5ad2f60c9109fc"
}
}
]
Expand Down