Skip to content

Commit c11246b

Browse files
chore: Update generation configuration at Fri Jul 5 02:16:12 UTC 2024 (#2103)
* chore: Update generation configuration at Wed Jul 3 00:13:55 UTC 2024 * chore: generate libraries at Wed Jul 3 00:14:23 UTC 2024 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: Update generation configuration at Thu Jul 4 02:16:36 UTC 2024 * chore: generate libraries at Thu Jul 4 02:16:59 UTC 2024 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: Update generation configuration at Fri Jul 5 02:16:12 UTC 2024 * chore: generate libraries at Fri Jul 5 02:16:34 UTC 2024 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 283a5e8 commit c11246b

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.repo-metadata.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"api_shortname": "pubsub",
33
"name_pretty": "Cloud Pub/Sub",
4-
"api_reference": "https://cloud.google.com/pubsub/",
54
"product_documentation": "https://cloud.google.com/pubsub/docs/",
6-
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/history",
75
"api_description": "is designed to provide reliable, many-to-many, asynchronous messaging between applications. Publisher applications can send messages to a topic and other applications can subscribe to that topic to receive the messages. By decoupling senders and receivers, Google Cloud Pub/Sub allows developers to communicate between independently written applications.",
8-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559741",
6+
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/history",
97
"release_level": "stable",
8+
"transport": "both",
109
"language": "java",
1110
"repo": "googleapis/java-pubsub",
1211
"repo_short": "java-pubsub",
1312
"distribution_name": "com.google.cloud:google-cloud-pubsub",
14-
"codeowner_team": "@googleapis/api-pubsub",
1513
"api_id": "pubsub.googleapis.com",
1614
"library_type": "GAPIC_COMBO",
1715
"requires_billing": true,
16+
"api_reference": "https://cloud.google.com/pubsub/",
17+
"codeowner_team": "@googleapis/api-pubsub",
18+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559741",
1819
"recommended_package": "com.google.cloud.pubsub.v1"
1920
}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-pubsub/tree/m
320320

321321
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
322322

323+
## Transport
324+
325+
Cloud Pub/Sub uses both gRPC and HTTP/JSON for the transport layer.
326+
323327
## Supported Java Versions
324328

325329
Java 8 or above is required for using this client.

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.42.0
2-
googleapis_commitish: 6f289d775912966eb0cf04bda91e5e355c998d30
3-
libraries_bom_version: 26.38.0
2+
googleapis_commitish: 7976ffadc0f21ee9149708c0c97ef000e15de1eb
3+
libraries_bom_version: 26.42.0
44
libraries:
55
- api_shortname: pubsub
66
name_pretty: Cloud Pub/Sub

0 commit comments

Comments
 (0)