Documentation
¶
Index ¶
- type IngestDetailsLog
- func (*IngestDetailsLog) Descriptor() ([]byte, []int)
- func (m *IngestDetailsLog) GetContent() string
- func (m *IngestDetailsLog) GetIngestionTrackingId() string
- func (*IngestDetailsLog) ProtoMessage()
- func (m *IngestDetailsLog) Reset()
- func (m *IngestDetailsLog) String() string
- func (m *IngestDetailsLog) XXX_DiscardUnknown()
- func (m *IngestDetailsLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IngestDetailsLog) XXX_Merge(src proto.Message)
- func (m *IngestDetailsLog) XXX_Size() int
- func (m *IngestDetailsLog) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngestDetailsLog ¶
type IngestDetailsLog struct { // Identification of the successfully accepted request. IngestionTrackingId string `protobuf:"bytes,1,opt,name=ingestion_tracking_id,json=ingestionTrackingId,proto3" json:"ingestion_tracking_id,omitempty"` // The message content will be sent to Platform Logging. Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Log message used to send to Platform Logging.
func (*IngestDetailsLog) Descriptor ¶
func (*IngestDetailsLog) Descriptor() ([]byte, []int)
func (*IngestDetailsLog) GetContent ¶
func (m *IngestDetailsLog) GetContent() string
func (*IngestDetailsLog) GetIngestionTrackingId ¶
func (m *IngestDetailsLog) GetIngestionTrackingId() string
func (*IngestDetailsLog) ProtoMessage ¶
func (*IngestDetailsLog) ProtoMessage()
func (*IngestDetailsLog) Reset ¶
func (m *IngestDetailsLog) Reset()
func (*IngestDetailsLog) String ¶
func (m *IngestDetailsLog) String() string
func (*IngestDetailsLog) XXX_DiscardUnknown ¶
func (m *IngestDetailsLog) XXX_DiscardUnknown()
func (*IngestDetailsLog) XXX_Marshal ¶
func (m *IngestDetailsLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IngestDetailsLog) XXX_Merge ¶
func (m *IngestDetailsLog) XXX_Merge(src proto.Message)
func (*IngestDetailsLog) XXX_Size ¶
func (m *IngestDetailsLog) XXX_Size() int
func (*IngestDetailsLog) XXX_Unmarshal ¶
func (m *IngestDetailsLog) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.