Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/public-api/go/v1/auditlogs.pb.go
2500 views
1
// Copyright (c) 2025 Gitpod GmbH. All rights reserved.
2
// Licensed under the GNU Affero General Public License (AGPL).
3
// See License.AGPL.txt in the project root for license information.
4
5
// Code generated by protoc-gen-go. DO NOT EDIT.
6
// versions:
7
// protoc-gen-go v1.28.1
8
// protoc (unknown)
9
// source: gitpod/v1/auditlogs.proto
10
11
package v1
12
13
import (
14
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
15
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
16
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
17
reflect "reflect"
18
sync "sync"
19
)
20
21
const (
22
// Verify that this generated code is sufficiently up-to-date.
23
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
24
// Verify that runtime/protoimpl is sufficiently up-to-date.
25
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
26
)
27
28
type ListAuditLogsRequest struct {
29
state protoimpl.MessageState
30
sizeCache protoimpl.SizeCache
31
unknownFields protoimpl.UnknownFields
32
33
// pagination contains the pagination options for listing workspaces
34
Pagination *PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
35
// organization_id is the ID of the organization that contains the workspaces
36
//
37
// +required
38
OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
39
// from specifies the starting time range for this request.
40
// All sessions which existed starting at from will be returned.
41
From *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=from,proto3" json:"from,omitempty"`
42
// to specifies the end time range for this request.
43
// All sessions which existed ending at to will be returned.
44
To *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=to,proto3" json:"to,omitempty"`
45
// actor_id is the ID of the user that performed the action
46
ActorId string `protobuf:"bytes,5,opt,name=actor_id,json=actorId,proto3" json:"actor_id,omitempty"`
47
// action is the action that was performed
48
Action string `protobuf:"bytes,6,opt,name=action,proto3" json:"action,omitempty"`
49
}
50
51
func (x *ListAuditLogsRequest) Reset() {
52
*x = ListAuditLogsRequest{}
53
if protoimpl.UnsafeEnabled {
54
mi := &file_gitpod_v1_auditlogs_proto_msgTypes[0]
55
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
56
ms.StoreMessageInfo(mi)
57
}
58
}
59
60
func (x *ListAuditLogsRequest) String() string {
61
return protoimpl.X.MessageStringOf(x)
62
}
63
64
func (*ListAuditLogsRequest) ProtoMessage() {}
65
66
func (x *ListAuditLogsRequest) ProtoReflect() protoreflect.Message {
67
mi := &file_gitpod_v1_auditlogs_proto_msgTypes[0]
68
if protoimpl.UnsafeEnabled && x != nil {
69
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
70
if ms.LoadMessageInfo() == nil {
71
ms.StoreMessageInfo(mi)
72
}
73
return ms
74
}
75
return mi.MessageOf(x)
76
}
77
78
// Deprecated: Use ListAuditLogsRequest.ProtoReflect.Descriptor instead.
79
func (*ListAuditLogsRequest) Descriptor() ([]byte, []int) {
80
return file_gitpod_v1_auditlogs_proto_rawDescGZIP(), []int{0}
81
}
82
83
func (x *ListAuditLogsRequest) GetPagination() *PaginationRequest {
84
if x != nil {
85
return x.Pagination
86
}
87
return nil
88
}
89
90
func (x *ListAuditLogsRequest) GetOrganizationId() string {
91
if x != nil {
92
return x.OrganizationId
93
}
94
return ""
95
}
96
97
func (x *ListAuditLogsRequest) GetFrom() *timestamppb.Timestamp {
98
if x != nil {
99
return x.From
100
}
101
return nil
102
}
103
104
func (x *ListAuditLogsRequest) GetTo() *timestamppb.Timestamp {
105
if x != nil {
106
return x.To
107
}
108
return nil
109
}
110
111
func (x *ListAuditLogsRequest) GetActorId() string {
112
if x != nil {
113
return x.ActorId
114
}
115
return ""
116
}
117
118
func (x *ListAuditLogsRequest) GetAction() string {
119
if x != nil {
120
return x.Action
121
}
122
return ""
123
}
124
125
type ListAuditLogsResponse struct {
126
state protoimpl.MessageState
127
sizeCache protoimpl.SizeCache
128
unknownFields protoimpl.UnknownFields
129
130
// pagination contains the pagination options for listing workspaces
131
Pagination *PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
132
// audit_logs that matched the query
133
AuditLogs []*AuditLog `protobuf:"bytes,2,rep,name=audit_logs,json=auditLogs,proto3" json:"audit_logs,omitempty"`
134
}
135
136
func (x *ListAuditLogsResponse) Reset() {
137
*x = ListAuditLogsResponse{}
138
if protoimpl.UnsafeEnabled {
139
mi := &file_gitpod_v1_auditlogs_proto_msgTypes[1]
140
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
141
ms.StoreMessageInfo(mi)
142
}
143
}
144
145
func (x *ListAuditLogsResponse) String() string {
146
return protoimpl.X.MessageStringOf(x)
147
}
148
149
func (*ListAuditLogsResponse) ProtoMessage() {}
150
151
func (x *ListAuditLogsResponse) ProtoReflect() protoreflect.Message {
152
mi := &file_gitpod_v1_auditlogs_proto_msgTypes[1]
153
if protoimpl.UnsafeEnabled && x != nil {
154
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
155
if ms.LoadMessageInfo() == nil {
156
ms.StoreMessageInfo(mi)
157
}
158
return ms
159
}
160
return mi.MessageOf(x)
161
}
162
163
// Deprecated: Use ListAuditLogsResponse.ProtoReflect.Descriptor instead.
164
func (*ListAuditLogsResponse) Descriptor() ([]byte, []int) {
165
return file_gitpod_v1_auditlogs_proto_rawDescGZIP(), []int{1}
166
}
167
168
func (x *ListAuditLogsResponse) GetPagination() *PaginationResponse {
169
if x != nil {
170
return x.Pagination
171
}
172
return nil
173
}
174
175
func (x *ListAuditLogsResponse) GetAuditLogs() []*AuditLog {
176
if x != nil {
177
return x.AuditLogs
178
}
179
return nil
180
}
181
182
// AuditLog represents an audit log entry
183
// typescript shape:
184
type AuditLog struct {
185
state protoimpl.MessageState
186
sizeCache protoimpl.SizeCache
187
unknownFields protoimpl.UnknownFields
188
189
// id is the unique identifier of the audit log
190
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
191
// timestamp is the time when the audit log was created
192
Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
193
// action is the action that was performed
194
Action string `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"`
195
// organization_id is the ID of the organization that contains the workspaces
196
OrganizationId string `protobuf:"bytes,4,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
197
// actor_id is the ID of the user that performed the action
198
ActorId string `protobuf:"bytes,5,opt,name=actor_id,json=actorId,proto3" json:"actor_id,omitempty"`
199
// args contains a serialized JSON array off the arguments that were passed to the action
200
Args string `protobuf:"bytes,6,opt,name=args,proto3" json:"args,omitempty"`
201
}
202
203
func (x *AuditLog) Reset() {
204
*x = AuditLog{}
205
if protoimpl.UnsafeEnabled {
206
mi := &file_gitpod_v1_auditlogs_proto_msgTypes[2]
207
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
208
ms.StoreMessageInfo(mi)
209
}
210
}
211
212
func (x *AuditLog) String() string {
213
return protoimpl.X.MessageStringOf(x)
214
}
215
216
func (*AuditLog) ProtoMessage() {}
217
218
func (x *AuditLog) ProtoReflect() protoreflect.Message {
219
mi := &file_gitpod_v1_auditlogs_proto_msgTypes[2]
220
if protoimpl.UnsafeEnabled && x != nil {
221
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
222
if ms.LoadMessageInfo() == nil {
223
ms.StoreMessageInfo(mi)
224
}
225
return ms
226
}
227
return mi.MessageOf(x)
228
}
229
230
// Deprecated: Use AuditLog.ProtoReflect.Descriptor instead.
231
func (*AuditLog) Descriptor() ([]byte, []int) {
232
return file_gitpod_v1_auditlogs_proto_rawDescGZIP(), []int{2}
233
}
234
235
func (x *AuditLog) GetId() string {
236
if x != nil {
237
return x.Id
238
}
239
return ""
240
}
241
242
func (x *AuditLog) GetTimestamp() *timestamppb.Timestamp {
243
if x != nil {
244
return x.Timestamp
245
}
246
return nil
247
}
248
249
func (x *AuditLog) GetAction() string {
250
if x != nil {
251
return x.Action
252
}
253
return ""
254
}
255
256
func (x *AuditLog) GetOrganizationId() string {
257
if x != nil {
258
return x.OrganizationId
259
}
260
return ""
261
}
262
263
func (x *AuditLog) GetActorId() string {
264
if x != nil {
265
return x.ActorId
266
}
267
return ""
268
}
269
270
func (x *AuditLog) GetArgs() string {
271
if x != nil {
272
return x.Args
273
}
274
return ""
275
}
276
277
var File_gitpod_v1_auditlogs_proto protoreflect.FileDescriptor
278
279
var file_gitpod_v1_auditlogs_proto_rawDesc = []byte{
280
0x0a, 0x19, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x64, 0x69,
281
0x74, 0x6c, 0x6f, 0x67, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x67, 0x69, 0x74,
282
0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x1a, 0x1a, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x76,
283
0x31, 0x2f, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f,
284
0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
285
0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72,
286
0x6f, 0x74, 0x6f, 0x22, 0x8c, 0x02, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x64, 0x69,
287
0x74, 0x4c, 0x6f, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3c, 0x0a, 0x0a,
288
0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
289
0x32, 0x1c, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x67,
290
0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a,
291
0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x0a, 0x0f, 0x6f, 0x72,
292
0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
293
0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
294
0x6e, 0x49, 0x64, 0x12, 0x2e, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28,
295
0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
296
0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x04, 0x66,
297
0x72, 0x6f, 0x6d, 0x12, 0x2a, 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
298
0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
299
0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x02, 0x74, 0x6f, 0x12,
300
0x19, 0x0a, 0x08, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28,
301
0x09, 0x52, 0x07, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x63,
302
0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69,
303
0x6f, 0x6e, 0x22, 0x8a, 0x01, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x64, 0x69, 0x74,
304
0x4c, 0x6f, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3d, 0x0a, 0x0a,
305
0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
306
0x32, 0x1d, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x67,
307
0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52,
308
0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x0a, 0x61,
309
0x75, 0x64, 0x69, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32,
310
0x13, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x75, 0x64, 0x69,
311
0x74, 0x4c, 0x6f, 0x67, 0x52, 0x09, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4c, 0x6f, 0x67, 0x73, 0x22,
312
0xc4, 0x01, 0x0a, 0x08, 0x41, 0x75, 0x64, 0x69, 0x74, 0x4c, 0x6f, 0x67, 0x12, 0x0e, 0x0a, 0x02,
313
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x38, 0x0a, 0x09,
314
0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
315
0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
316
0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d,
317
0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
318
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27,
319
0x0a, 0x0f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69,
320
0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
321
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x61, 0x63, 0x74, 0x6f, 0x72,
322
0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63, 0x74, 0x6f, 0x72,
323
0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x67, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
324
0x52, 0x04, 0x61, 0x72, 0x67, 0x73, 0x32, 0x67, 0x0a, 0x0f, 0x41, 0x75, 0x64, 0x69, 0x74, 0x4c,
325
0x6f, 0x67, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x54, 0x0a, 0x0d, 0x4c, 0x69, 0x73,
326
0x74, 0x41, 0x75, 0x64, 0x69, 0x74, 0x4c, 0x6f, 0x67, 0x73, 0x12, 0x1f, 0x2e, 0x67, 0x69, 0x74,
327
0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x64, 0x69, 0x74,
328
0x4c, 0x6f, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x67, 0x69,
329
0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x64, 0x69,
330
0x74, 0x4c, 0x6f, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42,
331
0x51, 0x0a, 0x16, 0x69, 0x6f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x70, 0x75, 0x62,
332
0x6c, 0x69, 0x63, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75,
333
0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2d, 0x69, 0x6f, 0x2f,
334
0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74,
335
0x73, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x6f, 0x2f,
336
0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
337
}
338
339
var (
340
file_gitpod_v1_auditlogs_proto_rawDescOnce sync.Once
341
file_gitpod_v1_auditlogs_proto_rawDescData = file_gitpod_v1_auditlogs_proto_rawDesc
342
)
343
344
func file_gitpod_v1_auditlogs_proto_rawDescGZIP() []byte {
345
file_gitpod_v1_auditlogs_proto_rawDescOnce.Do(func() {
346
file_gitpod_v1_auditlogs_proto_rawDescData = protoimpl.X.CompressGZIP(file_gitpod_v1_auditlogs_proto_rawDescData)
347
})
348
return file_gitpod_v1_auditlogs_proto_rawDescData
349
}
350
351
var file_gitpod_v1_auditlogs_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
352
var file_gitpod_v1_auditlogs_proto_goTypes = []interface{}{
353
(*ListAuditLogsRequest)(nil), // 0: gitpod.v1.ListAuditLogsRequest
354
(*ListAuditLogsResponse)(nil), // 1: gitpod.v1.ListAuditLogsResponse
355
(*AuditLog)(nil), // 2: gitpod.v1.AuditLog
356
(*PaginationRequest)(nil), // 3: gitpod.v1.PaginationRequest
357
(*timestamppb.Timestamp)(nil), // 4: google.protobuf.Timestamp
358
(*PaginationResponse)(nil), // 5: gitpod.v1.PaginationResponse
359
}
360
var file_gitpod_v1_auditlogs_proto_depIdxs = []int32{
361
3, // 0: gitpod.v1.ListAuditLogsRequest.pagination:type_name -> gitpod.v1.PaginationRequest
362
4, // 1: gitpod.v1.ListAuditLogsRequest.from:type_name -> google.protobuf.Timestamp
363
4, // 2: gitpod.v1.ListAuditLogsRequest.to:type_name -> google.protobuf.Timestamp
364
5, // 3: gitpod.v1.ListAuditLogsResponse.pagination:type_name -> gitpod.v1.PaginationResponse
365
2, // 4: gitpod.v1.ListAuditLogsResponse.audit_logs:type_name -> gitpod.v1.AuditLog
366
4, // 5: gitpod.v1.AuditLog.timestamp:type_name -> google.protobuf.Timestamp
367
0, // 6: gitpod.v1.AuditLogService.ListAuditLogs:input_type -> gitpod.v1.ListAuditLogsRequest
368
1, // 7: gitpod.v1.AuditLogService.ListAuditLogs:output_type -> gitpod.v1.ListAuditLogsResponse
369
7, // [7:8] is the sub-list for method output_type
370
6, // [6:7] is the sub-list for method input_type
371
6, // [6:6] is the sub-list for extension type_name
372
6, // [6:6] is the sub-list for extension extendee
373
0, // [0:6] is the sub-list for field type_name
374
}
375
376
func init() { file_gitpod_v1_auditlogs_proto_init() }
377
func file_gitpod_v1_auditlogs_proto_init() {
378
if File_gitpod_v1_auditlogs_proto != nil {
379
return
380
}
381
file_gitpod_v1_pagination_proto_init()
382
if !protoimpl.UnsafeEnabled {
383
file_gitpod_v1_auditlogs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
384
switch v := v.(*ListAuditLogsRequest); i {
385
case 0:
386
return &v.state
387
case 1:
388
return &v.sizeCache
389
case 2:
390
return &v.unknownFields
391
default:
392
return nil
393
}
394
}
395
file_gitpod_v1_auditlogs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
396
switch v := v.(*ListAuditLogsResponse); i {
397
case 0:
398
return &v.state
399
case 1:
400
return &v.sizeCache
401
case 2:
402
return &v.unknownFields
403
default:
404
return nil
405
}
406
}
407
file_gitpod_v1_auditlogs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
408
switch v := v.(*AuditLog); i {
409
case 0:
410
return &v.state
411
case 1:
412
return &v.sizeCache
413
case 2:
414
return &v.unknownFields
415
default:
416
return nil
417
}
418
}
419
}
420
type x struct{}
421
out := protoimpl.TypeBuilder{
422
File: protoimpl.DescBuilder{
423
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
424
RawDescriptor: file_gitpod_v1_auditlogs_proto_rawDesc,
425
NumEnums: 0,
426
NumMessages: 3,
427
NumExtensions: 0,
428
NumServices: 1,
429
},
430
GoTypes: file_gitpod_v1_auditlogs_proto_goTypes,
431
DependencyIndexes: file_gitpod_v1_auditlogs_proto_depIdxs,
432
MessageInfos: file_gitpod_v1_auditlogs_proto_msgTypes,
433
}.Build()
434
File_gitpod_v1_auditlogs_proto = out.File
435
file_gitpod_v1_auditlogs_proto_rawDesc = nil
436
file_gitpod_v1_auditlogs_proto_goTypes = nil
437
file_gitpod_v1_auditlogs_proto_depIdxs = nil
438
}
439
440