From aa4d53e6c5fc4d5618c09ccf17f32c1815288560 Mon Sep 17 00:00:00 2001 From: droplet-bot Date: Thu, 14 Sep 2023 10:13:27 +0000 Subject: [PATCH] chore: auto-gen by protobufs triggered by commit: https://github.com/instill-ai/protobufs/commit/66c285e0d6220f75dc75549a86737ee121ad4720 --- base/usage/v1alpha/usage.pb.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base/usage/v1alpha/usage.pb.go b/base/usage/v1alpha/usage.pb.go index c5cc9f4..94fc18b 100644 --- a/base/usage/v1alpha/usage.pb.go +++ b/base/usage/v1alpha/usage.pb.go @@ -305,7 +305,7 @@ type Session struct { // Operating system Os string `protobuf:"bytes,7,opt,name=os,proto3" json:"os,omitempty"` // Session service uptime - Uptime int32 `protobuf:"varint,8,opt,name=uptime,proto3" json:"uptime,omitempty"` + Uptime int64 `protobuf:"varint,8,opt,name=uptime,proto3" json:"uptime,omitempty"` // Report time ReportTime *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=report_time,json=reportTime,proto3" json:"report_time,omitempty"` // Token to send report. The token is generated by the server and sent to @@ -400,7 +400,7 @@ func (x *Session) GetOs() string { return "" } -func (x *Session) GetUptime() int32 { +func (x *Session) GetUptime() int64 { if x != nil { return x.Uptime } @@ -1503,7 +1503,7 @@ var file_base_usage_v1alpha_usage_proto_rawDesc = []byte{ 0x6e, 0x12, 0x17, 0x0a, 0x04, 0x61, 0x72, 0x63, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x61, 0x72, 0x63, 0x68, 0x12, 0x13, 0x0a, 0x02, 0x6f, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x6f, 0x73, 0x12, - 0x1b, 0x0a, 0x06, 0x75, 0x70, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x42, + 0x1b, 0x0a, 0x06, 0x75, 0x70, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06, 0x75, 0x70, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,