endTime property
End time of the operation.
Required when the operation is used in
google.api.servicecontrol.v1.ServiceController.Report,
but optional when the operation is used in
google.api.servicecontrol.v1.ServiceController.Check.
Implementation
@$pb.TagNumber(5)
$0.Timestamp get endTime => $_getN(4);
Implementation
@$pb.TagNumber(5)
set endTime($0.Timestamp value) => $_setField(5, value);