Skip to content

Commit

Permalink
chore: regenerate firebaseappdistribution client (#24248)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Dec 21, 2024
1 parent 888af1f commit 17ba195
Show file tree
Hide file tree
Showing 21 changed files with 1,131 additions and 25 deletions.
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-firebaseappdistribution</artifactId>
<version>v1-rev20240605-2.0.0</version>
<version>v1-rev20241115-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1-rev20240605-2.0.0'
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1-rev20241115-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@ public class Operations {
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
* methods to check whether the cancellation succeeded or whether the operation completed despite
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* Create a request for the method "operations.cancel".
Expand Down Expand Up @@ -1974,7 +1974,7 @@ public class Cancel extends FirebaseAppDistributionRequest<com.google.api.servic
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
* methods to check whether the cancellation succeeded or whether the operation completed despite
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* Create a request for the method "operations.cancel".
Expand Down
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-firebaseappdistribution</artifactId>
<version>v1-rev20240605-2.0.0</version>
<name>Firebase App Distribution API v1-rev20240605-2.0.0</name>
<version>v1-rev20241115-2.0.0</version>
<name>Firebase App Distribution API v1-rev20241115-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down Expand Up @@ -90,7 +90,7 @@
<windowtitle>Firebase App Distribution API ${project.version}</windowtitle>
<links>
<link>http://docs.oracle.com/javase/7/docs/api</link>
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
</links>
Expand Down
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-firebaseappdistribution</artifactId>
<version>v1-rev20240605-2.0.0</version>
<version>v1-rev20241115-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1-rev20240605-2.0.0'
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1-rev20241115-2.0.0'
}
```

Expand Down
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-firebaseappdistribution</artifactId>
<version>v1alpha-rev20241101-2.0.0</version>
<version>v1alpha-rev20241204-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20241101-2.0.0'
implementation 'com.google.apis:google-api-services-firebaseappdistribution:v1alpha-rev20241204-2.0.0'
}
```

Expand Down
Loading

0 comments on commit 17ba195

Please sign in to comment.