public enum GcpScope extends Enum<GcpScope>
Enum Constant and Description |
---|
CLOUD_PLATFORM |
CLOUD_VISION |
DATASTORE |
PUBSUB |
RUNTIME_CONFIG_SCOPE |
SPANNER_ADMIN |
SPANNER_DATA |
SQLADMIN |
STORAGE_READ_ONLY |
STORAGE_READ_WRITE |
TRACE_APPEND |
Modifier and Type | Method and Description |
---|---|
String |
getUrl() |
static GcpScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcpScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcpScope PUBSUB
public static final GcpScope SPANNER_ADMIN
public static final GcpScope SPANNER_DATA
public static final GcpScope DATASTORE
public static final GcpScope SQLADMIN
public static final GcpScope STORAGE_READ_ONLY
public static final GcpScope STORAGE_READ_WRITE
public static final GcpScope RUNTIME_CONFIG_SCOPE
public static final GcpScope TRACE_APPEND
public static final GcpScope CLOUD_PLATFORM
public static final GcpScope CLOUD_VISION
public static GcpScope[] values()
for (GcpScope c : GcpScope.values()) System.out.println(c);
public static GcpScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getUrl()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.