Reference documentation and code samples for the Google Cloud Migration Center V1 Client class State.
Report creation state.
Protobuf type google.cloud.migrationcenter.v1.Report.State
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ ReportMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default Report creation state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1Creating Report.
Generated from protobuf enum PENDING = 1;
SUCCEEDED
Value: 2Successfully created Report.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3Failed to create Report.
Generated from protobuf enum FAILED = 3;