Module model

Source
Expand description

The messages and enums that are part of this client library.

Modules§

check_error
Defines additional types related to CheckError.
check_response
Defines additional types related to CheckResponse.
distribution
Defines additional types related to Distribution.
log_entry
Defines additional types related to LogEntry.
metric_value
Defines additional types related to MetricValue.
operation
Defines additional types related to Operation.
quota_error
Defines additional types related to QuotaError.
quota_operation
Defines additional types related to QuotaOperation.
report_response
Defines additional types related to ReportResponse.

Structs§

AllocateQuotaRequest
Request message for the AllocateQuota method.
AllocateQuotaResponse
Response message for the AllocateQuota method.
CheckError
Defines the errors to be returned in google.api.servicecontrol.v1.CheckResponse.check_errors.
CheckRequest
Request message for the Check method.
CheckResponse
Response message for the Check method.
Distribution
Distribution represents a frequency distribution of double-valued sample points. It contains the size of the population of sample points plus additional optional information:
HttpRequest
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.
LogEntry
An individual log entry.
LogEntryOperation
Additional information about a potentially long-running operation with which a log entry is associated.
LogEntrySourceLocation
Additional information about the source code location that produced the log entry.
MetricValue
Represents a single metric value.
MetricValueSet
Represents a set of metric values in the same metric. Each metric value in the set should have a unique combination of start time, end time, and label values.
Operation
Represents information regarding an operation.
QuotaError
Represents error information for QuotaOperation.
QuotaOperation
Represents information regarding a quota operation.
ReportRequest
Request message for the Report method.
ReportResponse
Response message for the Report method.