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 \ LakeMethods
__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.
Returns | |
---|---|
Type | Description |
int |
setState
Current state of association.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getMessage
Additional information about the current status.
Returns | |
---|---|
Type | Description |
string |
setMessage
Additional information about the current status.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Last update time of the metastore status of the lake.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Last update time of the metastore status of the lake.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndpoint
The URI of the endpoint used to access the Metastore service.
Returns | |
---|---|
Type | Description |
string |
setEndpoint
The URI of the endpoint used to access the Metastore service.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |