type google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2.CreateOfflineProfileRequest
17 uses
google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2 (current package)
profiler.pb.go#L204: type CreateOfflineProfileRequest struct {
profiler.pb.go#L215: func (x *CreateOfflineProfileRequest) Reset() {
profiler.pb.go#L216: *x = CreateOfflineProfileRequest{}
profiler.pb.go#L224: func (x *CreateOfflineProfileRequest) String() string {
profiler.pb.go#L228: func (*CreateOfflineProfileRequest) ProtoMessage() {}
profiler.pb.go#L230: func (x *CreateOfflineProfileRequest) ProtoReflect() protoreflect.Message {
profiler.pb.go#L243: func (*CreateOfflineProfileRequest) Descriptor() ([]byte, []int) {
profiler.pb.go#L247: func (x *CreateOfflineProfileRequest) GetParent() string {
profiler.pb.go#L254: func (x *CreateOfflineProfileRequest) GetProfile() *Profile {
profiler.pb.go#L665: (*CreateOfflineProfileRequest)(nil), // 2: google.devtools.cloudprofiler.v2.CreateOfflineProfileRequest
profiler.pb.go#L717: switch v := v.(*CreateOfflineProfileRequest); i {
profiler.pb.go#L815: CreateOfflineProfile(ctx context.Context, in *CreateOfflineProfileRequest, 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#L877: CreateOfflineProfile(context.Context, *CreateOfflineProfileRequest) (*Profile, error)
profiler.pb.go#L892: func (*UnimplementedProfilerServiceServer) CreateOfflineProfile(context.Context, *CreateOfflineProfileRequest) (*Profile, error) {
profiler.pb.go#L922: in := new(CreateOfflineProfileRequest)
profiler.pb.go#L934: return srv.(ProfilerServiceServer).CreateOfflineProfile(ctx, req.(*CreateOfflineProfileRequest))
 |
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. |