google_api_logging v0.0.1 API Reference

Modules

API calls for all endpoints tagged BillingAccounts

API calls for all endpoints tagged Entries

API calls for all endpoints tagged Folders

API calls for all endpoints tagged MonitoredResourceDescriptors

API calls for all endpoints tagged Organizations

API calls for all endpoints tagged Projects

Handle Tesla connections for GoogleApi.Logging.V2

Helper functions for deserializing responses into models

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}

A common proto for logging HTTP requests. Only contains semantics defined by the HTTP specification. Product-specific logging information MUST be defined in a separate message

The parameters to ListLogEntries

Result returned from ListLogEntries

Result returned from ListLogMetrics

Result returned from ListLogs

Result returned from ListMonitoredResourceDescriptors

Result returned from ListSinks

An individual entry in a log

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

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

Application log line emitted while processing a request

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

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

An object representing a resource that can be used for monitoring, logging, billing, or other purposes. Examples include virtual machine instances, databases, and storage devices such as disks. The type field identifies a MonitoredResourceDescriptor object that describes the resource's schema. Information in the labels field identifies the actual resource and its attributes according to the schema. For example, a particular Compute Engine VM instance could be represented by the following object, because the MonitoredResourceDescriptor for "gce_instance" has labels "instance_id" and "zone": { "type": "gce_instance", "labels": { "instance_id": "12345678901234", "zone": "us-central1-a" }}

An object that describes the schema of a MonitoredResource object using a type name and a set of labels. For example, the monitored resource descriptor for Google Compute Engine VM instances has a type of "gce_instance" and specifies the use of the labels "instance_id" and "zone" to identify particular VM instances.Different APIs can support different monitored resource types. APIs generally provide a list method that returns the monitored resource descriptors used by the API

Complete log information about a single HTTP request to an App Engine application

Specifies a location in a source code file

A reference to a particular snapshot of the source tree used to build and deploy an application

The parameters to WriteLogEntries

Result returned from WriteLogEntries. empty

Helper functions for building Tesla requests