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_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __PROTO_DESCRIPTOR__ Enum descriptor from the registry.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Variable __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
CREATE: ellipsis = (source)

Evaluate resource creation.

Value
...
DELETE: ellipsis = (source)

Evaluate resource deletion. Reserved until delete preflight requests are supported.

Value
...
RECREATE: ellipsis = (source)

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
...
UNSPECIFIED: ellipsis = (source)

Infer UPDATE when the request metadata contains a resource ID; otherwise infer CREATE.

Value
...
UPDATE: ellipsis = (source)

Evaluate a resource update.

Value
...