package google.logging.v2

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

service ConfigServiceV2

logging_config.proto:35

Service for configuring sinks used to export log entries outside of Stackdriver Logging.

service LoggingServiceV2

logging.proto:37

Service for ingesting and querying logs.

service MetricsServiceV2

logging_metrics.proto:35

Service for configuring logs-based metrics.

message LogEntry

log_entry.proto:37

An individual entry in a log.

Used in: ListLogEntriesResponse, WriteLogEntriesRequest

message LogEntryOperation

log_entry.proto:141

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

Used in: LogEntry

message LogEntrySourceLocation

log_entry.proto:160

Additional information about the source code location that produced the log entry.

Used in: LogEntry

message LogExclusion

logging_config.proto:329

Specifies a set of log entries that are not to be stored in Stackdriver Logging. If your project receives a large volume of logs, you might be able to use exclusions to reduce your chargeable logs. Exclusions are processed after log sinks, so you can export log entries before they are excluded. Audit log entries and log entries from Amazon Web Services are never excluded.

Used as response type in: ConfigServiceV2.CreateExclusion, ConfigServiceV2.GetExclusion, ConfigServiceV2.UpdateExclusion

Used as field type in: CreateExclusionRequest, ListExclusionsResponse, UpdateExclusionRequest

message LogMetric

logging_metrics.proto:69

Describes a logs-based metric. The value of the metric is the number of log entries that match a logs filter in a given time interval. Logs-based metric can also be used to extract values from logs and create a a distribution of the values. The distribution records the statistics of the extracted values along with an optional histogram of the values as specified by the bucket options.

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

Used as field type in: CreateLogMetricRequest, ListLogMetricsResponse, UpdateLogMetricRequest

enum LogMetric.ApiVersion

logging_metrics.proto:71

Stackdriver Logging API version.

Used in: LogMetric

message LogSink

logging_config.proto:101

Describes a sink used to export log entries to one of the following destinations in any project: a Cloud Storage bucket, a BigQuery dataset, or a Cloud Pub/Sub topic. A logs filter controls which log entries are exported. The sink must be created within a project, organization, billing account, or folder.

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:105

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

Used in: LogSink

message WriteLogEntriesPartialErrors

logging.proto:165

Error details for WriteLogEntries with partial success.