Interface CloneDatabaseMetadataOrBuilder (3.33.0)

public interface CloneDatabaseMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabase()

public abstract String getDatabase()

The name of the database being cloned to.

string database = 4 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The database.

getDatabaseBytes()

public abstract ByteString getDatabaseBytes()

The name of the database being cloned to.

string database = 4 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for database.

getEndTime()

public abstract Timestamp getEndTime()

The time the clone finished, unset for ongoing clones.

.google.protobuf.Timestamp end_time = 2;

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

The time the clone finished, unset for ongoing clones.

.google.protobuf.Timestamp end_time = 2;

Returns
Type Description
TimestampOrBuilder

getOperationState()

public abstract OperationState getOperationState()

The operation state of the clone.

.google.firestore.admin.v1.OperationState operation_state = 3;

Returns
Type Description
OperationState

The operationState.

getOperationStateValue()

public abstract int getOperationStateValue()

The operation state of the clone.

.google.firestore.admin.v1.OperationState operation_state = 3;

Returns
Type Description
int

The enum numeric value on the wire for operationState.

getPitrSnapshot()

public abstract PitrSnapshot getPitrSnapshot()

The snapshot from which this database was cloned.

.google.firestore.admin.v1.PitrSnapshot pitr_snapshot = 7;

Returns
Type Description
PitrSnapshot

The pitrSnapshot.

getPitrSnapshotOrBuilder()

public abstract PitrSnapshotOrBuilder getPitrSnapshotOrBuilder()

The snapshot from which this database was cloned.

.google.firestore.admin.v1.PitrSnapshot pitr_snapshot = 7;

Returns
Type Description
PitrSnapshotOrBuilder

getProgressPercentage()

public abstract Progress getProgressPercentage()

How far along the clone is as an estimated percentage of remaining time.

.google.firestore.admin.v1.Progress progress_percentage = 6;

Returns
Type Description
Progress

The progressPercentage.

getProgressPercentageOrBuilder()

public abstract ProgressOrBuilder getProgressPercentageOrBuilder()

How far along the clone is as an estimated percentage of remaining time.

.google.firestore.admin.v1.Progress progress_percentage = 6;

Returns
Type Description
ProgressOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

The time the clone was started.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The time the clone was started.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
TimestampOrBuilder

hasEndTime()

public abstract boolean hasEndTime()

The time the clone finished, unset for ongoing clones.

.google.protobuf.Timestamp end_time = 2;

Returns
Type Description
boolean

Whether the endTime field is set.

hasPitrSnapshot()

public abstract boolean hasPitrSnapshot()

The snapshot from which this database was cloned.

.google.firestore.admin.v1.PitrSnapshot pitr_snapshot = 7;

Returns
Type Description
boolean

Whether the pitrSnapshot field is set.

hasProgressPercentage()

public abstract boolean hasProgressPercentage()

How far along the clone is as an estimated percentage of remaining time.

.google.firestore.admin.v1.Progress progress_percentage = 6;

Returns
Type Description
boolean

Whether the progressPercentage field is set.

hasStartTime()

public abstract boolean hasStartTime()

The time the clone was started.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
boolean

Whether the startTime field is set.