Package com.google.cloud.dataplex.v1
Interface Lake.MetastoreStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lake.MetastoreStatus
,Lake.MetastoreStatus.Builder
- Enclosing class:
- Lake
public static interface Lake.MetastoreStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEndpoint()
The URI of the endpoint used to access the Metastore service.com.google.protobuf.ByteString
getEndpointBytes()
The URI of the endpoint used to access the Metastore service.String
getMessage()
Additional information about the current status.com.google.protobuf.ByteString
getMessageBytes()
Additional information about the current status.Lake.MetastoreStatus.State
getState()
Current state of association.int
getStateValue()
Current state of association.com.google.protobuf.Timestamp
getUpdateTime()
Last update time of the metastore status of the lake.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Last update time of the metastore status of the lake.boolean
hasUpdateTime()
Last update time of the metastore status of the lake.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
Current state of association.
.google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;
- Returns:
- The enum numeric value on the wire for state.
-
getState
Lake.MetastoreStatus.State getState()
Current state of association.
.google.cloud.dataplex.v1.Lake.MetastoreStatus.State state = 1;
- Returns:
- The state.
-
getMessage
String getMessage()
Additional information about the current status.
string message = 2;
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Additional information about the current status.
string message = 2;
- Returns:
- The bytes for message.
-
hasUpdateTime
boolean hasUpdateTime()
Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Last update time of the metastore status of the lake.
.google.protobuf.Timestamp update_time = 3;
-
getEndpoint
String getEndpoint()
The URI of the endpoint used to access the Metastore service.
string endpoint = 4;
- Returns:
- The endpoint.
-
getEndpointBytes
com.google.protobuf.ByteString getEndpointBytes()
The URI of the endpoint used to access the Metastore service.
string endpoint = 4;
- Returns:
- The bytes for endpoint.
-
-