generated/google/apis/sourcerepo_v1.rb in google-api-client-0.13.2 vs generated/google/apis/sourcerepo_v1.rb in google-api-client-0.13.3

- old
+ new

@@ -25,16 +25,16 @@ # @see https://cloud.google.com/source-repositories/docs/apis module SourcerepoV1 VERSION = 'V1' REVISION = '20170528' + # View and manage your data across Google Cloud Platform services + AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' + # 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 end