Skip to content

Commit

Permalink
fix: migrate tasks/v2beta3 to grpc_service_config
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 316908726
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 17, 2020
1 parent 7272af3 commit 8c53b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
3 changes: 3 additions & 0 deletions google/cloud/tasks/v2beta3/BUILD.bazel
Expand Up @@ -67,6 +67,7 @@ java_gapic_library(
name = "tasks_java_gapic",
src = ":tasks_proto_with_info",
gapic_yaml = "cloudtasks_gapic.yaml",
grpc_service_config = "cloudtasks_grpc_service_config.json",
package = "google.cloud.tasks.v2beta3",
service_yaml = "cloudtasks_v2beta3.yaml",
test_deps = [
Expand Down Expand Up @@ -197,6 +198,7 @@ py_gapic_library(
name = "tasks_py_gapic",
src = ":tasks_proto_with_info",
gapic_yaml = "cloudtasks_gapic.yaml",
grpc_service_config = "cloudtasks_grpc_service_config.json",
package = "google.cloud.tasks.v2beta3",
service_yaml = "cloudtasks_v2beta3.yaml",
deps = [
Expand Down Expand Up @@ -241,6 +243,7 @@ php_gapic_library(
name = "tasks_php_gapic",
src = ":tasks_proto_with_info",
gapic_yaml = "cloudtasks_gapic.yaml",
grpc_service_config = "cloudtasks_grpc_service_config.json",
package = "google.cloud.tasks.v2beta3",
service_yaml = "cloudtasks_v2beta3.yaml",
deps = [
Expand Down
40 changes: 0 additions & 40 deletions google/cloud/tasks/v2beta3/cloudtasks_gapic.yaml
Expand Up @@ -16,43 +16,3 @@ language_settings:
package_name: Google\Cloud\Tasks\V2beta3
nodejs:
package_name: tasks.v2beta3
interfaces:
- name: google.cloud.tasks.v2beta3.CloudTasks
methods:
- name: ListQueues
timeout_millis: 10000
- name: GetQueue
timeout_millis: 10000
- name: CreateQueue
timeout_millis: 10000
- name: UpdateQueue
timeout_millis: 10000
- name: DeleteQueue
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 10000
- name: PurgeQueue
timeout_millis: 10000
- name: PauseQueue
timeout_millis: 10000
- name: ResumeQueue
timeout_millis: 10000
- name: GetIamPolicy
retry_codes_name: idempotent
timeout_millis: 10000
- name: SetIamPolicy
timeout_millis: 10000
- name: TestIamPermissions
retry_codes_name: idempotent
timeout_millis: 10000
- name: ListTasks
timeout_millis: 10000
- name: GetTask
timeout_millis: 10000
- name: CreateTask
timeout_millis: 10000
- name: DeleteTask
retry_codes_name: idempotent
timeout_millis: 10000
- name: RunTask
timeout_millis: 10000

0 comments on commit 8c53b2c

Please sign in to comment.