[[["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 Rapid Migration Assessment V1 Client - Class State (1.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.2 (latest)](/php/docs/reference/cloud-rapidmigrationassessment/latest/V1.Collector.State)\n- [1.1.1](/php/docs/reference/cloud-rapidmigrationassessment/1.1.1/V1.Collector.State)\n- [1.0.3](/php/docs/reference/cloud-rapidmigrationassessment/1.0.3/V1.Collector.State)\n- [0.3.5](/php/docs/reference/cloud-rapidmigrationassessment/0.3.5/V1.Collector.State)\n- [0.2.2](/php/docs/reference/cloud-rapidmigrationassessment/0.2.2/V1.Collector.State)\n- [0.1.1](/php/docs/reference/cloud-rapidmigrationassessment/0.1.1/V1.Collector.State) \nReference documentation and code samples for the Google Cloud Rapid Migration Assessment V1 Client class State.\n\n-- Using suggestion from API Linter Analyzer for nesting enum --\n-- \u003chttps://linter.aip.dev/216/nesting\u003e --\nState of a Collector (server_side).\n\nStates are used for internal purposes and named to keep\nconvention of legacy product:\n\u003chttps://cloud.google.com/migrate/stratozone/docs/about-stratoprobe\u003e.\n\nProtobuf type `google.cloud.rapidmigrationassessment.v1.Collector.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ RapidMigrationAssessment \\\\ V1 \\\\ Collector\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nCollector state is not recognized.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### STATE_INITIALIZING\n\n Value: 1\n\nCollector started to create, but hasn't been completed MC source creation\nand db object creation.\n\nGenerated from protobuf enum `STATE_INITIALIZING = 1;`\n\n### STATE_READY_TO_USE\n\n Value: 2\n\nCollector has been created, MC source creation and db object creation\ncompleted.\n\nGenerated from protobuf enum `STATE_READY_TO_USE = 2;`\n\n### STATE_REGISTERED\n\n Value: 3\n\nCollector client has been registered with client.\n\nGenerated from protobuf enum `STATE_REGISTERED = 3;`\n\n### STATE_ACTIVE\n\n Value: 4\n\nCollector client is actively scanning.\n\nGenerated from protobuf enum `STATE_ACTIVE = 4;`\n\n### STATE_PAUSED\n\n Value: 5\n\nCollector is not actively scanning.\n\nGenerated from protobuf enum `STATE_PAUSED = 5;`\n\n### STATE_DELETING\n\n Value: 6\n\nCollector is starting background job for deletion.\n\nGenerated from protobuf enum `STATE_DELETING = 6;`\n\n### STATE_DECOMMISSIONED\n\n Value: 7\n\nCollector completed all tasks for deletion.\n\nGenerated from protobuf enum `STATE_DECOMMISSIONED = 7;`\n\n### STATE_ERROR\n\n Value: 8\n\nCollector is in error state.\n\nGenerated from protobuf enum `STATE_ERROR = 8;`"]]