package google.rpc.context

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

message AttributeContext

attribute_context.proto:45

This message defines the standard attribute vocabulary for Google APIs. An attribute is a piece of metadata that describes an activity on a network service. For example, the size of an HTTP request, or the status code of an HTTP response. Each attribute has a type and a name, which is logically defined as a proto message field in `AttributeContext`. The field type becomes the attribute type, and the field path becomes the attribute name. For example, the attribute `source.ip` maps to field `AttributeContext.source.ip`. This message definition is guaranteed not to have any wire breaking change. So you can use it directly for passing attributes across different systems. NOTE: Different system may generate different subset of attributes. Please verify the system specification before relying on an attribute generated a system.

message AttributeContext.Api

attribute_context.proto:74

This message defines attributes associated with API operations, such as a network API request. The terminology is based on the conventions used by Google APIs, Istio, and OpenAPI.

Used in: AttributeContext

message AttributeContext.Auth

attribute_context.proto:97

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.

Used in: Request

message AttributeContext.Peer

attribute_context.proto:50

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.

Used in: events.cloud.audit.v1.RequestMetadata, AttributeContext

message AttributeContext.Request

attribute_context.proto:157

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.

Used in: events.cloud.audit.v1.RequestMetadata, AttributeContext

message AttributeContext.Resource

attribute_context.proto:228

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.

Used in: events.cloud.audit.v1.AuthorizationInfo, AttributeContext

message AttributeContext.Response

attribute_context.proto:208

This message defines attributes for a typical network response. It generally models semantics of an HTTP response.

Used in: AttributeContext