type google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.traceServiceClient

4 uses

	google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
		tracing.pb.go#L275: type traceServiceClient struct {
		tracing.pb.go#L280: 	return &traceServiceClient{cc}
		tracing.pb.go#L283: func (c *traceServiceClient) BatchWriteSpans(ctx context.Context, in *BatchWriteSpansRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {
		tracing.pb.go#L292: func (c *traceServiceClient) CreateSpan(ctx context.Context, in *Span, opts ...grpc.CallOption) (*Span, error) {