Interface CloudSqlInstanceBackupPlanAssociationPropertiesOrBuilder (0.29.0)

public interface CloudSqlInstanceBackupPlanAssociationPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceCreateTime()

public abstract Timestamp getInstanceCreateTime()

Output only. The time when the instance was created.

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

Returns
Type Description
Timestamp

The instanceCreateTime.

getInstanceCreateTimeOrBuilder()

public abstract TimestampOrBuilder getInstanceCreateTimeOrBuilder()

Output only. The time when the instance was created.

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

Returns
Type Description
TimestampOrBuilder

hasInstanceCreateTime()

public abstract boolean hasInstanceCreateTime()

Output only. The time when the instance was created.

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

Returns
Type Description
boolean

Whether the instanceCreateTime field is set.