package google.logging.v2

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ConfigServiceV2

logging_config.proto:28

service LoggingServiceV2

logging.proto:32

Service for ingesting and querying logs.

service MetricsServiceV2

logging_metrics.proto:26

message LogEntry

log_entry.proto:33

An individual entry in a log.

Used in: ListLogEntriesResponse, WriteLogEntriesRequest

message LogEntryOperation

log_entry.proto:97

Additional information about a potentially long-running operation with which a log entry is associated.

Used in: LogEntry

message LogMetric

logging_metrics.proto:55

Describes a logs-based metric. The value of the metric is the number of log entries that match a logs filter.

Used as response type in: MetricsServiceV2.CreateLogMetric, MetricsServiceV2.GetLogMetric, MetricsServiceV2.UpdateLogMetric

Used as field type in: CreateLogMetricRequest, ListLogMetricsResponse, UpdateLogMetricRequest

message LogSink

logging_config.proto:56

Describes a sink used to export log entries outside Cloud Logging.

Used as response type in: ConfigServiceV2.CreateSink, ConfigServiceV2.GetSink, ConfigServiceV2.UpdateSink

Used as field type in: CreateSinkRequest, ListSinksResponse, UpdateSinkRequest

enum LogSink.VersionFormat

logging_config.proto:60

Available log entry formats. Log entries can be written to Cloud Logging in either format and can be exported in either format. Version 2 is the preferred format.

Used in: LogSink