public interface CloudSqlInstanceBackupPlanAssociationPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |