Documentation ¶
Index ¶
- Variables
- type AuditData
- func (*AuditData) Descriptor() ([]byte, []int)deprecated
- func (x *AuditData) GetEventData() map[string]string
- func (x *AuditData) GetEventMessage() string
- func (*AuditData) ProtoMessage()
- func (x *AuditData) ProtoReflect() protoreflect.Message
- func (x *AuditData) Reset()
- func (x *AuditData) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_google_appengine_legacy_audit_data_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AuditData ¶
type AuditData struct { // Text description of the admin event. // This is the "Event" column in Admin Console's Admin Logs. EventMessage string `protobuf:"bytes,1,opt,name=event_message,json=eventMessage,proto3" json:"event_message,omitempty"` // Arbitrary event data. // This is the "Result" column in Admin Console's Admin Logs. EventData map[string]string `` /* 176-byte string literal not displayed */ // contains filtered or unexported fields }
Admin Console legacy audit log.
func (*AuditData) Descriptor
deprecated
func (*AuditData) GetEventData ¶
func (*AuditData) GetEventMessage ¶
func (*AuditData) ProtoMessage ¶
func (*AuditData) ProtoMessage()
func (*AuditData) ProtoReflect ¶
func (x *AuditData) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.