Interface Lake.MetastoreStatusOrBuilder (1.0.1)

public static interface Lake.MetastoreStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndpoint()

public abstract String getEndpoint()

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

string endpoint = 4;

Returns
TypeDescription
String

The endpoint.

getEndpointBytes()

public abstract ByteString getEndpointBytes()

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

string endpoint = 4;

Returns
TypeDescription
ByteString

The bytes for endpoint.

getMessage()

public abstract String getMessage()

Additional information about the current status.

string message = 2;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Additional information about the current status.

string message = 2;

Returns
TypeDescription
ByteString

The bytes for message.

getState()

public abstract Lake.MetastoreStatus.State getState()

Current state of association.

.google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;

Returns
TypeDescription
Lake.MetastoreStatus.State

The state.

getStateValue()

public abstract int getStateValue()

Current state of association.

.google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

hasUpdateTime()

public abstract boolean hasUpdateTime()

Last update time of the metastore status of the lake.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
boolean

Whether the updateTime field is set.