Google Cloud Dataproc Metastore V1alpha Client - Class State (1.2.3)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class State.
The current state of the metadata import.
Protobuf type google.cloud.metastore.v1alpha.MetadataImport.State
Namespace
Google \ Cloud \ Metastore \ V1alpha \ MetadataImport
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
The state of the metadata import is unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1
The metadata import is running.
Generated from protobuf enum RUNNING = 1;
SUCCEEDED
Value: 2
The metadata import completed successfully.
Generated from protobuf enum SUCCEEDED = 2;
UPDATING
Value: 3
The metadata import is being updated.
Generated from protobuf enum UPDATING = 3;
FAILED
Value: 4
The metadata import failed, and attempted metadata changes were rolled
back.
[[["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 2026-03-18 UTC."],[],[]]