...

Package logging

import "google.golang.org/genproto/googleapis/cloud/backupdr/logging/v1"
Overview
Index

Overview ▾

Variables

var File_google_cloud_backupdr_logging_v1_eventlog_proto protoreflect.FileDescriptor

type Event

This is an event

type Event struct {

    // The event_time field displays the time when the event was reported
    EventTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=event_time,json=eventTime,proto3" json:"event_time,omitempty"`
    // The srcid field displays unique id of the event occurred in the backup
    // appliance
    Srcid int64 `protobuf:"varint,2,opt,name=srcid,proto3" json:"srcid,omitempty"`
    // The error_message field describes the detailed error associated with the
    // event
    ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
    // The event_id field displays unique id associated with the error
    EventId int32 `protobuf:"varint,4,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
    // The component field displays the source of the event
    Component string `protobuf:"bytes,5,opt,name=component,proto3" json:"component,omitempty"`
    // The appliance_id field displays unique id of the appliance on which event
    // occurred
    ApplianceId int64 `protobuf:"varint,6,opt,name=appliance_id,json=applianceId,proto3" json:"appliance_id,omitempty"`
    // The appliance_name field displays name of the appliance on which event
    // occurred
    ApplianceName string `protobuf:"bytes,7,opt,name=appliance_name,json=applianceName,proto3" json:"appliance_name,omitempty"`
    // The source_event_time field displays the time when the event occurred at
    // appliance
    SourceEventTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=source_event_time,json=sourceEventTime,proto3" json:"source_event_time,omitempty"`
    // The app_name field displays name of the application associated with the
    // event
    AppName string `protobuf:"bytes,9,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
    // The app_type field displays type of the application associated with the
    // event
    AppType string `protobuf:"bytes,10,opt,name=app_type,json=appType,proto3" json:"app_type,omitempty"`
    // The job_name field displays name of the job associated with the event
    JobName string `protobuf:"bytes,11,opt,name=job_name,json=jobName,proto3" json:"job_name,omitempty"`
    // contains filtered or unexported fields
}

func (*Event) Descriptor

func (*Event) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetAppName

func (x *Event) GetAppName() string

func (*Event) GetAppType

func (x *Event) GetAppType() string

func (*Event) GetApplianceId

func (x *Event) GetApplianceId() int64

func (*Event) GetApplianceName

func (x *Event) GetApplianceName() string

func (*Event) GetComponent

func (x *Event) GetComponent() string

func (*Event) GetErrorMessage

func (x *Event) GetErrorMessage() string

func (*Event) GetEventId

func (x *Event) GetEventId() int32

func (*Event) GetEventTime

func (x *Event) GetEventTime() *timestamppb.Timestamp

func (*Event) GetJobName

func (x *Event) GetJobName() string

func (*Event) GetSourceEventTime

func (x *Event) GetSourceEventTime() *timestamppb.Timestamp

func (*Event) GetSrcid

func (x *Event) GetSrcid() int64

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string