Enum Api.Types.State (1.1.0)

public enum State

All the possible API states.

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Fields

NameDescription
Active

API is active.

Creating

API is being created.

Deleting

API is being deleted.

Failed

API creation failed.

Unspecified

API does not have a state yet.

Updating

API is being updated.