type google.golang.org/genproto/googleapis/cloud/tasks/v2.DeleteTaskRequest
17 uses
google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
cloudtasks.pb.go#L951: type DeleteTaskRequest struct {
cloudtasks.pb.go#L961: func (x *DeleteTaskRequest) Reset() {
cloudtasks.pb.go#L962: *x = DeleteTaskRequest{}
cloudtasks.pb.go#L970: func (x *DeleteTaskRequest) String() string {
cloudtasks.pb.go#L974: func (*DeleteTaskRequest) ProtoMessage() {}
cloudtasks.pb.go#L976: func (x *DeleteTaskRequest) ProtoReflect() protoreflect.Message {
cloudtasks.pb.go#L989: func (*DeleteTaskRequest) Descriptor() ([]byte, []int) {
cloudtasks.pb.go#L993: func (x *DeleteTaskRequest) GetName() string {
cloudtasks.pb.go#L1419: (*DeleteTaskRequest)(nil), // 13: google.cloud.tasks.v2.DeleteTaskRequest
cloudtasks.pb.go#L1647: switch v := v.(*DeleteTaskRequest); i {
cloudtasks.pb.go#L1834: DeleteTask(ctx context.Context, in *DeleteTaskRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
cloudtasks.pb.go#L1996: func (c *cloudTasksClient) DeleteTask(ctx context.Context, in *DeleteTaskRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {
cloudtasks.pb.go#L2147: DeleteTask(context.Context, *DeleteTaskRequest) (*emptypb.Empty, error)
cloudtasks.pb.go#L2221: func (*UnimplementedCloudTasksServer) DeleteTask(context.Context, *DeleteTaskRequest) (*emptypb.Empty, error) {
cloudtasks.pb.go#L2485: in := new(DeleteTaskRequest)
cloudtasks.pb.go#L2497: return srv.(CloudTasksServer).DeleteTask(ctx, req.(*DeleteTaskRequest))
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L702: func (c *Client) DeleteTask(ctx context.Context, req *taskspb.DeleteTaskRequest, opts ...gax.CallOption) 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. |