type google.golang.org/genproto/googleapis/cloud/tasks/v2.CreateTaskRequest
21 uses
google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
cloudtasks.pb.go#L837: type CreateTaskRequest struct {
cloudtasks.pb.go#L896: func (x *CreateTaskRequest) Reset() {
cloudtasks.pb.go#L897: *x = CreateTaskRequest{}
cloudtasks.pb.go#L905: func (x *CreateTaskRequest) String() string {
cloudtasks.pb.go#L909: func (*CreateTaskRequest) ProtoMessage() {}
cloudtasks.pb.go#L911: func (x *CreateTaskRequest) ProtoReflect() protoreflect.Message {
cloudtasks.pb.go#L924: func (*CreateTaskRequest) Descriptor() ([]byte, []int) {
cloudtasks.pb.go#L928: func (x *CreateTaskRequest) GetParent() string {
cloudtasks.pb.go#L935: func (x *CreateTaskRequest) GetTask() *Task {
cloudtasks.pb.go#L942: func (x *CreateTaskRequest) GetResponseView() Task_View {
cloudtasks.pb.go#L1418: (*CreateTaskRequest)(nil), // 12: google.cloud.tasks.v2.CreateTaskRequest
cloudtasks.pb.go#L1635: switch v := v.(*CreateTaskRequest); i {
cloudtasks.pb.go#L1828: CreateTask(ctx context.Context, in *CreateTaskRequest, opts ...grpc.CallOption) (*Task, error)
cloudtasks.pb.go#L1987: func (c *cloudTasksClient) CreateTask(ctx context.Context, in *CreateTaskRequest, opts ...grpc.CallOption) (*Task, error) {
cloudtasks.pb.go#L2141: CreateTask(context.Context, *CreateTaskRequest) (*Task, error)
cloudtasks.pb.go#L2218: func (*UnimplementedCloudTasksServer) CreateTask(context.Context, *CreateTaskRequest) (*Task, error) {
cloudtasks.pb.go#L2467: in := new(CreateTaskRequest)
cloudtasks.pb.go#L2479: return srv.(CloudTasksServer).CreateTask(ctx, req.(*CreateTaskRequest))
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L676: func (c *Client) CreateTask(ctx context.Context, req *taskspb.CreateTaskRequest, opts ...gax.CallOption) (*taskspb.Task, error) {
golang.org/x/pkgsite/internal/queue
queue.go#L153: func (q *GCP) newTaskRequest(modulePath, version, suffix string, disableProxyFetch bool) *taskspb.CreateTaskRequest {
queue.go#L170: req := &taskspb.CreateTaskRequest{
 |
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. |