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

5 uses

	google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2 (current package)
		profiler.pb.go#L823: type profilerServiceClient struct {
		profiler.pb.go#L828: 	return &profilerServiceClient{cc}
		profiler.pb.go#L831: func (c *profilerServiceClient) CreateProfile(ctx context.Context, in *CreateProfileRequest, opts ...grpc.CallOption) (*Profile, error) {
		profiler.pb.go#L840: func (c *profilerServiceClient) CreateOfflineProfile(ctx context.Context, in *CreateOfflineProfileRequest, opts ...grpc.CallOption) (*Profile, error) {
		profiler.pb.go#L849: func (c *profilerServiceClient) UpdateProfile(ctx context.Context, in *UpdateProfileRequest, opts ...grpc.CallOption) (*Profile, error) {