Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
chore: upgrade gapic-generator-python to 0.46.3 (#107)
PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: googleapis/googleapis-gen@0a3c7d2 feat: support self-signed JWT flow for service accounts fix: add async client to %name_%version/init.py chore: add autogenerated snippets chore: remove auth, policy, and options from the reserved names list chore: enable GAPIC metadata generation chore: sort subpackages in %namespace/%name/init.py
- Loading branch information
1 parent
c17e5dc
commit 1acf20c
Showing
67 changed files
with
3,437 additions
and
3,243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.tasks_v2", | ||
"protoPackage": "google.cloud.tasks.v2", | ||
"schema": "1.0", | ||
"services": { | ||
"CloudTasks": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "CloudTasksClient", | ||
"rpcs": { | ||
"CreateQueue": { | ||
"methods": [ | ||
"create_queue" | ||
] | ||
}, | ||
"CreateTask": { | ||
"methods": [ | ||
"create_task" | ||
] | ||
}, | ||
"DeleteQueue": { | ||
"methods": [ | ||
"delete_queue" | ||
] | ||
}, | ||
"DeleteTask": { | ||
"methods": [ | ||
"delete_task" | ||
] | ||
}, | ||
"GetIamPolicy": { | ||
"methods": [ | ||
"get_iam_policy" | ||
] | ||
}, | ||
"GetQueue": { | ||
"methods": [ | ||
"get_queue" | ||
] | ||
}, | ||
"GetTask": { | ||
"methods": [ | ||
"get_task" | ||
] | ||
}, | ||
"ListQueues": { | ||
"methods": [ | ||
"list_queues" | ||
] | ||
}, | ||
"ListTasks": { | ||
"methods": [ | ||
"list_tasks" | ||
] | ||
}, | ||
"PauseQueue": { | ||
"methods": [ | ||
"pause_queue" | ||
] | ||
}, | ||
"PurgeQueue": { | ||
"methods": [ | ||
"purge_queue" | ||
] | ||
}, | ||
"ResumeQueue": { | ||
"methods": [ | ||
"resume_queue" | ||
] | ||
}, | ||
"RunTask": { | ||
"methods": [ | ||
"run_task" | ||
] | ||
}, | ||
"SetIamPolicy": { | ||
"methods": [ | ||
"set_iam_policy" | ||
] | ||
}, | ||
"TestIamPermissions": { | ||
"methods": [ | ||
"test_iam_permissions" | ||
] | ||
}, | ||
"UpdateQueue": { | ||
"methods": [ | ||
"update_queue" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "CloudTasksAsyncClient", | ||
"rpcs": { | ||
"CreateQueue": { | ||
"methods": [ | ||
"create_queue" | ||
] | ||
}, | ||
"CreateTask": { | ||
"methods": [ | ||
"create_task" | ||
] | ||
}, | ||
"DeleteQueue": { | ||
"methods": [ | ||
"delete_queue" | ||
] | ||
}, | ||
"DeleteTask": { | ||
"methods": [ | ||
"delete_task" | ||
] | ||
}, | ||
"GetIamPolicy": { | ||
"methods": [ | ||
"get_iam_policy" | ||
] | ||
}, | ||
"GetQueue": { | ||
"methods": [ | ||
"get_queue" | ||
] | ||
}, | ||
"GetTask": { | ||
"methods": [ | ||
"get_task" | ||
] | ||
}, | ||
"ListQueues": { | ||
"methods": [ | ||
"list_queues" | ||
] | ||
}, | ||
"ListTasks": { | ||
"methods": [ | ||
"list_tasks" | ||
] | ||
}, | ||
"PauseQueue": { | ||
"methods": [ | ||
"pause_queue" | ||
] | ||
}, | ||
"PurgeQueue": { | ||
"methods": [ | ||
"purge_queue" | ||
] | ||
}, | ||
"ResumeQueue": { | ||
"methods": [ | ||
"resume_queue" | ||
] | ||
}, | ||
"RunTask": { | ||
"methods": [ | ||
"run_task" | ||
] | ||
}, | ||
"SetIamPolicy": { | ||
"methods": [ | ||
"set_iam_policy" | ||
] | ||
}, | ||
"TestIamPermissions": { | ||
"methods": [ | ||
"test_iam_permissions" | ||
] | ||
}, | ||
"UpdateQueue": { | ||
"methods": [ | ||
"update_queue" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.