Documentation ¶
Index ¶
- Variables
- type StreamActivityLogEntry
- func (*StreamActivityLogEntry) Descriptor() ([]byte, []int)deprecated
- 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
Constants ¶
This section is empty.
Variables ¶
View Source
var File_google_cloud_datastream_logging_v1_datastream_logs_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
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
deprecated
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
Click to show internal directories.
Click to hide internal directories.