package logging

import "google.golang.org/genproto/googleapis/search/partnerdataingestion/logging/v1"

Index

Variables

var File_google_search_partnerdataingestion_logging_v1_platformlog_proto protoreflect.FileDescriptor

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

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

Source Files

platformlog.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.