public static interface Lake.MetastoreStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndpoint()
public abstract String getEndpoint()
The URI of the endpoint used to access the Metastore service.
string endpoint = 4;
Returns | |
---|---|
Type | Description |
String |
The endpoint. |
getEndpointBytes()
public abstract ByteString getEndpointBytes()
The URI of the endpoint used to access the Metastore service.
string endpoint = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for endpoint. |
getMessage()
public abstract String getMessage()
Additional information about the current status.
string message = 2;
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
Additional information about the current status.
string message = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |
getState()
public abstract Lake.MetastoreStatus.State getState()
Current state of association.
.google.events.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;
Returns | |
---|---|
Type | Description |
Lake.MetastoreStatus.State |
The state. |
getStateValue()
public abstract int getStateValue()
Current state of association.
.google.events.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasUpdateTime()
public abstract boolean hasUpdateTime()
Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |