Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs: generate sample code in the Java microgenerator (#351)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/e60e4eed-29ea-40db-9d76-db4f7b86bd2c/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 356341083
Source-Link: googleapis/googleapis@8d8c008
  • Loading branch information
yoshi-automation committed Feb 9, 2021
1 parent 05c3823 commit bc17256
Show file tree
Hide file tree
Showing 7 changed files with 2,486 additions and 2 deletions.

Large diffs are not rendered by default.

Expand Up @@ -23,6 +23,13 @@
* in their applications.
*
* <p>Sample for CloudTasksClient:
*
* <pre>{@code
* try (CloudTasksClient cloudTasksClient = CloudTasksClient.create()) {
* QueueName name = QueueName.of("[PROJECT]", "[LOCATION]", "[QUEUE]");
* Queue response = cloudTasksClient.getQueue(name);
* }
* }</pre>
*/
@Generated("by gapic-generator-java")
package com.google.cloud.tasks.v2;
Expand Down

0 comments on commit bc17256

Please sign in to comment.