Documentation ¶
Index ¶
- Variables
- type IngestDetailsLog
- func (*IngestDetailsLog) Descriptor() ([]byte, []int)deprecated
- func (x *IngestDetailsLog) GetContent() string
- func (x *IngestDetailsLog) GetIngestionTrackingId() string
- func (*IngestDetailsLog) ProtoMessage()
- func (x *IngestDetailsLog) ProtoReflect() protoreflect.Message
- func (x *IngestDetailsLog) Reset()
- func (x *IngestDetailsLog) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_google_search_partnerdataingestion_logging_v1_platformlog_proto protoreflect.FileDescriptor
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"` // contains filtered or unexported fields }
Log message used to send to Platform Logging.
func (*IngestDetailsLog) Descriptor
deprecated
func (*IngestDetailsLog) Descriptor() ([]byte, []int)
Deprecated: Use IngestDetailsLog.ProtoReflect.Descriptor instead.
func (*IngestDetailsLog) GetContent ¶
func (x *IngestDetailsLog) GetContent() string
func (*IngestDetailsLog) GetIngestionTrackingId ¶
func (x *IngestDetailsLog) GetIngestionTrackingId() string
func (*IngestDetailsLog) ProtoMessage ¶
func (*IngestDetailsLog) ProtoMessage()
func (*IngestDetailsLog) ProtoReflect ¶
func (x *IngestDetailsLog) ProtoReflect() protoreflect.Message
func (*IngestDetailsLog) Reset ¶
func (x *IngestDetailsLog) Reset()
func (*IngestDetailsLog) String ¶
func (x *IngestDetailsLog) String() string
Click to show internal directories.
Click to hide internal directories.