Google Cloud Dataplex V1 Client - Class MetastoreStatus (0.11.1)

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

Namespace

Google \ Cloud \ Dataplex \ V1 \ Lake

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
int

setState

Current state of association.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMessage

Additional information about the current status.

Returns
TypeDescription
string

setMessage

Additional information about the current status.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUpdateTime

Last update time of the metastore status of the lake.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Last update time of the metastore status of the lake.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndpoint

The URI of the endpoint used to access the Metastore service.

Returns
TypeDescription
string

setEndpoint

The URI of the endpoint used to access the Metastore service.

Parameter
NameDescription
var string
Returns
TypeDescription
$this