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 area120tables v1alpha1 client #1613

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
5 changes: 4 additions & 1 deletion generated/google/apis/area120tables_v1alpha1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://tables.area120.google.com
module Area120tablesV1alpha1
VERSION = 'V1alpha1'
REVISION = '20201112'
REVISION = '20201201'

# See, edit, create, and delete all of your Google Drive files
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
Expand All @@ -41,6 +41,9 @@ module Area120tablesV1alpha1

# View your Google Spreadsheets
AUTH_SPREADSHEETS_READONLY = 'https://www.googleapis.com/auth/spreadsheets.readonly'

# See, edit, create, and delete your tables in Tables by Area 120
AUTH_TABLES = 'https://www.googleapis.com/auth/tables'
end
end
end
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c26d2f16205383db9917e8164e4a1a9b46d36692"
"sha": "0f920ae5ebe394e34a9ce17dd866bea7a4621f7d"
}
}
]
Expand Down