package logging
import "google.golang.org/genproto/googleapis/chat/dynamite/integration/logging/v1"
Index ¶
- Variables
- type DynamiteIntegrationLogEntry
- func (*DynamiteIntegrationLogEntry) Descriptor() ([]byte, []int)
- func (x *DynamiteIntegrationLogEntry) GetDeployment() string
- func (x *DynamiteIntegrationLogEntry) GetDeploymentFunction() string
- func (x *DynamiteIntegrationLogEntry) GetError() *status.Status
- func (*DynamiteIntegrationLogEntry) ProtoMessage()
- func (x *DynamiteIntegrationLogEntry) ProtoReflect() protoreflect.Message
- func (x *DynamiteIntegrationLogEntry) Reset()
- func (x *DynamiteIntegrationLogEntry) String() string
Variables ¶
var File_google_chat_dynamite_integration_logging_v1_dynamite_integration_log_entry_proto protoreflect.FileDescriptor
Types ¶
type DynamiteIntegrationLogEntry ¶
type DynamiteIntegrationLogEntry struct { // The deployment that caused the error. For Chat bots built in Apps Script, // this is the deployment ID defined by Apps Script. Deployment string `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // The unencrypted `callback_method` name that was running when the error was // encountered. DeploymentFunction string `protobuf:"bytes,3,opt,name=deployment_function,json=deploymentFunction,proto3" json:"deployment_function,omitempty"` // contains filtered or unexported fields }
JSON payload of error messages. If the Cloud Logging API is enabled, these error messages are logged to [Google Cloud Logging](https://cloud.google.com/logging/docs).
func (*DynamiteIntegrationLogEntry) Descriptor ¶
func (*DynamiteIntegrationLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use DynamiteIntegrationLogEntry.ProtoReflect.Descriptor instead.
func (*DynamiteIntegrationLogEntry) GetDeployment ¶
func (x *DynamiteIntegrationLogEntry) GetDeployment() string
func (*DynamiteIntegrationLogEntry) GetDeploymentFunction ¶
func (x *DynamiteIntegrationLogEntry) GetDeploymentFunction() string
func (*DynamiteIntegrationLogEntry) GetError ¶
func (x *DynamiteIntegrationLogEntry) GetError() *status.Status
func (*DynamiteIntegrationLogEntry) ProtoMessage ¶
func (*DynamiteIntegrationLogEntry) ProtoMessage()
func (*DynamiteIntegrationLogEntry) ProtoReflect ¶
func (x *DynamiteIntegrationLogEntry) ProtoReflect() protoreflect.Message
func (*DynamiteIntegrationLogEntry) Reset ¶
func (x *DynamiteIntegrationLogEntry) Reset()
func (*DynamiteIntegrationLogEntry) String ¶
func (x *DynamiteIntegrationLogEntry) String() string
Source Files ¶
dynamite_integration_log_entry.pb.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 1 hour ago –
Tools for package owners.