googleapis/google/cloud/tasks/v2beta3
Google APIs bc76ffd873 Use rules_proto bzl files to load proto_library
This makes googleapis forward compatible with Bazel incompatible change https://github.com/bazelbuild/bazel/issues/8922.

This CL was created by adding @rules_proto to the WORKSPACE file and then running:

find . -name BUILD.bazel | \
  while read build; do \
    buildifier --lint=fix --warnings=load $build; \
  done

Since buildifier cannot be told not to reformat the BUILD file, some files are reformatted.

PiperOrigin-RevId: 280356106
2019-11-13 22:28:15 -08:00
..
BUILD.bazel Use rules_proto bzl files to load proto_library 2019-11-13 22:28:15 -08:00
cloudtasks.proto Synchronize new proto/yaml changes. 2019-09-26 11:26:30 -07:00
cloudtasks_gapic.yaml Synchronize new proto/yaml changes. 2019-05-09 10:56:46 -07:00
queue.proto Synchronize new proto/yaml changes. 2019-08-20 11:15:43 -07:00
target.proto Synchronize new proto/yaml changes. 2019-08-20 11:15:43 -07:00
task.proto Synchronize new proto/yaml changes. 2019-08-20 11:15:43 -07:00