target.apidocs.com.google.api.services.sql.SQLAdminScopes.html Maven / Gradle / Ivy
SQLAdminScopes (Cloud SQL Admin API v1beta4-rev20201026-1.30.10)
com.google.api.services.sql
Class SQLAdminScopes
- java.lang.Object
-
- com.google.api.services.sql.SQLAdminScopes
-
public class SQLAdminScopes
extends Object
Available OAuth 2.0 scopes for use with the Cloud SQL Admin API.
- Since:
- 1.4
-
-
Field Summary
Fields
Modifier and Type
Field and Description
static String
CLOUD_PLATFORM
View and manage your data across Google Cloud Platform services.
static String
SQLSERVICE_ADMIN
Manage your Google SQL Service instances.
-
Method Summary
All Methods Static Methods Concrete Methods
Modifier and Type
Method and Description
static Set<String>
all()
Returns an unmodifiable set that contains all scopes declared by this class.
-
-
Field Detail
-
CLOUD_PLATFORM
public static final String CLOUD_PLATFORM
View and manage your data across Google Cloud Platform services.
- See Also:
- Constant Field Values
-
SQLSERVICE_ADMIN
public static final String SQLSERVICE_ADMIN
Manage your Google SQL Service instances.
- See Also:
- Constant Field Values
Copyright © 2011–2020 Google. All rights reserved.