public static enum BatchOperationMetadata.BatchOperationType extends Enum<BatchOperationMetadata.BatchOperationType> implements com.google.protobuf.ProtocolMessageEnum
Operation type for Batch resourcesProtobuf enum
google.cloud.dataproc.v1.BatchOperationMetadata.BatchOperationType| Enum Constant and Description |
|---|
BATCH
Batch operation type.
|
BATCH_OPERATION_TYPE_UNSPECIFIED
Batch operation type is unknown.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BATCH_OPERATION_TYPE_UNSPECIFIED_VALUE
Batch operation type is unknown.
|
static int |
BATCH_VALUE
Batch operation type.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchOperationMetadata.BatchOperationType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<BatchOperationMetadata.BatchOperationType> |
internalGetValueMap() |
static BatchOperationMetadata.BatchOperationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BatchOperationMetadata.BatchOperationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BatchOperationMetadata.BatchOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchOperationMetadata.BatchOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchOperationMetadata.BatchOperationType BATCH_OPERATION_TYPE_UNSPECIFIED
Batch operation type is unknown.
BATCH_OPERATION_TYPE_UNSPECIFIED = 0;public static final BatchOperationMetadata.BatchOperationType BATCH
Batch operation type.
BATCH = 1;public static final BatchOperationMetadata.BatchOperationType UNRECOGNIZED
public static final int BATCH_OPERATION_TYPE_UNSPECIFIED_VALUE
Batch operation type is unknown.
BATCH_OPERATION_TYPE_UNSPECIFIED = 0;public static final int BATCH_VALUE
Batch operation type.
BATCH = 1;public static BatchOperationMetadata.BatchOperationType[] values()
for (BatchOperationMetadata.BatchOperationType c : BatchOperationMetadata.BatchOperationType.values()) System.out.println(c);
public static BatchOperationMetadata.BatchOperationType 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static BatchOperationMetadata.BatchOperationType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static BatchOperationMetadata.BatchOperationType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BatchOperationMetadata.BatchOperationType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BatchOperationMetadata.BatchOperationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.