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

37 uses

	google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2 (current package)
		profiler.pb.go#L212: 	Profile *Profile `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
		profiler.pb.go#L254: func (x *CreateOfflineProfileRequest) GetProfile() *Profile {
		profiler.pb.go#L268: 	Profile *Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
		profiler.pb.go#L308: func (x *UpdateProfileRequest) GetProfile() *Profile {
		profiler.pb.go#L323: type Profile struct {
		profiler.pb.go#L352: func (x *Profile) Reset() {
		profiler.pb.go#L353: 	*x = Profile{}
		profiler.pb.go#L361: func (x *Profile) String() string {
		profiler.pb.go#L365: func (*Profile) ProtoMessage() {}
		profiler.pb.go#L367: func (x *Profile) ProtoReflect() protoreflect.Message {
		profiler.pb.go#L380: func (*Profile) Descriptor() ([]byte, []int) {
		profiler.pb.go#L384: func (x *Profile) GetName() string {
		profiler.pb.go#L391: func (x *Profile) GetProfileType() ProfileType {
		profiler.pb.go#L398: func (x *Profile) GetDeployment() *Deployment {
		profiler.pb.go#L405: func (x *Profile) GetDuration() *durationpb.Duration {
		profiler.pb.go#L412: func (x *Profile) GetProfileBytes() []byte {
		profiler.pb.go#L419: func (x *Profile) GetLabels() map[string]string {
		profiler.pb.go#L667: 	(*Profile)(nil),                     // 4: google.devtools.cloudprofiler.v2.Profile
		profiler.pb.go#L741: 			switch v := v.(*Profile); i {
		profiler.pb.go#L811: 	CreateProfile(ctx context.Context, in *CreateProfileRequest, opts ...grpc.CallOption) (*Profile, error)
		profiler.pb.go#L815: 	CreateOfflineProfile(ctx context.Context, in *CreateOfflineProfileRequest, opts ...grpc.CallOption) (*Profile, error)
		profiler.pb.go#L820: 	UpdateProfile(ctx context.Context, in *UpdateProfileRequest, opts ...grpc.CallOption) (*Profile, error)
		profiler.pb.go#L831: func (c *profilerServiceClient) CreateProfile(ctx context.Context, in *CreateProfileRequest, opts ...grpc.CallOption) (*Profile, error) {
		profiler.pb.go#L832: 	out := new(Profile)
		profiler.pb.go#L840: func (c *profilerServiceClient) CreateOfflineProfile(ctx context.Context, in *CreateOfflineProfileRequest, opts ...grpc.CallOption) (*Profile, error) {
		profiler.pb.go#L841: 	out := new(Profile)
		profiler.pb.go#L849: func (c *profilerServiceClient) UpdateProfile(ctx context.Context, in *UpdateProfileRequest, opts ...grpc.CallOption) (*Profile, error) {
		profiler.pb.go#L850: 	out := new(Profile)
		profiler.pb.go#L873: 	CreateProfile(context.Context, *CreateProfileRequest) (*Profile, error)
		profiler.pb.go#L877: 	CreateOfflineProfile(context.Context, *CreateOfflineProfileRequest) (*Profile, error)
		profiler.pb.go#L882: 	UpdateProfile(context.Context, *UpdateProfileRequest) (*Profile, error)
		profiler.pb.go#L889: func (*UnimplementedProfilerServiceServer) CreateProfile(context.Context, *CreateProfileRequest) (*Profile, error) {
		profiler.pb.go#L892: func (*UnimplementedProfilerServiceServer) CreateOfflineProfile(context.Context, *CreateOfflineProfileRequest) (*Profile, error) {
		profiler.pb.go#L895: func (*UnimplementedProfilerServiceServer) UpdateProfile(context.Context, *UpdateProfileRequest) (*Profile, error) {

	cloud.google.com/go/profiler
		profiler.go#L319: func (a *agent) createProfile(ctx context.Context) *pb.Profile {
		profiler.go#L326: 	var p *pb.Profile
		profiler.go#L352: func (a *agent) profileAndUpload(ctx context.Context, p *pb.Profile) {