type google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2.ProfilerServiceClient

4 uses

	google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2 (current package)
		profiler.pb.go#L797: type ProfilerServiceClient interface {
		profiler.pb.go#L827: func NewProfilerServiceClient(cc grpc.ClientConnInterface) ProfilerServiceClient {

	cloud.google.com/go/profiler
		profiler.go#L271: 	client        pb.ProfilerServiceClient
		profiler.go#L481: func initializeAgent(c pb.ProfilerServiceClient) (*agent, error) {