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.TypeOperation.Type. forNumber(int value)Operation.TypeOperation.Builder. getOperationType()The operation type.Operation.TypeOperation. getOperationType()The operation type.Operation.TypeOperationOrBuilder. getOperationType()The operation type.static Operation.TypeOperation.Type. valueOf(int value)Deprecated.static Operation.TypeOperation.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Operation.TypeOperation.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.BuilderOperation.Builder. setOperationType(Operation.Type value)The operation type.
-