Skip to content

Commit b6d8a43

Browse files
committed
adjust to latest of googleapis
1 parent 4b4f524 commit b6d8a43

11 files changed

+510
-267
lines changed

.repo-metadata.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"api_shortname": "pubsub",
33
"name_pretty": "Cloud Pub/Sub",
4+
"api_reference": "https://cloud.google.com/pubsub/",
45
"product_documentation": "https://cloud.google.com/pubsub/docs/",
5-
"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.",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/history",
7+
"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",
79
"release_level": "stable",
8-
"transport": "both",
910
"language": "java",
1011
"repo": "googleapis/java-pubsub",
1112
"repo_short": "java-pubsub",
1213
"distribution_name": "com.google.cloud:google-cloud-pubsub",
14+
"codeowner_team": "@googleapis/api-pubsub",
1315
"api_id": "pubsub.googleapis.com",
1416
"library_type": "GAPIC_COMBO",
1517
"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"
18+
"recommended_package": "com.google.cloud.pubsub.v1"
1919
}

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@ If you are using Maven without the BOM, add this to your dependencies:
5252
If you are using Gradle 5.x or later, add this to your dependencies:
5353

5454
```Groovy
55-
implementation platform('com.google.cloud:libraries-bom:26.40.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.42.0')
5656
5757
implementation 'com.google.cloud:google-cloud-pubsub'
5858
```
5959
If you are using Gradle without BOM, add this to your dependencies:
6060

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-pubsub:1.129.7'
62+
implementation 'com.google.cloud:google-cloud-pubsub:1.130.1'
6363
```
6464

6565
If you are using SBT, add this to your dependencies:
6666

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.129.7"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.130.1"
6969
```
7070
<!-- {x-version-update-end} -->
7171

@@ -319,10 +319,6 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-pubsub/tree/m
319319

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

322-
## Transport
323-
324-
Cloud Pub/Sub uses both gRPC and HTTP/JSON for the transport layer.
325-
326322
## Supported Java Versions
327323

328324
Java 8 or above is required for using this client.
@@ -415,7 +411,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
415411
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
416412
[stability-image]: https://img.shields.io/badge/stability-stable-green
417413
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
418-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.129.7
414+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.130.1
419415
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
420416
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
421417
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)