package logging
import "google.golang.org/genproto/googleapis/cloud/datastream/logging/v1"
Index ¶
- Variables
- type StreamActivityLogEntry
- func (*StreamActivityLogEntry) Descriptor() ([]byte, []int)
- func (x *StreamActivityLogEntry) GetEventCode() string
- func (x *StreamActivityLogEntry) GetEventMessage() string
- func (*StreamActivityLogEntry) ProtoMessage()
- func (x *StreamActivityLogEntry) ProtoReflect() protoreflect.Message
- func (x *StreamActivityLogEntry) Reset()
- func (x *StreamActivityLogEntry) String() string
Variables ¶
var File_google_cloud_datastream_logging_v1_datastream_logs_proto protoreflect.FileDescriptor
Types ¶
type StreamActivityLogEntry ¶
type StreamActivityLogEntry struct { // A code representing the event. EventCode string `protobuf:"bytes,1,opt,name=event_code,json=eventCode,proto3" json:"event_code,omitempty"` // A free-text message describing the event. EventMessage string `protobuf:"bytes,2,opt,name=event_message,json=eventMessage,proto3" json:"event_message,omitempty"` // contains filtered or unexported fields }
Stackdriver structured-payload for events related to a stream.
func (*StreamActivityLogEntry) Descriptor ¶
func (*StreamActivityLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use StreamActivityLogEntry.ProtoReflect.Descriptor instead.
func (*StreamActivityLogEntry) GetEventCode ¶
func (x *StreamActivityLogEntry) GetEventCode() string
func (*StreamActivityLogEntry) GetEventMessage ¶
func (x *StreamActivityLogEntry) GetEventMessage() string
func (*StreamActivityLogEntry) ProtoMessage ¶
func (*StreamActivityLogEntry) ProtoMessage()
func (*StreamActivityLogEntry) ProtoReflect ¶
func (x *StreamActivityLogEntry) ProtoReflect() protoreflect.Message
func (*StreamActivityLogEntry) Reset ¶
func (x *StreamActivityLogEntry) Reset()
func (*StreamActivityLogEntry) String ¶
func (x *StreamActivityLogEntry) String() string
Source Files ¶
datastream_logs.pb.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 hour ago –
Tools for package owners.