GRPC C++
1.81.0
include
grpcpp
call_context_types.h
Go to the documentation of this file.
1
// Copyright 2026 gRPC authors.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
#ifndef GRPCPP_CALL_CONTEXT_TYPES_H
16
#define GRPCPP_CALL_CONTEXT_TYPES_H
17
18
#include <
grpc/context_types.h
>
19
20
namespace
grpc
{
21
22
// The types defined here may be passed to ClientContext::SetContext().
23
using
TelemetryLabel
=
grpc_core::TelemetryLabel
;
24
25
}
// namespace grpc
26
27
#endif // GRPCPP_CALL_CONTEXT_TYPES_H
grpc
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition:
alarm.h:33
grpc::TelemetryLabel
grpc_core::TelemetryLabel TelemetryLabel
Definition:
call_context_types.h:23
grpc_core::TelemetryLabel
Definition:
context_types.h:22
context_types.h
Generated on Fri May 29 2026 17:40:41 for GRPC C++ by
1.8.17