[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Managed Identities V1 Client - Class State (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-managed-identities/latest/V1.Domain.State)\n- [2.0.4](/php/docs/reference/cloud-managed-identities/2.0.4/V1.Domain.State)\n- [1.3.5](/php/docs/reference/cloud-managed-identities/1.3.5/V1.Domain.State)\n- [1.2.2](/php/docs/reference/cloud-managed-identities/1.2.2/V1.Domain.State)\n- [1.1.1](/php/docs/reference/cloud-managed-identities/1.1.1/V1.Domain.State)\n- [1.0.5](/php/docs/reference/cloud-managed-identities/1.0.5/V1.Domain.State) \nReference documentation and code samples for the Google Cloud Managed Identities V1 Client class State.\n\nRepresents the different states of a managed domain.\n\nProtobuf type `google.cloud.managedidentities.v1.Domain.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ManagedIdentities \\\\ V1 \\\\ Domain\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nNot set.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### CREATING\n\n Value: 1\n\nThe domain is being created.\n\nGenerated from protobuf enum `CREATING = 1;`\n\n### READY\n\n Value: 2\n\nThe domain has been created and is fully usable.\n\nGenerated from protobuf enum `READY = 2;`\n\n### UPDATING\n\n Value: 3\n\nThe domain's configuration is being updated.\n\nGenerated from protobuf enum `UPDATING = 3;`\n\n### DELETING\n\n Value: 4\n\nThe domain is being deleted.\n\nGenerated from protobuf enum `DELETING = 4;`\n\n### REPAIRING\n\n Value: 5\n\nThe domain is being repaired and may be unusable. Details\ncan be found in the `status_message` field.\n\nGenerated from protobuf enum `REPAIRING = 5;`\n\n### PERFORMING_MAINTENANCE\n\n Value: 6\n\nThe domain is undergoing maintenance.\n\nGenerated from protobuf enum `PERFORMING_MAINTENANCE = 6;`\n\n### UNAVAILABLE\n\n Value: 7\n\nThe domain is not serving requests.\n\nGenerated from protobuf enum `UNAVAILABLE = 7;`"]]