public enum GoogleCloudStorageStatistics extends Enum<GoogleCloudStorageStatistics>
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableSet<GoogleCloudStorageStatistics> |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
static GoogleCloudStorageStatistics |
fromSymbol(String symbol)
Get a statistic from a symbol.
|
String |
getDescription()
The description of the Statistic
|
String |
getSymbol()
the name of the statistic
|
StatisticTypeEnum |
getType()
What type is this statistic?
|
String |
toString()
The string value is simply the symbol.
|
static GoogleCloudStorageStatistics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleCloudStorageStatistics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleCloudStorageStatistics EXCEPTION_COUNT
public static final GoogleCloudStorageStatistics GCS_API_REQUEST_COUNT
public static final GoogleCloudStorageStatistics GCS_API_CLIENT_SIDE_ERROR_COUNT
public static final GoogleCloudStorageStatistics GCS_API_SERVER_SIDE_ERROR_COUNT
public static final GoogleCloudStorageStatistics GCS_API_CLIENT_RATE_LIMIT_COUNT
public static final GoogleCloudStorageStatistics GCS_API_CLIENT_BAD_REQUEST_COUNT
public static final GoogleCloudStorageStatistics GCS_API_CLIENT_UNAUTHORIZED_RESPONSE_COUNT
public static final GoogleCloudStorageStatistics GCS_API_CLIENT_NOT_FOUND_RESPONSE_COUNT
public static final GoogleCloudStorageStatistics GCS_API_CLIENT_REQUEST_TIMEOUT_COUNT
public static final GoogleCloudStorageStatistics GCS_API_CLIENT_GONE_RESPONSE_COUNT
public static final GoogleCloudStorageStatistics GCS_API_CLIENT_PRECONDITION_FAILED_RESPONSE_COUNT
public static final GoogleCloudStorageStatistics GCS_API_CLIENT_REQUESTED_RANGE_NOT_SATISFIABLE_COUNT
public static final GoogleCloudStorageStatistics GCS_API_SERVER_INTERNAL_ERROR_COUNT
public static final GoogleCloudStorageStatistics GCS_API_SERVER_NOT_IMPLEMENTED_ERROR_COUNT
public static final GoogleCloudStorageStatistics GCS_API_SERVER_BAD_GATEWAY_COUNT
public static final GoogleCloudStorageStatistics GCS_API_SERVER_SERVICE_UNAVAILABLE_COUNT
public static final GoogleCloudStorageStatistics GCS_API_SERVER_TIMEOUT_COUNT
public static final com.google.common.collect.ImmutableSet<GoogleCloudStorageStatistics> VALUES
public static GoogleCloudStorageStatistics[] values()
for (GoogleCloudStorageStatistics c : GoogleCloudStorageStatistics.values()) System.out.println(c);
public static GoogleCloudStorageStatistics 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 getSymbol()
public static GoogleCloudStorageStatistics fromSymbol(String symbol)
symbol - statistic to look uppublic String getDescription()
public String toString()
toString in class Enum<GoogleCloudStorageStatistics>public StatisticTypeEnum getType()
Copyright © 2024. All rights reserved.