type google.golang.org/genproto/googleapis/cloud/tasks/v2.RunTaskRequest
18 uses
google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
cloudtasks.pb.go#L1002: type RunTaskRequest struct {
cloudtasks.pb.go#L1025: func (x *RunTaskRequest) Reset() {
cloudtasks.pb.go#L1026: *x = RunTaskRequest{}
cloudtasks.pb.go#L1034: func (x *RunTaskRequest) String() string {
cloudtasks.pb.go#L1038: func (*RunTaskRequest) ProtoMessage() {}
cloudtasks.pb.go#L1040: func (x *RunTaskRequest) ProtoReflect() protoreflect.Message {
cloudtasks.pb.go#L1053: func (*RunTaskRequest) Descriptor() ([]byte, []int) {
cloudtasks.pb.go#L1057: func (x *RunTaskRequest) GetName() string {
cloudtasks.pb.go#L1064: func (x *RunTaskRequest) GetResponseView() Task_View {
cloudtasks.pb.go#L1420: (*RunTaskRequest)(nil), // 14: google.cloud.tasks.v2.RunTaskRequest
cloudtasks.pb.go#L1659: switch v := v.(*RunTaskRequest); i {
cloudtasks.pb.go#L1859: RunTask(ctx context.Context, in *RunTaskRequest, opts ...grpc.CallOption) (*Task, error)
cloudtasks.pb.go#L2005: func (c *cloudTasksClient) RunTask(ctx context.Context, in *RunTaskRequest, opts ...grpc.CallOption) (*Task, error) {
cloudtasks.pb.go#L2172: RunTask(context.Context, *RunTaskRequest) (*Task, error)
cloudtasks.pb.go#L2224: func (*UnimplementedCloudTasksServer) RunTask(context.Context, *RunTaskRequest) (*Task, error) {
cloudtasks.pb.go#L2503: in := new(RunTaskRequest)
cloudtasks.pb.go#L2515: return srv.(CloudTasksServer).RunTask(ctx, req.(*RunTaskRequest))
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L743: func (c *Client) RunTask(ctx context.Context, req *taskspb.RunTaskRequest, opts ...gax.CallOption) (*taskspb.Task, error) {
 |
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. |