Namespace Google.Apis.ServiceControl.v1.Data
Classes
AllocateInfo
AllocateQuotaRequest
Request message for the AllocateQuota method.
AllocateQuotaResponse
Response message for the AllocateQuota method.
AttributeValue
The allowed types for [VALUE] in a [KEY]:[VALUE]
attribute.
Attributes
A set of attributes, each in the format [KEY]:[VALUE]
.
AuditLog
Common audit log format for Google Cloud Platform API operations.
Auth
This message defines request authentication attributes. Terminology is based on the JSON Web Token (JWT) standard, but the terms also correlate to concepts in other standards.
AuthenticationInfo
Authentication information for the operation.
AuthorizationInfo
Authorization information for the operation.
CheckError
Defines the errors to be returned in google.api.servicecontrol.v1.CheckResponse.check_errors.
CheckInfo
Contains additional information about the check operation.
CheckRequest
Request message for the Check method.
CheckResponse
Response message for the Check method.
ConsumerInfo
ConsumerInfo
provides information about the consumer.
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: * the arithmetic mean of the samples * the minimum and maximum of the samples * the sum-squared-deviation of the samples, used to compute variance * a histogram of the values of the sample points
Exemplar
Exemplars are example points that may be used to annotate aggregated distribution values. They are metadata that gives information about a particular value added to a Distribution bucket, such as a trace ID that was active when a value was added. They may contain further information, such as a example values and timestamps, origin, etc.
ExplicitBuckets
Describing buckets with arbitrary user-provided width.
ExponentialBuckets
Describing buckets with exponentially growing width.
FirstPartyPrincipal
First party identity principal.
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.
LinearBuckets
Describing buckets with constant width.
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.
Money
Represents an amount of money with its currency type.
Operation
Represents information regarding an operation.
OrgPolicyViolationInfo
Represents OrgPolicy Violation information.
Peer
This message defines attributes for a node that handles a network request. The node can be either a service or
an application that sends, forwards, or receives the request. Service peers should fill in principal
and
labels
as appropriate.
PolicyViolationInfo
Information related to policy violations for this request.
QuotaError
Represents error information for QuotaOperation.
QuotaInfo
Contains the quota information for a quota check response.
QuotaOperation
Represents information regarding a quota operation.
QuotaProperties
Represents the properties needed for quota operations.
ReportError
Represents the processing error of one Operation in the request.
ReportRequest
Request message for the Report method.
ReportResponse
Response message for the Report method.
Request
This message defines attributes for an HTTP request. If the actual request is not an HTTP request, the runtime system should try to map the actual request to an equivalent HTTP request.
RequestMetadata
Metadata about the request.
Resource
This message defines core attributes for a resource. A resource is an addressable (named) entity provided by the destination service. For example, a file stored on a network storage service.
ResourceInfo
Describes a resource associated with this operation.
ResourceLocation
Location information about a resource.
ServiceAccountDelegationInfo
Identity delegation history of an authenticated service account.
ServiceDelegationHistory
The history of delegation across multiple services as the result of the original user's action. Such as "service A uses its own account to do something for user B". This differs from ServiceAccountDelegationInfo, which only tracks the history of direct token exchanges (impersonation).
ServiceMetadata
Metadata describing the service and additional service specific information used to identify the job or unit of work at hand.
SpanContext
The context of a span. This is attached to an Exemplar in Distribution values during aggregation. It contains the name of a span with format: projects/[PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]
Status
The Status
type defines a logical error model that is suitable for different programming environments,
including REST APIs and RPC APIs. It is used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details. You can find out more about this error model
and how to work with it in the API Design Guide.
ThirdPartyPrincipal
Third party identity principal.
TraceSpan
A span represents a single operation within a trace. Spans can be nested to form a trace tree. Often, a trace contains a root span that describes the end-to-end latency, and one or more subspans for its sub-operations. A trace can also contain multiple root spans, or none at all. Spans do not need to be contiguous—there may be gaps or overlaps between spans in a trace.
TruncatableString
Represents a string that might be shortened to a specified length.
V1HttpRequest
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.
V1LogEntry
An individual log entry.
V1LogEntryOperation
Additional information about a potentially long-running operation with which a log entry is associated.
V1LogEntrySourceLocation
Additional information about the source code location that produced the log entry.
V1ResourceEvent
Report v2 extension proto for passing the resource metadata associated with a resource create/update/delete/undelete event from ESF to Chemist. ResourceEvent proto should be serialized into the ReportRequest.operations.extensions.
ViolationInfo
Provides information about the Policy violation info for this request.