Reference documentation and code samples for the Google Cloud Dataplex V1 Client class MetastoreStatus.
Status of Lake and Dataproc Metastore service instance association.
Generated from protobuf message google.cloud.dataplex.v1.Lake.MetastoreStatus
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
Current state of association.
↳ message
string
Additional information about the current status.
↳ update_time
Google\Protobuf\Timestamp
Last update time of the metastore status of the lake.
↳ endpoint
string
The URI of the endpoint used to access the Metastore service.
getState
Current state of association.
Generated from protobuf field .google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;
int
setState
Current state of association.
Generated from protobuf field .google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;
var
int
$this
getMessage
Additional information about the current status.
Generated from protobuf field string message = 2;
string
setMessage
Additional information about the current status.
Generated from protobuf field string message = 2;
var
string
$this
getUpdateTime
Last update time of the metastore status of the lake.
Generated from protobuf field .google.protobuf.Timestamp update_time = 3;
Google\Protobuf\Timestamp|null
hasUpdateTime
clearUpdateTime
setUpdateTime
Last update time of the metastore status of the lake.
Generated from protobuf field .google.protobuf.Timestamp update_time = 3;
var
Google\Protobuf\Timestamp
$this
getEndpoint
The URI of the endpoint used to access the Metastore service.
Generated from protobuf field string endpoint = 4;
string
setEndpoint
The URI of the endpoint used to access the Metastore service.
Generated from protobuf field string endpoint = 4;
var
string
$this