retainExpireTime property

  1. @TagNumber(10)
Timestamp get retainExpireTime

Output only. The time at which this Backup will be automatically deleted (calculated from create_time + google.cloud.gkebackup.v1.Backup.retain_days).

Implementation

@$pb.TagNumber(10)
$2.Timestamp get retainExpireTime => $_getN(9);
  1. @TagNumber(10)
set retainExpireTime (Timestamp v)

Implementation

@$pb.TagNumber(10)
set retainExpireTime($2.Timestamp v) { setField(10, v); }