public enum GoogleCloudStorageTracingFields extends Enum<GoogleCloudStorageTracingFields>
| Modifier and Type | Method and Description |
|---|---|
static GoogleCloudStorageTracingFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleCloudStorageTracingFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleCloudStorageTracingFields RPC_METHOD
public static final GoogleCloudStorageTracingFields IDEMPOTENCY_TOKEN
public static final GoogleCloudStorageTracingFields REQUEST_COUNTER
public static final GoogleCloudStorageTracingFields RESPONSE_COUNTER
public static final GoogleCloudStorageTracingFields REQUEST_MESSAGE_AS_STRING
public static final GoogleCloudStorageTracingFields RESPONSE_MESSAGE_AS_STRING
public static final GoogleCloudStorageTracingFields CURRENT_TIME
public static final GoogleCloudStorageTracingFields RESOURCE
public static final GoogleCloudStorageTracingFields UPLOAD_ID
public static final GoogleCloudStorageTracingFields WRITE_OFFSET
public static final GoogleCloudStorageTracingFields FINALIZE_WRITE
public static final GoogleCloudStorageTracingFields CONTENT_LENGTH
public static final GoogleCloudStorageTracingFields PERSISTED_SIZE
public static final GoogleCloudStorageTracingFields READ_OFFSET
public static final GoogleCloudStorageTracingFields READ_LIMIT
public static final GoogleCloudStorageTracingFields REQUEST_START_OFFSET
public static final GoogleCloudStorageTracingFields BYTES_READ
public static final GoogleCloudStorageTracingFields STREAM_OPERATION
public static final GoogleCloudStorageTracingFields STATUS
public static final GoogleCloudStorageTracingFields DURATION_MS
public final String name
public static GoogleCloudStorageTracingFields[] values()
for (GoogleCloudStorageTracingFields c : GoogleCloudStorageTracingFields.values()) System.out.println(c);
public static GoogleCloudStorageTracingFields 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 © 2024. All rights reserved.