Interface SqlInstancesGetLatestRecoveryTimeRequestOrBuilder (0.1.0)

public interface SqlInstancesGetLatestRecoveryTimeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstance()

public abstract String getInstance()

Cloud SQL instance ID. This does not include the project ID.

string instance = 1;

Returns
Type Description
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

Cloud SQL instance ID. This does not include the project ID.

string instance = 1;

Returns
Type Description
ByteString

The bytes for instance.

getProject()

public abstract String getProject()

Project ID of the project that contains the instance.

string project = 2;

Returns
Type Description
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID of the project that contains the instance.

string project = 2;

Returns
Type Description
ByteString

The bytes for project.

getSourceInstanceDeletionTime()

public abstract Timestamp getSourceInstanceDeletionTime()

The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.

optional .google.protobuf.Timestamp source_instance_deletion_time = 3;

Returns
Type Description
Timestamp

The sourceInstanceDeletionTime.

getSourceInstanceDeletionTimeOrBuilder()

public abstract TimestampOrBuilder getSourceInstanceDeletionTimeOrBuilder()

The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.

optional .google.protobuf.Timestamp source_instance_deletion_time = 3;

Returns
Type Description
TimestampOrBuilder

hasSourceInstanceDeletionTime()

public abstract boolean hasSourceInstanceDeletionTime()

The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.

optional .google.protobuf.Timestamp source_instance_deletion_time = 3;

Returns
Type Description
boolean

Whether the sourceInstanceDeletionTime field is set.