package google.logging.v2

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

service ConfigServiceV2

logging_config.proto:36

Service for configuring sinks used to route log entries.

service LoggingServiceV2

logging.proto:39

Service for ingesting and querying logs.

service MetricsServiceV2

logging_metrics.proto:37

Service for configuring logs-based metrics.

message BigQueryOptions

logging_config.proto:386

Options that change functionality of a sink exporting data to BigQuery.

Used in: LogSink

message LogEntry

log_entry.proto:39

An individual entry in a log.

Used in: ListLogEntriesResponse, WriteLogEntriesRequest

message LogEntryOperation

log_entry.proto:172

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

Used in: LogEntry

message LogEntrySourceLocation

log_entry.proto:191

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

Used in: LogEntry

message LogExclusion

logging_config.proto:540

Specifies a set of log entries that are not to be stored in Logging. If your GCP resource receives a large volume of logs, you can use exclusions to reduce your chargeable logs. Exclusions are processed after log sinks, so you can export log entries before they are excluded. Note that organization-level and folder-level exclusions don't apply to child resources, and that you can't exclude audit log entries.

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

Used as field type in: CreateExclusionRequest, ListExclusionsResponse, UpdateExclusionRequest

message LogMetric

logging_metrics.proto:91

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

Logging API version.

Used in: LogMetric

message LogSink

logging_config.proto:286

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

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

Used in: LogSink

message WriteLogEntriesPartialErrors

logging.proto:221

Error details for WriteLogEntries with partial success.