Uses of Class
com.google.container.v1beta1.Operation.Type
-
Packages that use Operation.Type Package Description com.google.container.v1beta1 -
-
Uses of Operation.Type in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return Operation.Type Modifier and Type Method Description static Operation.Type
Operation.Type. forNumber(int value)
Operation.Type
Operation.Builder. getOperationType()
The operation type.Operation.Type
Operation. getOperationType()
The operation type.Operation.Type
OperationOrBuilder. getOperationType()
The operation type.static Operation.Type
Operation.Type. valueOf(int value)
Deprecated.static Operation.Type
Operation.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Operation.Type
Operation.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation.Type[]
Operation.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1beta1 that return types with arguments of type Operation.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Operation.Type>
Operation.Type. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type Operation.Type Modifier and Type Method Description Operation.Builder
Operation.Builder. setOperationType(Operation.Type value)
The operation type.
-