- RunQuery -- "query" and "gql_query" are oneof. They shouldn't
appear at the same time as the required parameters.
- Commit -- The comment says "transaction" is optional.
Related: https://github.com/googleapis/googleapis/pull/123
- Add 'Cloud' to Ruby packages.
The decision is that gapic files will be under cloud, so
change the package name to do so.
- Replace 'gcloud-ruby' by 'google-cloud-ruby'
The repository name change happened quite recently.
* Adding Google Service Control - google/api/servicecontrol/v1
* Updating RuntimeConfig service - google/cloud/runtimeconfig/v1beta1
* Updating Google Cloud Container Builder -
google/devtools/cloudbuild/v1
* Updating Google Genomics API - google/genomics/v1
* Adding artman_iam.yaml
* Adding 'proto_gen_pkg_deps' field to track dependencies of each API on other generated proto packages
* Adding desc_proto_path so that IAMPolicy can be visible to GAPIC generation but hidden from gRPC generation
* Updating final_repo_dir for java due to repo rename
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.
Includes service, artman, GAPIC configs with hand-edits to required fields in the GAPIC config.
Note that this does not address the Bigtable admin APIs.
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.
This will make it possible for remote pipeline to create a isloated/temporary directory to host input/output/intermediate data/files. The downside is that it requires user to specify googleapis directory location relative to ${ROOTREPO}.