Although v1 sounds newer, that was a mistake. v1beta1 is the version in
active development right now.
We are commenting out google.longrunning.Operations for now until we
figure out how best to support it in GAPIC codegen.
Add note that the Python Speech v1 package will soon be replaced by
v1beta packages.
Longrunning is already contained in googleapis-common-protos (i.e.,
the core protos), and just generating packages with artman without
special consideration results in shadowing of that package in
languages like Python.
* Add longrunning artman configuration
Currently this is just a minimal artman config for generating the
Python gRPC client library; it does not contain the information needed
to run GAPIC.