...

Package logging

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

Overview ▾

Variables

var File_google_search_partnerdataingestion_logging_v1_platformlog_proto protoreflect.FileDescriptor

type IngestDetailsLog

Log message used to send to Platform Logging.

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
}

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