1// Copyright 2021 Google LLC
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7//     http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15// Code generated by protoc-gen-go. DO NOT EDIT.
16// versions:
17// 	protoc-gen-go v1.25.0-devel
18// 	protoc        v3.13.0
19// source: google/apps/drive/activity/v2/actor.proto
20
21package activity
22
23import (
24	reflect "reflect"
25	sync "sync"
26
27	proto "github.com/golang/protobuf/proto"
28	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
29	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
30)
31
32const (
33	// Verify that this generated code is sufficiently up-to-date.
34	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
35	// Verify that runtime/protoimpl is sufficiently up-to-date.
36	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
37)
38
39// This is a compile-time assertion that a sufficiently up-to-date version
40// of the legacy proto package is being used.
41const _ = proto.ProtoPackageIsVersion4
42
43// The types of system events that may trigger activity.
44type SystemEvent_Type int32
45
46const (
47	// The event type is unspecified.
48	SystemEvent_TYPE_UNSPECIFIED SystemEvent_Type = 0
49	// The event is a consequence of a user account being deleted.
50	SystemEvent_USER_DELETION SystemEvent_Type = 1
51	// The event is due to the system automatically purging trash.
52	SystemEvent_TRASH_AUTO_PURGE SystemEvent_Type = 2
53)
54
55// Enum value maps for SystemEvent_Type.
56var (
57	SystemEvent_Type_name = map[int32]string{
58		0: "TYPE_UNSPECIFIED",
59		1: "USER_DELETION",
60		2: "TRASH_AUTO_PURGE",
61	}
62	SystemEvent_Type_value = map[string]int32{
63		"TYPE_UNSPECIFIED": 0,
64		"USER_DELETION":    1,
65		"TRASH_AUTO_PURGE": 2,
66	}
67)
68
69func (x SystemEvent_Type) Enum() *SystemEvent_Type {
70	p := new(SystemEvent_Type)
71	*p = x
72	return p
73}
74
75func (x SystemEvent_Type) String() string {
76	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
77}
78
79func (SystemEvent_Type) Descriptor() protoreflect.EnumDescriptor {
80	return file_google_apps_drive_activity_v2_actor_proto_enumTypes[0].Descriptor()
81}
82
83func (SystemEvent_Type) Type() protoreflect.EnumType {
84	return &file_google_apps_drive_activity_v2_actor_proto_enumTypes[0]
85}
86
87func (x SystemEvent_Type) Number() protoreflect.EnumNumber {
88	return protoreflect.EnumNumber(x)
89}
90
91// Deprecated: Use SystemEvent_Type.Descriptor instead.
92func (SystemEvent_Type) EnumDescriptor() ([]byte, []int) {
93	return file_google_apps_drive_activity_v2_actor_proto_rawDescGZIP(), []int{4, 0}
94}
95
96// The actor of a Drive activity.
97type Actor struct {
98	state         protoimpl.MessageState
99	sizeCache     protoimpl.SizeCache
100	unknownFields protoimpl.UnknownFields
101
102	// The type of actor.
103	//
104	// Types that are assignable to Type:
105	//	*Actor_User
106	//	*Actor_Anonymous
107	//	*Actor_Impersonation
108	//	*Actor_System
109	//	*Actor_Administrator
110	Type isActor_Type `protobuf_oneof:"type"`
111}
112
113func (x *Actor) Reset() {
114	*x = Actor{}
115	if protoimpl.UnsafeEnabled {
116		mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[0]
117		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
118		ms.StoreMessageInfo(mi)
119	}
120}
121
122func (x *Actor) String() string {
123	return protoimpl.X.MessageStringOf(x)
124}
125
126func (*Actor) ProtoMessage() {}
127
128func (x *Actor) ProtoReflect() protoreflect.Message {
129	mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[0]
130	if protoimpl.UnsafeEnabled && x != nil {
131		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
132		if ms.LoadMessageInfo() == nil {
133			ms.StoreMessageInfo(mi)
134		}
135		return ms
136	}
137	return mi.MessageOf(x)
138}
139
140// Deprecated: Use Actor.ProtoReflect.Descriptor instead.
141func (*Actor) Descriptor() ([]byte, []int) {
142	return file_google_apps_drive_activity_v2_actor_proto_rawDescGZIP(), []int{0}
143}
144
145func (m *Actor) GetType() isActor_Type {
146	if m != nil {
147		return m.Type
148	}
149	return nil
150}
151
152func (x *Actor) GetUser() *User {
153	if x, ok := x.GetType().(*Actor_User); ok {
154		return x.User
155	}
156	return nil
157}
158
159func (x *Actor) GetAnonymous() *AnonymousUser {
160	if x, ok := x.GetType().(*Actor_Anonymous); ok {
161		return x.Anonymous
162	}
163	return nil
164}
165
166func (x *Actor) GetImpersonation() *Impersonation {
167	if x, ok := x.GetType().(*Actor_Impersonation); ok {
168		return x.Impersonation
169	}
170	return nil
171}
172
173func (x *Actor) GetSystem() *SystemEvent {
174	if x, ok := x.GetType().(*Actor_System); ok {
175		return x.System
176	}
177	return nil
178}
179
180func (x *Actor) GetAdministrator() *Administrator {
181	if x, ok := x.GetType().(*Actor_Administrator); ok {
182		return x.Administrator
183	}
184	return nil
185}
186
187type isActor_Type interface {
188	isActor_Type()
189}
190
191type Actor_User struct {
192	// An end user.
193	User *User `protobuf:"bytes,1,opt,name=user,proto3,oneof"`
194}
195
196type Actor_Anonymous struct {
197	// An anonymous user.
198	Anonymous *AnonymousUser `protobuf:"bytes,2,opt,name=anonymous,proto3,oneof"`
199}
200
201type Actor_Impersonation struct {
202	// An account acting on behalf of another.
203	Impersonation *Impersonation `protobuf:"bytes,3,opt,name=impersonation,proto3,oneof"`
204}
205
206type Actor_System struct {
207	// A non-user actor (i.e. system triggered).
208	System *SystemEvent `protobuf:"bytes,4,opt,name=system,proto3,oneof"`
209}
210
211type Actor_Administrator struct {
212	// An administrator.
213	Administrator *Administrator `protobuf:"bytes,5,opt,name=administrator,proto3,oneof"`
214}
215
216func (*Actor_User) isActor_Type() {}
217
218func (*Actor_Anonymous) isActor_Type() {}
219
220func (*Actor_Impersonation) isActor_Type() {}
221
222func (*Actor_System) isActor_Type() {}
223
224func (*Actor_Administrator) isActor_Type() {}
225
226// Information about an end user.
227type User struct {
228	state         protoimpl.MessageState
229	sizeCache     protoimpl.SizeCache
230	unknownFields protoimpl.UnknownFields
231
232	// The type of user, such as known, unknown, and deleted.
233	//
234	// Types that are assignable to Type:
235	//	*User_KnownUser_
236	//	*User_DeletedUser_
237	//	*User_UnknownUser_
238	Type isUser_Type `protobuf_oneof:"type"`
239}
240
241func (x *User) Reset() {
242	*x = User{}
243	if protoimpl.UnsafeEnabled {
244		mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[1]
245		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
246		ms.StoreMessageInfo(mi)
247	}
248}
249
250func (x *User) String() string {
251	return protoimpl.X.MessageStringOf(x)
252}
253
254func (*User) ProtoMessage() {}
255
256func (x *User) ProtoReflect() protoreflect.Message {
257	mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[1]
258	if protoimpl.UnsafeEnabled && x != nil {
259		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
260		if ms.LoadMessageInfo() == nil {
261			ms.StoreMessageInfo(mi)
262		}
263		return ms
264	}
265	return mi.MessageOf(x)
266}
267
268// Deprecated: Use User.ProtoReflect.Descriptor instead.
269func (*User) Descriptor() ([]byte, []int) {
270	return file_google_apps_drive_activity_v2_actor_proto_rawDescGZIP(), []int{1}
271}
272
273func (m *User) GetType() isUser_Type {
274	if m != nil {
275		return m.Type
276	}
277	return nil
278}
279
280func (x *User) GetKnownUser() *User_KnownUser {
281	if x, ok := x.GetType().(*User_KnownUser_); ok {
282		return x.KnownUser
283	}
284	return nil
285}
286
287func (x *User) GetDeletedUser() *User_DeletedUser {
288	if x, ok := x.GetType().(*User_DeletedUser_); ok {
289		return x.DeletedUser
290	}
291	return nil
292}
293
294func (x *User) GetUnknownUser() *User_UnknownUser {
295	if x, ok := x.GetType().(*User_UnknownUser_); ok {
296		return x.UnknownUser
297	}
298	return nil
299}
300
301type isUser_Type interface {
302	isUser_Type()
303}
304
305type User_KnownUser_ struct {
306	// A known user.
307	KnownUser *User_KnownUser `protobuf:"bytes,2,opt,name=known_user,json=knownUser,proto3,oneof"`
308}
309
310type User_DeletedUser_ struct {
311	// A user whose account has since been deleted.
312	DeletedUser *User_DeletedUser `protobuf:"bytes,3,opt,name=deleted_user,json=deletedUser,proto3,oneof"`
313}
314
315type User_UnknownUser_ struct {
316	// A user about whom nothing is currently known.
317	UnknownUser *User_UnknownUser `protobuf:"bytes,4,opt,name=unknown_user,json=unknownUser,proto3,oneof"`
318}
319
320func (*User_KnownUser_) isUser_Type() {}
321
322func (*User_DeletedUser_) isUser_Type() {}
323
324func (*User_UnknownUser_) isUser_Type() {}
325
326// Empty message representing an anonymous user or indicating the authenticated
327// user should be anonymized.
328type AnonymousUser struct {
329	state         protoimpl.MessageState
330	sizeCache     protoimpl.SizeCache
331	unknownFields protoimpl.UnknownFields
332}
333
334func (x *AnonymousUser) Reset() {
335	*x = AnonymousUser{}
336	if protoimpl.UnsafeEnabled {
337		mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[2]
338		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
339		ms.StoreMessageInfo(mi)
340	}
341}
342
343func (x *AnonymousUser) String() string {
344	return protoimpl.X.MessageStringOf(x)
345}
346
347func (*AnonymousUser) ProtoMessage() {}
348
349func (x *AnonymousUser) ProtoReflect() protoreflect.Message {
350	mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[2]
351	if protoimpl.UnsafeEnabled && x != nil {
352		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
353		if ms.LoadMessageInfo() == nil {
354			ms.StoreMessageInfo(mi)
355		}
356		return ms
357	}
358	return mi.MessageOf(x)
359}
360
361// Deprecated: Use AnonymousUser.ProtoReflect.Descriptor instead.
362func (*AnonymousUser) Descriptor() ([]byte, []int) {
363	return file_google_apps_drive_activity_v2_actor_proto_rawDescGZIP(), []int{2}
364}
365
366// Information about an impersonation, where an admin acts on behalf of an end
367// user. Information about the acting admin is not currently available.
368type Impersonation struct {
369	state         protoimpl.MessageState
370	sizeCache     protoimpl.SizeCache
371	unknownFields protoimpl.UnknownFields
372
373	// The impersonated user.
374	ImpersonatedUser *User `protobuf:"bytes,1,opt,name=impersonated_user,json=impersonatedUser,proto3" json:"impersonated_user,omitempty"`
375}
376
377func (x *Impersonation) Reset() {
378	*x = Impersonation{}
379	if protoimpl.UnsafeEnabled {
380		mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[3]
381		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
382		ms.StoreMessageInfo(mi)
383	}
384}
385
386func (x *Impersonation) String() string {
387	return protoimpl.X.MessageStringOf(x)
388}
389
390func (*Impersonation) ProtoMessage() {}
391
392func (x *Impersonation) ProtoReflect() protoreflect.Message {
393	mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[3]
394	if protoimpl.UnsafeEnabled && x != nil {
395		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
396		if ms.LoadMessageInfo() == nil {
397			ms.StoreMessageInfo(mi)
398		}
399		return ms
400	}
401	return mi.MessageOf(x)
402}
403
404// Deprecated: Use Impersonation.ProtoReflect.Descriptor instead.
405func (*Impersonation) Descriptor() ([]byte, []int) {
406	return file_google_apps_drive_activity_v2_actor_proto_rawDescGZIP(), []int{3}
407}
408
409func (x *Impersonation) GetImpersonatedUser() *User {
410	if x != nil {
411		return x.ImpersonatedUser
412	}
413	return nil
414}
415
416// Event triggered by system operations instead of end users.
417type SystemEvent struct {
418	state         protoimpl.MessageState
419	sizeCache     protoimpl.SizeCache
420	unknownFields protoimpl.UnknownFields
421
422	// The type of the system event that may triggered activity.
423	Type SystemEvent_Type `protobuf:"varint,1,opt,name=type,proto3,enum=google.apps.drive.activity.v2.SystemEvent_Type" json:"type,omitempty"`
424}
425
426func (x *SystemEvent) Reset() {
427	*x = SystemEvent{}
428	if protoimpl.UnsafeEnabled {
429		mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[4]
430		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
431		ms.StoreMessageInfo(mi)
432	}
433}
434
435func (x *SystemEvent) String() string {
436	return protoimpl.X.MessageStringOf(x)
437}
438
439func (*SystemEvent) ProtoMessage() {}
440
441func (x *SystemEvent) ProtoReflect() protoreflect.Message {
442	mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[4]
443	if protoimpl.UnsafeEnabled && x != nil {
444		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
445		if ms.LoadMessageInfo() == nil {
446			ms.StoreMessageInfo(mi)
447		}
448		return ms
449	}
450	return mi.MessageOf(x)
451}
452
453// Deprecated: Use SystemEvent.ProtoReflect.Descriptor instead.
454func (*SystemEvent) Descriptor() ([]byte, []int) {
455	return file_google_apps_drive_activity_v2_actor_proto_rawDescGZIP(), []int{4}
456}
457
458func (x *SystemEvent) GetType() SystemEvent_Type {
459	if x != nil {
460		return x.Type
461	}
462	return SystemEvent_TYPE_UNSPECIFIED
463}
464
465// Empty message representing an administrator.
466type Administrator struct {
467	state         protoimpl.MessageState
468	sizeCache     protoimpl.SizeCache
469	unknownFields protoimpl.UnknownFields
470}
471
472func (x *Administrator) Reset() {
473	*x = Administrator{}
474	if protoimpl.UnsafeEnabled {
475		mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[5]
476		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
477		ms.StoreMessageInfo(mi)
478	}
479}
480
481func (x *Administrator) String() string {
482	return protoimpl.X.MessageStringOf(x)
483}
484
485func (*Administrator) ProtoMessage() {}
486
487func (x *Administrator) ProtoReflect() protoreflect.Message {
488	mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[5]
489	if protoimpl.UnsafeEnabled && x != nil {
490		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
491		if ms.LoadMessageInfo() == nil {
492			ms.StoreMessageInfo(mi)
493		}
494		return ms
495	}
496	return mi.MessageOf(x)
497}
498
499// Deprecated: Use Administrator.ProtoReflect.Descriptor instead.
500func (*Administrator) Descriptor() ([]byte, []int) {
501	return file_google_apps_drive_activity_v2_actor_proto_rawDescGZIP(), []int{5}
502}
503
504// A known user.
505type User_KnownUser struct {
506	state         protoimpl.MessageState
507	sizeCache     protoimpl.SizeCache
508	unknownFields protoimpl.UnknownFields
509
510	// The identifier for this user that can be used with the People API to get
511	// more information. The format is `people/ACCOUNT_ID`. See
512	// https://developers.google.com/people/.
513	PersonName string `protobuf:"bytes,1,opt,name=person_name,json=personName,proto3" json:"person_name,omitempty"`
514	// True if this is the user making the request.
515	IsCurrentUser bool `protobuf:"varint,2,opt,name=is_current_user,json=isCurrentUser,proto3" json:"is_current_user,omitempty"`
516}
517
518func (x *User_KnownUser) Reset() {
519	*x = User_KnownUser{}
520	if protoimpl.UnsafeEnabled {
521		mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[6]
522		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
523		ms.StoreMessageInfo(mi)
524	}
525}
526
527func (x *User_KnownUser) String() string {
528	return protoimpl.X.MessageStringOf(x)
529}
530
531func (*User_KnownUser) ProtoMessage() {}
532
533func (x *User_KnownUser) ProtoReflect() protoreflect.Message {
534	mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[6]
535	if protoimpl.UnsafeEnabled && x != nil {
536		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
537		if ms.LoadMessageInfo() == nil {
538			ms.StoreMessageInfo(mi)
539		}
540		return ms
541	}
542	return mi.MessageOf(x)
543}
544
545// Deprecated: Use User_KnownUser.ProtoReflect.Descriptor instead.
546func (*User_KnownUser) Descriptor() ([]byte, []int) {
547	return file_google_apps_drive_activity_v2_actor_proto_rawDescGZIP(), []int{1, 0}
548}
549
550func (x *User_KnownUser) GetPersonName() string {
551	if x != nil {
552		return x.PersonName
553	}
554	return ""
555}
556
557func (x *User_KnownUser) GetIsCurrentUser() bool {
558	if x != nil {
559		return x.IsCurrentUser
560	}
561	return false
562}
563
564// A user whose account has since been deleted.
565type User_DeletedUser struct {
566	state         protoimpl.MessageState
567	sizeCache     protoimpl.SizeCache
568	unknownFields protoimpl.UnknownFields
569}
570
571func (x *User_DeletedUser) Reset() {
572	*x = User_DeletedUser{}
573	if protoimpl.UnsafeEnabled {
574		mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[7]
575		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
576		ms.StoreMessageInfo(mi)
577	}
578}
579
580func (x *User_DeletedUser) String() string {
581	return protoimpl.X.MessageStringOf(x)
582}
583
584func (*User_DeletedUser) ProtoMessage() {}
585
586func (x *User_DeletedUser) ProtoReflect() protoreflect.Message {
587	mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[7]
588	if protoimpl.UnsafeEnabled && x != nil {
589		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
590		if ms.LoadMessageInfo() == nil {
591			ms.StoreMessageInfo(mi)
592		}
593		return ms
594	}
595	return mi.MessageOf(x)
596}
597
598// Deprecated: Use User_DeletedUser.ProtoReflect.Descriptor instead.
599func (*User_DeletedUser) Descriptor() ([]byte, []int) {
600	return file_google_apps_drive_activity_v2_actor_proto_rawDescGZIP(), []int{1, 1}
601}
602
603// A user about whom nothing is currently known.
604type User_UnknownUser struct {
605	state         protoimpl.MessageState
606	sizeCache     protoimpl.SizeCache
607	unknownFields protoimpl.UnknownFields
608}
609
610func (x *User_UnknownUser) Reset() {
611	*x = User_UnknownUser{}
612	if protoimpl.UnsafeEnabled {
613		mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[8]
614		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
615		ms.StoreMessageInfo(mi)
616	}
617}
618
619func (x *User_UnknownUser) String() string {
620	return protoimpl.X.MessageStringOf(x)
621}
622
623func (*User_UnknownUser) ProtoMessage() {}
624
625func (x *User_UnknownUser) ProtoReflect() protoreflect.Message {
626	mi := &file_google_apps_drive_activity_v2_actor_proto_msgTypes[8]
627	if protoimpl.UnsafeEnabled && x != nil {
628		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
629		if ms.LoadMessageInfo() == nil {
630			ms.StoreMessageInfo(mi)
631		}
632		return ms
633	}
634	return mi.MessageOf(x)
635}
636
637// Deprecated: Use User_UnknownUser.ProtoReflect.Descriptor instead.
638func (*User_UnknownUser) Descriptor() ([]byte, []int) {
639	return file_google_apps_drive_activity_v2_actor_proto_rawDescGZIP(), []int{1, 2}
640}
641
642var File_google_apps_drive_activity_v2_actor_proto protoreflect.FileDescriptor
643
644var file_google_apps_drive_activity_v2_actor_proto_rawDesc = []byte{
645	0x0a, 0x29, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x64, 0x72,
646	0x69, 0x76, 0x65, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2f, 0x76, 0x32, 0x2f,
647	0x61, 0x63, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1d, 0x67, 0x6f, 0x6f,
648	0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2e, 0x61,
649	0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x32, 0x1a, 0x2a, 0x67, 0x6f, 0x6f, 0x67,
650	0x6c, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2f, 0x61, 0x63,
651	0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2f, 0x76, 0x32, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
652	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x8a, 0x03, 0x0a, 0x05, 0x41, 0x63, 0x74, 0x6f, 0x72,
653	0x12, 0x39, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23,
654	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72, 0x69,
655	0x76, 0x65, 0x2e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x32, 0x2e, 0x55,
656	0x73, 0x65, 0x72, 0x48, 0x00, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x4c, 0x0a, 0x09, 0x61,
657	0x6e, 0x6f, 0x6e, 0x79, 0x6d, 0x6f, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c,
658	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72, 0x69,
659	0x76, 0x65, 0x2e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x32, 0x2e, 0x41,
660	0x6e, 0x6f, 0x6e, 0x79, 0x6d, 0x6f, 0x75, 0x73, 0x55, 0x73, 0x65, 0x72, 0x48, 0x00, 0x52, 0x09,
661	0x61, 0x6e, 0x6f, 0x6e, 0x79, 0x6d, 0x6f, 0x75, 0x73, 0x12, 0x54, 0x0a, 0x0d, 0x69, 0x6d, 0x70,
662	0x65, 0x72, 0x73, 0x6f, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
663	0x32, 0x2c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64,
664	0x72, 0x69, 0x76, 0x65, 0x2e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x32,
665	0x2e, 0x49, 0x6d, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00,
666	0x52, 0x0d, 0x69, 0x6d, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
667	0x44, 0x0a, 0x06, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
668	0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72,
669	0x69, 0x76, 0x65, 0x2e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x32, 0x2e,
670	0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x06, 0x73,
671	0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x54, 0x0a, 0x0d, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73,
672	0x74, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x67,
673	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72, 0x69, 0x76, 0x65,
674	0x2e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x32, 0x2e, 0x41, 0x64, 0x6d,
675	0x69, 0x6e, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0d, 0x61, 0x64,
676	0x6d, 0x69, 0x6e, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x06, 0x0a, 0x04, 0x74,
677	0x79, 0x70, 0x65, 0x22, 0xfe, 0x02, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x12, 0x4e, 0x0a, 0x0a,
678	0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
679	0x32, 0x2d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64,
680	0x72, 0x69, 0x76, 0x65, 0x2e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x32,
681	0x2e, 0x55, 0x73, 0x65, 0x72, 0x2e, 0x4b, 0x6e, 0x6f, 0x77, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x48,
682	0x00, 0x52, 0x09, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x12, 0x54, 0x0a, 0x0c,
683	0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01,
684	0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73,
685	0x2e, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2e,
686	0x76, 0x32, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x55,
687	0x73, 0x65, 0x72, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x55, 0x73,
688	0x65, 0x72, 0x12, 0x54, 0x0a, 0x0c, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x5f, 0x75, 0x73,
689	0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
690	0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2e, 0x61, 0x63, 0x74,
691	0x69, 0x76, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x2e, 0x55, 0x6e,
692	0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x48, 0x00, 0x52, 0x0b, 0x75, 0x6e, 0x6b,
693	0x6e, 0x6f, 0x77, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x1a, 0x54, 0x0a, 0x09, 0x4b, 0x6e, 0x6f, 0x77,
694	0x6e, 0x55, 0x73, 0x65, 0x72, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x5f,
695	0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
696	0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0f, 0x69, 0x73, 0x5f, 0x63, 0x75, 0x72,
697	0x72, 0x65, 0x6e, 0x74, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52,
698	0x0d, 0x69, 0x73, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x1a, 0x0d,
699	0x0a, 0x0b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x1a, 0x0d, 0x0a,
700	0x0b, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x06, 0x0a, 0x04,
701	0x74, 0x79, 0x70, 0x65, 0x22, 0x0f, 0x0a, 0x0d, 0x41, 0x6e, 0x6f, 0x6e, 0x79, 0x6d, 0x6f, 0x75,
702	0x73, 0x55, 0x73, 0x65, 0x72, 0x22, 0x61, 0x0a, 0x0d, 0x49, 0x6d, 0x70, 0x65, 0x72, 0x73, 0x6f,
703	0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x50, 0x0a, 0x11, 0x69, 0x6d, 0x70, 0x65, 0x72, 0x73,
704	0x6f, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
705	0x0b, 0x32, 0x23, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e,
706	0x64, 0x72, 0x69, 0x76, 0x65, 0x2e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2e, 0x76,
707	0x32, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x10, 0x69, 0x6d, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
708	0x61, 0x74, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x22, 0x99, 0x01, 0x0a, 0x0b, 0x53, 0x79, 0x73,
709	0x74, 0x65, 0x6d, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65,
710	0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
711	0x61, 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2e, 0x61, 0x63, 0x74, 0x69, 0x76,
712	0x69, 0x74, 0x79, 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x45, 0x76, 0x65,
713	0x6e, 0x74, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x45, 0x0a,
714	0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e,
715	0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x55,
716	0x53, 0x45, 0x52, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x01, 0x12, 0x14,
717	0x0a, 0x10, 0x54, 0x52, 0x41, 0x53, 0x48, 0x5f, 0x41, 0x55, 0x54, 0x4f, 0x5f, 0x50, 0x55, 0x52,
718	0x47, 0x45, 0x10, 0x02, 0x22, 0x0f, 0x0a, 0x0d, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73, 0x74,
719	0x72, 0x61, 0x74, 0x6f, 0x72, 0x42, 0xbf, 0x01, 0x0a, 0x21, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f,
720	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x73, 0x2e, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2e,
721	0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x32, 0x42, 0x0a, 0x41, 0x63, 0x74,
722	0x6f, 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x45, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
723	0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e,
724	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73,
725	0x2f, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x64, 0x72, 0x69, 0x76, 0x65, 0x2f, 0x61, 0x63, 0x74, 0x69,
726	0x76, 0x69, 0x74, 0x79, 0x2f, 0x76, 0x32, 0x3b, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79,
727	0xa2, 0x02, 0x04, 0x47, 0x41, 0x44, 0x41, 0xaa, 0x02, 0x1d, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
728	0x2e, 0x41, 0x70, 0x70, 0x73, 0x2e, 0x44, 0x72, 0x69, 0x76, 0x65, 0x2e, 0x41, 0x63, 0x74, 0x69,
729	0x76, 0x69, 0x74, 0x79, 0x2e, 0x56, 0x32, 0xca, 0x02, 0x1d, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
730	0x5c, 0x41, 0x70, 0x70, 0x73, 0x5c, 0x44, 0x72, 0x69, 0x76, 0x65, 0x5c, 0x41, 0x63, 0x74, 0x69,
731	0x76, 0x69, 0x74, 0x79, 0x5c, 0x56, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
732}
733
734var (
735	file_google_apps_drive_activity_v2_actor_proto_rawDescOnce sync.Once
736	file_google_apps_drive_activity_v2_actor_proto_rawDescData = file_google_apps_drive_activity_v2_actor_proto_rawDesc
737)
738
739func file_google_apps_drive_activity_v2_actor_proto_rawDescGZIP() []byte {
740	file_google_apps_drive_activity_v2_actor_proto_rawDescOnce.Do(func() {
741		file_google_apps_drive_activity_v2_actor_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_apps_drive_activity_v2_actor_proto_rawDescData)
742	})
743	return file_google_apps_drive_activity_v2_actor_proto_rawDescData
744}
745
746var file_google_apps_drive_activity_v2_actor_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
747var file_google_apps_drive_activity_v2_actor_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
748var file_google_apps_drive_activity_v2_actor_proto_goTypes = []interface{}{
749	(SystemEvent_Type)(0),    // 0: google.apps.drive.activity.v2.SystemEvent.Type
750	(*Actor)(nil),            // 1: google.apps.drive.activity.v2.Actor
751	(*User)(nil),             // 2: google.apps.drive.activity.v2.User
752	(*AnonymousUser)(nil),    // 3: google.apps.drive.activity.v2.AnonymousUser
753	(*Impersonation)(nil),    // 4: google.apps.drive.activity.v2.Impersonation
754	(*SystemEvent)(nil),      // 5: google.apps.drive.activity.v2.SystemEvent
755	(*Administrator)(nil),    // 6: google.apps.drive.activity.v2.Administrator
756	(*User_KnownUser)(nil),   // 7: google.apps.drive.activity.v2.User.KnownUser
757	(*User_DeletedUser)(nil), // 8: google.apps.drive.activity.v2.User.DeletedUser
758	(*User_UnknownUser)(nil), // 9: google.apps.drive.activity.v2.User.UnknownUser
759}
760var file_google_apps_drive_activity_v2_actor_proto_depIdxs = []int32{
761	2,  // 0: google.apps.drive.activity.v2.Actor.user:type_name -> google.apps.drive.activity.v2.User
762	3,  // 1: google.apps.drive.activity.v2.Actor.anonymous:type_name -> google.apps.drive.activity.v2.AnonymousUser
763	4,  // 2: google.apps.drive.activity.v2.Actor.impersonation:type_name -> google.apps.drive.activity.v2.Impersonation
764	5,  // 3: google.apps.drive.activity.v2.Actor.system:type_name -> google.apps.drive.activity.v2.SystemEvent
765	6,  // 4: google.apps.drive.activity.v2.Actor.administrator:type_name -> google.apps.drive.activity.v2.Administrator
766	7,  // 5: google.apps.drive.activity.v2.User.known_user:type_name -> google.apps.drive.activity.v2.User.KnownUser
767	8,  // 6: google.apps.drive.activity.v2.User.deleted_user:type_name -> google.apps.drive.activity.v2.User.DeletedUser
768	9,  // 7: google.apps.drive.activity.v2.User.unknown_user:type_name -> google.apps.drive.activity.v2.User.UnknownUser
769	2,  // 8: google.apps.drive.activity.v2.Impersonation.impersonated_user:type_name -> google.apps.drive.activity.v2.User
770	0,  // 9: google.apps.drive.activity.v2.SystemEvent.type:type_name -> google.apps.drive.activity.v2.SystemEvent.Type
771	10, // [10:10] is the sub-list for method output_type
772	10, // [10:10] is the sub-list for method input_type
773	10, // [10:10] is the sub-list for extension type_name
774	10, // [10:10] is the sub-list for extension extendee
775	0,  // [0:10] is the sub-list for field type_name
776}
777
778func init() { file_google_apps_drive_activity_v2_actor_proto_init() }
779func file_google_apps_drive_activity_v2_actor_proto_init() {
780	if File_google_apps_drive_activity_v2_actor_proto != nil {
781		return
782	}
783	file_google_apps_drive_activity_v2_common_proto_init()
784	if !protoimpl.UnsafeEnabled {
785		file_google_apps_drive_activity_v2_actor_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
786			switch v := v.(*Actor); i {
787			case 0:
788				return &v.state
789			case 1:
790				return &v.sizeCache
791			case 2:
792				return &v.unknownFields
793			default:
794				return nil
795			}
796		}
797		file_google_apps_drive_activity_v2_actor_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
798			switch v := v.(*User); i {
799			case 0:
800				return &v.state
801			case 1:
802				return &v.sizeCache
803			case 2:
804				return &v.unknownFields
805			default:
806				return nil
807			}
808		}
809		file_google_apps_drive_activity_v2_actor_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
810			switch v := v.(*AnonymousUser); i {
811			case 0:
812				return &v.state
813			case 1:
814				return &v.sizeCache
815			case 2:
816				return &v.unknownFields
817			default:
818				return nil
819			}
820		}
821		file_google_apps_drive_activity_v2_actor_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
822			switch v := v.(*Impersonation); i {
823			case 0:
824				return &v.state
825			case 1:
826				return &v.sizeCache
827			case 2:
828				return &v.unknownFields
829			default:
830				return nil
831			}
832		}
833		file_google_apps_drive_activity_v2_actor_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
834			switch v := v.(*SystemEvent); i {
835			case 0:
836				return &v.state
837			case 1:
838				return &v.sizeCache
839			case 2:
840				return &v.unknownFields
841			default:
842				return nil
843			}
844		}
845		file_google_apps_drive_activity_v2_actor_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
846			switch v := v.(*Administrator); i {
847			case 0:
848				return &v.state
849			case 1:
850				return &v.sizeCache
851			case 2:
852				return &v.unknownFields
853			default:
854				return nil
855			}
856		}
857		file_google_apps_drive_activity_v2_actor_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
858			switch v := v.(*User_KnownUser); i {
859			case 0:
860				return &v.state
861			case 1:
862				return &v.sizeCache
863			case 2:
864				return &v.unknownFields
865			default:
866				return nil
867			}
868		}
869		file_google_apps_drive_activity_v2_actor_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
870			switch v := v.(*User_DeletedUser); i {
871			case 0:
872				return &v.state
873			case 1:
874				return &v.sizeCache
875			case 2:
876				return &v.unknownFields
877			default:
878				return nil
879			}
880		}
881		file_google_apps_drive_activity_v2_actor_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
882			switch v := v.(*User_UnknownUser); i {
883			case 0:
884				return &v.state
885			case 1:
886				return &v.sizeCache
887			case 2:
888				return &v.unknownFields
889			default:
890				return nil
891			}
892		}
893	}
894	file_google_apps_drive_activity_v2_actor_proto_msgTypes[0].OneofWrappers = []interface{}{
895		(*Actor_User)(nil),
896		(*Actor_Anonymous)(nil),
897		(*Actor_Impersonation)(nil),
898		(*Actor_System)(nil),
899		(*Actor_Administrator)(nil),
900	}
901	file_google_apps_drive_activity_v2_actor_proto_msgTypes[1].OneofWrappers = []interface{}{
902		(*User_KnownUser_)(nil),
903		(*User_DeletedUser_)(nil),
904		(*User_UnknownUser_)(nil),
905	}
906	type x struct{}
907	out := protoimpl.TypeBuilder{
908		File: protoimpl.DescBuilder{
909			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
910			RawDescriptor: file_google_apps_drive_activity_v2_actor_proto_rawDesc,
911			NumEnums:      1,
912			NumMessages:   9,
913			NumExtensions: 0,
914			NumServices:   0,
915		},
916		GoTypes:           file_google_apps_drive_activity_v2_actor_proto_goTypes,
917		DependencyIndexes: file_google_apps_drive_activity_v2_actor_proto_depIdxs,
918		EnumInfos:         file_google_apps_drive_activity_v2_actor_proto_enumTypes,
919		MessageInfos:      file_google_apps_drive_activity_v2_actor_proto_msgTypes,
920	}.Build()
921	File_google_apps_drive_activity_v2_actor_proto = out.File
922	file_google_apps_drive_activity_v2_actor_proto_rawDesc = nil
923	file_google_apps_drive_activity_v2_actor_proto_goTypes = nil
924	file_google_apps_drive_activity_v2_actor_proto_depIdxs = nil
925}
926