The subject in question: https://cloud.google.com/tasks/docs/creating-http-target-tasks?hl=ru
Programming language: GO
First, download this package:
go get -u google.golang.org/genproto/googleapis/cloud/tasks/v2
No problem.
Next I download this package:
go get -u cloud.google.com/go/cloudtasks/apiv2
An error occurs:
# google.golang.org/api/option
option/option.go:153:14: undefined: grpc.RoundRobin
option/option.go:154:42: undefined: grpc.WithBalancer
I did the same procedures on December 24, 2019, everything worked without problems