lastConnectionTime property

  1. @TagNumber.new(10)
Timestamp get lastConnectionTime

Output only. For clusters using Connect, the timestamp of the most recent connection established with Google Cloud. This time is updated every several minutes, not continuously. For clusters that do not use GKE Connect, or that have never connected successfully, this field will be unset.

Implementation

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

Implementation

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