1// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: google/appengine/legacy/audit_data.proto
3
4package legacy
5
6import (
7	fmt "fmt"
8	math "math"
9
10	proto "github.com/golang/protobuf/proto"
11)
12
13// Reference imports to suppress errors if they are not otherwise used.
14var _ = proto.Marshal
15var _ = fmt.Errorf
16var _ = math.Inf
17
18// This is a compile-time assertion to ensure that this generated file
19// is compatible with the proto package it is being compiled against.
20// A compilation error at this line likely means your copy of the
21// proto package needs to be updated.
22const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
23
24// Admin Console legacy audit log.
25type AuditData struct {
26	// Text description of the admin event.
27	// This is the "Event" column in Admin Console's Admin Logs.
28	EventMessage string `protobuf:"bytes,1,opt,name=event_message,json=eventMessage,proto3" json:"event_message,omitempty"`
29	// Arbitrary event data.
30	// This is the "Result" column in Admin Console's Admin Logs.
31	EventData            map[string]string `protobuf:"bytes,2,rep,name=event_data,json=eventData,proto3" json:"event_data,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
32	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
33	XXX_unrecognized     []byte            `json:"-"`
34	XXX_sizecache        int32             `json:"-"`
35}
36
37func (m *AuditData) Reset()         { *m = AuditData{} }
38func (m *AuditData) String() string { return proto.CompactTextString(m) }
39func (*AuditData) ProtoMessage()    {}
40func (*AuditData) Descriptor() ([]byte, []int) {
41	return fileDescriptor_74c360c1976d6377, []int{0}
42}
43
44func (m *AuditData) XXX_Unmarshal(b []byte) error {
45	return xxx_messageInfo_AuditData.Unmarshal(m, b)
46}
47func (m *AuditData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
48	return xxx_messageInfo_AuditData.Marshal(b, m, deterministic)
49}
50func (m *AuditData) XXX_Merge(src proto.Message) {
51	xxx_messageInfo_AuditData.Merge(m, src)
52}
53func (m *AuditData) XXX_Size() int {
54	return xxx_messageInfo_AuditData.Size(m)
55}
56func (m *AuditData) XXX_DiscardUnknown() {
57	xxx_messageInfo_AuditData.DiscardUnknown(m)
58}
59
60var xxx_messageInfo_AuditData proto.InternalMessageInfo
61
62func (m *AuditData) GetEventMessage() string {
63	if m != nil {
64		return m.EventMessage
65	}
66	return ""
67}
68
69func (m *AuditData) GetEventData() map[string]string {
70	if m != nil {
71		return m.EventData
72	}
73	return nil
74}
75
76func init() {
77	proto.RegisterType((*AuditData)(nil), "google.appengine.legacy.AuditData")
78	proto.RegisterMapType((map[string]string)(nil), "google.appengine.legacy.AuditData.EventDataEntry")
79}
80
81func init() {
82	proto.RegisterFile("google/appengine/legacy/audit_data.proto", fileDescriptor_74c360c1976d6377)
83}
84
85var fileDescriptor_74c360c1976d6377 = []byte{
86	// 247 bytes of a gzipped FileDescriptorProto
87	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0x4f, 0x4b, 0x03, 0x31,
88	0x10, 0xc5, 0xc9, 0x16, 0x85, 0x1d, 0xb5, 0x48, 0x10, 0x5c, 0xf4, 0x52, 0xf4, 0xb2, 0xa7, 0x04,
89	0xf5, 0x22, 0xfe, 0x39, 0x58, 0xec, 0x51, 0x58, 0x7a, 0xf4, 0x52, 0xc6, 0x76, 0x18, 0x16, 0xb7,
90	0x49, 0xd8, 0x4d, 0x0b, 0xfb, 0xed, 0xfc, 0x68, 0x92, 0xa4, 0x2e, 0x48, 0xe9, 0x29, 0x33, 0x6f,
91	0x7e, 0x99, 0x79, 0x3c, 0x28, 0xd9, 0x5a, 0x6e, 0x48, 0xa3, 0x73, 0x64, 0xb8, 0x36, 0xa4, 0x1b,
92	0x62, 0x5c, 0xf6, 0x1a, 0x37, 0xab, 0xda, 0x2f, 0x56, 0xe8, 0x51, 0xb9, 0xd6, 0x7a, 0x2b, 0x2f,
93	0x13, 0xa9, 0x06, 0x52, 0x25, 0xf2, 0xe6, 0x47, 0x40, 0xfe, 0x16, 0xe8, 0x77, 0xf4, 0x28, 0x6f,
94	0xe1, 0x8c, 0xb6, 0x64, 0xfc, 0x62, 0x4d, 0x5d, 0x87, 0x4c, 0x85, 0x98, 0x88, 0x32, 0x9f, 0x9f,
95	0x46, 0xf1, 0x23, 0x69, 0xb2, 0x02, 0x48, 0x50, 0xd8, 0x5f, 0x64, 0x93, 0x51, 0x79, 0x72, 0x7f,
96	0xa7, 0x0e, 0x1c, 0x50, 0xc3, 0x72, 0x35, 0x0b, 0x9f, 0x42, 0x35, 0x33, 0xbe, 0xed, 0xe7, 0x39,
97	0xfd, 0xf5, 0x57, 0x2f, 0x30, 0xfe, 0x3f, 0x94, 0xe7, 0x30, 0xfa, 0xa6, 0x7e, 0x77, 0x3e, 0x94,
98	0xf2, 0x02, 0x8e, 0xb6, 0xd8, 0x6c, 0xa8, 0xc8, 0xa2, 0x96, 0x9a, 0xa7, 0xec, 0x51, 0x4c, 0x0d,
99	0x5c, 0x2f, 0xed, 0xfa, 0x90, 0x81, 0xe9, 0x78, 0x70, 0x50, 0x85, 0x28, 0x2a, 0xf1, 0xf9, 0xba,
100	0x43, 0xd9, 0x36, 0x68, 0x58, 0xd9, 0x96, 0x35, 0x93, 0x89, 0x41, 0xe9, 0x34, 0x42, 0x57, 0x77,
101	0x7b, 0xa9, 0x3e, 0xa7, 0xe7, 0xeb, 0x38, 0x92, 0x0f, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x4e,
102	0x5d, 0x14, 0xaa, 0x7e, 0x01, 0x00, 0x00,
103}
104