cloud.google.com/go/profiler.agent.client (field)

4 uses

	cloud.google.com/go/profiler (current package)
		profiler.go#L271: 	client        pb.ProfilerServiceClient
		profiler.go#L332: 		p, err = a.client.CreateProfile(ctx, &req, grpc.Trailer(&md))
		profiler.go#L423: 	if _, err := a.client.UpdateProfile(ctx, &req); err != nil {
		profiler.go#L523: 		client:        c,