class documentation
Operation evaluated by the preflight check.
| Constant | CREATE |
Evaluate resource creation. |
| Constant | DELETE |
Evaluate resource deletion. Reserved until delete preflight requests are supported. |
| Constant | RECREATE |
Evaluate resource recreation. This is the same as CREATE, but assumes that the resource with the requested ID is deleted immediately before it is created. |
| Constant | UNSPECIFIED |
Infer UPDATE when the request metadata contains a resource ID; otherwise infer CREATE. |
| Constant | UPDATE |
Evaluate a resource update. |
Inherited from Enum:
| Class Method | get |
Return the protobuf EnumDescriptor for this enum. |
| Constant | __PB2 |
Alias for code that expects a protobuf descriptor. |
| Constant | __PROTO |
Enum descriptor from the registry. |
| Constant | __REGISTRY__ |
Registry for the enum and its descriptor. |
| Class Variable | __PROTO |
Fully qualified protobuf enum name. |
| Class Method | _missing_ |
Represent unknown open-enum numbers without losing their value. |
Evaluate resource recreation. This is the same as CREATE, but assumes that the resource with the requested ID is deleted immediately before it is created.
| Value |
|