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

18 uses

	google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2 (current package)
		profiler.pb.go#L262: type UpdateProfileRequest struct {
		profiler.pb.go#L276: func (x *UpdateProfileRequest) Reset() {
		profiler.pb.go#L277: 	*x = UpdateProfileRequest{}
		profiler.pb.go#L285: func (x *UpdateProfileRequest) String() string {
		profiler.pb.go#L289: func (*UpdateProfileRequest) ProtoMessage() {}
		profiler.pb.go#L291: func (x *UpdateProfileRequest) ProtoReflect() protoreflect.Message {
		profiler.pb.go#L304: func (*UpdateProfileRequest) Descriptor() ([]byte, []int) {
		profiler.pb.go#L308: func (x *UpdateProfileRequest) GetProfile() *Profile {
		profiler.pb.go#L315: func (x *UpdateProfileRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
		profiler.pb.go#L666: 	(*UpdateProfileRequest)(nil),        // 3: google.devtools.cloudprofiler.v2.UpdateProfileRequest
		profiler.pb.go#L729: 			switch v := v.(*UpdateProfileRequest); i {
		profiler.pb.go#L820: 	UpdateProfile(ctx context.Context, in *UpdateProfileRequest, opts ...grpc.CallOption) (*Profile, error)
		profiler.pb.go#L849: func (c *profilerServiceClient) UpdateProfile(ctx context.Context, in *UpdateProfileRequest, opts ...grpc.CallOption) (*Profile, error) {
		profiler.pb.go#L882: 	UpdateProfile(context.Context, *UpdateProfileRequest) (*Profile, error)
		profiler.pb.go#L895: func (*UnimplementedProfilerServiceServer) UpdateProfile(context.Context, *UpdateProfileRequest) (*Profile, error) {
		profiler.pb.go#L940: 	in := new(UpdateProfileRequest)
		profiler.pb.go#L952: 		return srv.(ProfilerServiceServer).UpdateProfile(ctx, req.(*UpdateProfileRequest))

	cloud.google.com/go/profiler
		profiler.go#L419: 	req := pb.UpdateProfileRequest{Profile: p}