public static enum GoogleCloudStorageOptions.MetricsSink extends Enum<GoogleCloudStorageOptions.MetricsSink>
| Enum Constant and Description |
|---|
CLOUD_MONITORING |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static GoogleCloudStorageOptions.MetricsSink |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleCloudStorageOptions.MetricsSink[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleCloudStorageOptions.MetricsSink NONE
public static final GoogleCloudStorageOptions.MetricsSink CLOUD_MONITORING
public static GoogleCloudStorageOptions.MetricsSink[] values()
for (GoogleCloudStorageOptions.MetricsSink c : GoogleCloudStorageOptions.MetricsSink.values()) System.out.println(c);
public static GoogleCloudStorageOptions.MetricsSink 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 nullCopyright © 2022. All rights reserved.