var File_google_cloud_metastore_logging_v1_log_streams_proto protoreflect.FileDescriptor
Stackdriver structured-payload for events generated from Hive Metastore API requests.
type RequestsLogEntry struct { // A free-text string describing the request. Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*RequestsLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use RequestsLogEntry.ProtoReflect.Descriptor instead.
func (x *RequestsLogEntry) GetMessage() string
func (*RequestsLogEntry) ProtoMessage()
func (x *RequestsLogEntry) ProtoReflect() protoreflect.Message
func (x *RequestsLogEntry) Reset()
func (x *RequestsLogEntry) String() string
Stackdriver structured-payload for events generated from Hive Metastore system activity.
type SystemActivityLogEntry struct { // A free-text string describing the system activity. Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*SystemActivityLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use SystemActivityLogEntry.ProtoReflect.Descriptor instead.
func (x *SystemActivityLogEntry) GetMessage() string
func (*SystemActivityLogEntry) ProtoMessage()
func (x *SystemActivityLogEntry) ProtoReflect() protoreflect.Message
func (x *SystemActivityLogEntry) Reset()
func (x *SystemActivityLogEntry) String() string