Skip to content

Commit

Permalink
chore: regenerate pubsub client (#17978)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 5, 2023
1 parent 09b8650 commit ba88e6c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-pubsub/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-pubsub</artifactId>
<version>v1-rev20230801-2.0.0</version>
<version>v1-rev20230830-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-pubsub:v1-rev20230801-2.0.0'
implementation 'com.google.apis:google-api-services-pubsub:v1-rev20230830-2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-pubsub/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-pubsub</artifactId>
<version>v1-rev20230801-2.0.0</version>
<name>Cloud Pub/Sub API v1-rev20230801-2.0.0</name>
<version>v1-rev20230830-2.0.0</version>
<name>Cloud Pub/Sub API v1-rev20230830-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-pubsub/v1beta1a/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-pubsub</artifactId>
<version>v1beta1a-rev20230711-2.0.0</version>
<version>v1beta1a-rev20230830-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-pubsub:v1beta1a-rev20230711-2.0.0'
implementation 'com.google.apis:google-api-services-pubsub:v1beta1a-rev20230830-2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-pubsub/v1beta1a/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-pubsub</artifactId>
<version>v1beta1a-rev20230711-2.0.0</version>
<name>Cloud Pub/Sub API v1beta1a-rev20230711-2.0.0</name>
<version>v1beta1a-rev20230830-2.0.0</version>
<name>Cloud Pub/Sub API v1beta1a-rev20230830-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-pubsub/v1beta2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-pubsub</artifactId>
<version>v1beta2-rev20230801-2.0.0</version>
<version>v1beta2-rev20230830-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-pubsub:v1beta2-rev20230801-2.0.0'
implementation 'com.google.apis:google-api-services-pubsub:v1beta2-rev20230830-2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-pubsub/v1beta2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-pubsub</artifactId>
<version>v1beta2-rev20230801-2.0.0</version>
<name>Cloud Pub/Sub API v1beta2-rev20230801-2.0.0</name>
<version>v1beta2-rev20230830-2.0.0</version>
<name>Cloud Pub/Sub API v1beta2-rev20230830-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit ba88e6c

Please sign in to comment.