Google Cloud Dataplex V1 Client - Class MetastoreStatus (0.1.6)

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.

Parameters
Name Description
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;

Returns
Type Description
int

setState

Current state of association.

Generated from protobuf field .google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;

Parameter
Name Description
var int
Returns
Type Description
$this

getMessage

Additional information about the current status.

Generated from protobuf field string message = 2;

Returns
Type Description
string

setMessage

Additional information about the current status.

Generated from protobuf field string message = 2;

Parameter
Name Description
var string
Returns
Type Description
$this

getUpdateTime

Last update time of the metastore status of the lake.

Generated from protobuf field .google.protobuf.Timestamp update_time = 3;

Returns
Type Description
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;

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndpoint

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

Generated from protobuf field string endpoint = 4;

Returns
Type Description
string

setEndpoint

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

Generated from protobuf field string endpoint = 4;

Parameter
Name Description
var string
Returns
Type Description
$this