()
| 1911 | } |
| 1912 | |
| 1913 | func (x *Lifecycle) GetState() Lifecycle_State { |
| 1914 | if x != nil { |
| 1915 | return x.State |
| 1916 | } |
| 1917 | return Lifecycle_STATE_UNSPECIFIED |
| 1918 | } |
| 1919 | |
| 1920 | func (x *Lifecycle) GetChangedAt() *timestamppb.Timestamp { |
| 1921 | if x != nil { |
no outgoing calls
no test coverage detected