public enum GCSOAuthScope extends Enum<GCSOAuthScope>
| Enum Constant and Description |
|---|
CLOUD_PLATFORM |
CLOUD_PLATFORM_READ_ONLY |
DEVSTORAGE_FULL_CONTROL |
DEVSTORAGE_READ_ONLY |
DEVSTORAGE_READ_WRITE |
| Modifier and Type | Method and Description |
|---|---|
String |
getScopeURL() |
static GCSOAuthScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCSOAuthScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GCSOAuthScope CLOUD_PLATFORM
public static final GCSOAuthScope CLOUD_PLATFORM_READ_ONLY
public static final GCSOAuthScope DEVSTORAGE_FULL_CONTROL
public static final GCSOAuthScope DEVSTORAGE_READ_ONLY
public static final GCSOAuthScope DEVSTORAGE_READ_WRITE
public static GCSOAuthScope[] values()
for (GCSOAuthScope c : GCSOAuthScope.values()) System.out.println(c);
public static GCSOAuthScope 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 getScopeURL()
Copyright © 2012–2023. All rights reserved.