Interface SqlInstancesGetLatestRecoveryTimeResponseOrBuilder (0.1.0)

public interface SqlInstancesGetLatestRecoveryTimeResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEarliestRecoveryTime()

public abstract Timestamp getEarliestRecoveryTime()

Timestamp, identifies the earliest recovery time of the source instance.

.google.protobuf.Timestamp earliest_recovery_time = 3;

Returns
Type Description
Timestamp

The earliestRecoveryTime.

getEarliestRecoveryTimeOrBuilder()

public abstract TimestampOrBuilder getEarliestRecoveryTimeOrBuilder()

Timestamp, identifies the earliest recovery time of the source instance.

.google.protobuf.Timestamp earliest_recovery_time = 3;

Returns
Type Description
TimestampOrBuilder

getKind()

public abstract String getKind()

This is always sql#getLatestRecoveryTime.

string kind = 1;

Returns
Type Description
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

This is always sql#getLatestRecoveryTime.

string kind = 1;

Returns
Type Description
ByteString

The bytes for kind.

getLatestRecoveryTime()

public abstract Timestamp getLatestRecoveryTime()

Timestamp, identifies the latest recovery time of the source instance.

.google.protobuf.Timestamp latest_recovery_time = 2;

Returns
Type Description
Timestamp

The latestRecoveryTime.

getLatestRecoveryTimeOrBuilder()

public abstract TimestampOrBuilder getLatestRecoveryTimeOrBuilder()

Timestamp, identifies the latest recovery time of the source instance.

.google.protobuf.Timestamp latest_recovery_time = 2;

Returns
Type Description
TimestampOrBuilder

hasEarliestRecoveryTime()

public abstract boolean hasEarliestRecoveryTime()

Timestamp, identifies the earliest recovery time of the source instance.

.google.protobuf.Timestamp earliest_recovery_time = 3;

Returns
Type Description
boolean

Whether the earliestRecoveryTime field is set.

hasLatestRecoveryTime()

public abstract boolean hasLatestRecoveryTime()

Timestamp, identifies the latest recovery time of the source instance.

.google.protobuf.Timestamp latest_recovery_time = 2;

Returns
Type Description
boolean

Whether the latestRecoveryTime field is set.