Interface FailoverIcebergCatalogResponseOrBuilder (0.62.0)

public interface FailoverIcebergCatalogResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReplicationTime()

public abstract Timestamp getReplicationTime()

Output only. The min timestamp for which all namespaces and table metadata have been replicated in the region specified as the new primary_replica. Some resources may have been replicated more recently than this timestamp. If empty, the replica has just been created and has not yet been fully initialized. NOTE: When the Cloud Storage replication watermark is available, this will represent both catalog metadata and Cloud Storage data.

.google.protobuf.Timestamp replication_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The replicationTime.

getReplicationTimeOrBuilder()

public abstract TimestampOrBuilder getReplicationTimeOrBuilder()

Output only. The min timestamp for which all namespaces and table metadata have been replicated in the region specified as the new primary_replica. Some resources may have been replicated more recently than this timestamp. If empty, the replica has just been created and has not yet been fully initialized. NOTE: When the Cloud Storage replication watermark is available, this will represent both catalog metadata and Cloud Storage data.

.google.protobuf.Timestamp replication_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasReplicationTime()

public abstract boolean hasReplicationTime()

Output only. The min timestamp for which all namespaces and table metadata have been replicated in the region specified as the new primary_replica. Some resources may have been replicated more recently than this timestamp. If empty, the replica has just been created and has not yet been fully initialized. NOTE: When the Cloud Storage replication watermark is available, this will represent both catalog metadata and Cloud Storage data.

.google.protobuf.Timestamp replication_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the replicationTime field is set.