type google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2.CreateProfileRequest
19 uses
google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2 (current package)
profiler.pb.go#L136: type CreateProfileRequest struct {
profiler.pb.go#L149: func (x *CreateProfileRequest) Reset() {
profiler.pb.go#L150: *x = CreateProfileRequest{}
profiler.pb.go#L158: func (x *CreateProfileRequest) String() string {
profiler.pb.go#L162: func (*CreateProfileRequest) ProtoMessage() {}
profiler.pb.go#L164: func (x *CreateProfileRequest) ProtoReflect() protoreflect.Message {
profiler.pb.go#L177: func (*CreateProfileRequest) Descriptor() ([]byte, []int) {
profiler.pb.go#L181: func (x *CreateProfileRequest) GetParent() string {
profiler.pb.go#L188: func (x *CreateProfileRequest) GetDeployment() *Deployment {
profiler.pb.go#L195: func (x *CreateProfileRequest) GetProfileType() []ProfileType {
profiler.pb.go#L664: (*CreateProfileRequest)(nil), // 1: google.devtools.cloudprofiler.v2.CreateProfileRequest
profiler.pb.go#L705: switch v := v.(*CreateProfileRequest); i {
profiler.pb.go#L811: CreateProfile(ctx context.Context, in *CreateProfileRequest, 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#L873: CreateProfile(context.Context, *CreateProfileRequest) (*Profile, error)
profiler.pb.go#L889: func (*UnimplementedProfilerServiceServer) CreateProfile(context.Context, *CreateProfileRequest) (*Profile, error) {
profiler.pb.go#L904: in := new(CreateProfileRequest)
profiler.pb.go#L916: return srv.(ProfilerServiceServer).CreateProfile(ctx, req.(*CreateProfileRequest))
cloud.google.com/go/profiler
profiler.go#L320: req := pb.CreateProfileRequest{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |