public enum OperationType extends Enum<OperationType> implements com.google.protobuf.ProtocolMessageEnum
A type of an operation.Protobuf enum
google.cloud.functions.v1.OperationType| Enum Constant and Description |
|---|
CREATE_FUNCTION
Triggered by CreateFunction call
CREATE_FUNCTION = 1; |
DELETE_FUNCTION
Triggered by DeleteFunction call.
|
OPERATION_UNSPECIFIED
Unknown operation type.
|
UNRECOGNIZED |
UPDATE_FUNCTION
Triggered by UpdateFunction call
UPDATE_FUNCTION = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_FUNCTION_VALUE
Triggered by CreateFunction call
CREATE_FUNCTION = 1; |
static int |
DELETE_FUNCTION_VALUE
Triggered by DeleteFunction call.
|
static int |
OPERATION_UNSPECIFIED_VALUE
Unknown operation type.
|
static int |
UPDATE_FUNCTION_VALUE
Triggered by UpdateFunction call
UPDATE_FUNCTION = 2; |
| Modifier and Type | Method and Description |
|---|---|
static OperationType |
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<OperationType> |
internalGetValueMap() |
static OperationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OperationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationType OPERATION_UNSPECIFIED
Unknown operation type.
OPERATION_UNSPECIFIED = 0;public static final OperationType CREATE_FUNCTION
Triggered by CreateFunction call
CREATE_FUNCTION = 1;public static final OperationType UPDATE_FUNCTION
Triggered by UpdateFunction call
UPDATE_FUNCTION = 2;public static final OperationType DELETE_FUNCTION
Triggered by DeleteFunction call.
DELETE_FUNCTION = 3;public static final OperationType UNRECOGNIZED
public static final int OPERATION_UNSPECIFIED_VALUE
Unknown operation type.
OPERATION_UNSPECIFIED = 0;public static final int CREATE_FUNCTION_VALUE
Triggered by CreateFunction call
CREATE_FUNCTION = 1;public static final int UPDATE_FUNCTION_VALUE
Triggered by UpdateFunction call
UPDATE_FUNCTION = 2;public static final int DELETE_FUNCTION_VALUE
Triggered by DeleteFunction call.
DELETE_FUNCTION = 3;public static OperationType[] values()
for (OperationType c : OperationType.values()) System.out.println(c);
public static OperationType 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 OperationType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static OperationType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<OperationType> 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 OperationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.