generated/google/apis/sourcerepo_v1.rb in google-api-client-0.11.3 vs generated/google/apis/sourcerepo_v1.rb in google-api-client-0.12.0
- old
+ new
@@ -23,10 +23,16 @@
# Access source code repositories hosted by Google.
#
# @see https://cloud.google.com/source-repositories/docs/apis
module SourcerepoV1
VERSION = 'V1'
- REVISION = '20170502'
+ REVISION = '20170528'
+
+ # View the contents of your source code repositories
+ AUTH_SOURCE_READ_ONLY = 'https://www.googleapis.com/auth/source.read_only'
+
+ # Manage the contents of your source code repositories
+ AUTH_SOURCE_READ_WRITE = 'https://www.googleapis.com/auth/source.read_write'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
end
end