Interface protos.google.rpc.context.IAttributeContext (3.3.0)

Properties of an AttributeContext.

Package

@google-cloud/service-control

Properties

api

api?: (google.rpc.context.AttributeContext.IApi|null);

AttributeContext api

destination

destination?: (google.rpc.context.AttributeContext.IPeer|null);

AttributeContext destination

extensions

extensions?: (google.protobuf.IAny[]|null);

AttributeContext extensions

origin

origin?: (google.rpc.context.AttributeContext.IPeer|null);

AttributeContext origin

request

request?: (google.rpc.context.AttributeContext.IRequest|null);

AttributeContext request

resource

resource?: (google.rpc.context.AttributeContext.IResource|null);

AttributeContext resource

response

response?: (google.rpc.context.AttributeContext.IResponse|null);

AttributeContext response

source

source?: (google.rpc.context.AttributeContext.IPeer|null);

AttributeContext source