Skip to content

Commit 2c899bb

Browse files
1 parent 5d28001 commit 2c899bb

File tree

10 files changed

+29
-29
lines changed

10 files changed

+29
-29
lines changed

clients/google-api-services-firebasedatabase/v1beta/2.0.0/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Firebase Realtime Database API Client Library for Java
1+
# Firebase Realtime Database Management API Client Library for Java
22

33
The Firebase Realtime Database API enables programmatic provisioning and management of Realtime Database instances.
44

5-
This page contains information about getting started with the Firebase Realtime Database API
5+
This page contains information about getting started with the Firebase Realtime Database Management API
66
using the Google API Client Library for Java. In addition, you may be interested
77
in the following documentation:
88

9-
* Browse the [Javadoc reference for the Firebase Realtime Database API][javadoc]
9+
* Browse the [Javadoc reference for the Firebase Realtime Database Management API][javadoc]
1010
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11-
* Interact with this API in your browser using the [APIs Explorer for the Firebase Realtime Database API][api-explorer]
11+
* Interact with this API in your browser using the [APIs Explorer for the Firebase Realtime Database Management API][api-explorer]
1212

1313
## Installation
1414

@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firebasedatabase</artifactId>
25-
<version>v1beta-rev20221214-2.0.0</version>
25+
<version>v1beta-rev20241202-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firebasedatabase:v1beta-rev20221214-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebasedatabase:v1beta-rev20241202-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebasedatabase/v1beta/2.0.0/com/google/api/services/firebasedatabase/v1beta/FirebaseRealtimeDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class FirebaseRealtimeDatabase extends com.google.api.client.googleapis.s
4949
com.google.api.client.googleapis.GoogleUtils.MAJOR_VERSION >= 2,
5050
"You are currently running with version %s of google-api-client. " +
5151
"You need at least version 1.31.1 of google-api-client to run version " +
52-
"2.0.0 of the Firebase Realtime Database API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
52+
"2.0.0 of the Firebase Realtime Database Management API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
5353
}
5454

5555
/**

clients/google-api-services-firebasedatabase/v1beta/2.0.0/com/google/api/services/firebasedatabase/v1beta/FirebaseRealtimeDatabaseScopes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.firebasedatabase.v1beta;
1818

1919
/**
20-
* Available OAuth 2.0 scopes for use with the Firebase Realtime Database API.
20+
* Available OAuth 2.0 scopes for use with the Firebase Realtime Database Management API.
2121
*
2222
* @since 1.4
2323
*/

clients/google-api-services-firebasedatabase/v1beta/2.0.0/com/google/api/services/firebasedatabase/v1beta/model/DatabaseInstance.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
* DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24-
* transmitted over HTTP when working with the Firebase Realtime Database API. For a detailed
25-
* explanation see:
24+
* transmitted over HTTP when working with the Firebase Realtime Database Management API. For a
25+
* detailed explanation see:
2626
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2727
* </p>
2828
*

clients/google-api-services-firebasedatabase/v1beta/2.0.0/com/google/api/services/firebasedatabase/v1beta/model/DisableDatabaseInstanceRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* The request sent to the DisableDatabaseInstance method.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Firebase Realtime Database API. For a detailed
24-
* explanation see:
23+
* transmitted over HTTP when working with the Firebase Realtime Database Management API. For a
24+
* detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>
2727
*

clients/google-api-services-firebasedatabase/v1beta/2.0.0/com/google/api/services/firebasedatabase/v1beta/model/ListDatabaseInstancesResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* The response from the ListDatabaseInstances method.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Firebase Realtime Database API. For a detailed
24-
* explanation see:
23+
* transmitted over HTTP when working with the Firebase Realtime Database Management API. For a
24+
* detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>
2727
*

clients/google-api-services-firebasedatabase/v1beta/2.0.0/com/google/api/services/firebasedatabase/v1beta/model/ReenableDatabaseInstanceRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* The request sent to the ReenableDatabaseInstance method.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Firebase Realtime Database API. For a detailed
24-
* explanation see:
23+
* transmitted over HTTP when working with the Firebase Realtime Database Management API. For a
24+
* detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>
2727
*

clients/google-api-services-firebasedatabase/v1beta/2.0.0/com/google/api/services/firebasedatabase/v1beta/model/UndeleteDatabaseInstanceRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* The request sent to UndeleteDatabaseInstance method.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Firebase Realtime Database API. For a detailed
24-
* explanation see:
23+
* transmitted over HTTP when working with the Firebase Realtime Database Management API. For a
24+
* detailed explanation see:
2525
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2626
* </p>
2727
*

clients/google-api-services-firebasedatabase/v1beta/2.0.0/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-firebasedatabase</artifactId>
11-
<version>v1beta-rev20221214-2.0.0</version>
12-
<name>Firebase Realtime Database API v1beta-rev20221214-2.0.0</name>
11+
<version>v1beta-rev20241202-2.0.0</version>
12+
<name>Firebase Realtime Database Management API v1beta-rev20241202-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -86,11 +86,11 @@
8686
</executions>
8787
<configuration>
8888
<doclint>none</doclint>
89-
<doctitle>Firebase Realtime Database API ${project.version}</doctitle>
90-
<windowtitle>Firebase Realtime Database API ${project.version}</windowtitle>
89+
<doctitle>Firebase Realtime Database Management API ${project.version}</doctitle>
90+
<windowtitle>Firebase Realtime Database Management API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

clients/google-api-services-firebasedatabase/v1beta/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Firebase Realtime Database API Client Library for Java
1+
# Firebase Realtime Database Management API Client Library for Java
22

33
The Firebase Realtime Database API enables programmatic provisioning and management of Realtime Database instances.
44

5-
This page contains information about getting started with the Firebase Realtime Database API
5+
This page contains information about getting started with the Firebase Realtime Database Management API
66
using the Google API Client Library for Java. In addition, you may be interested
77
in the following documentation:
88

9-
* Browse the [Javadoc reference for the Firebase Realtime Database API][javadoc]
9+
* Browse the [Javadoc reference for the Firebase Realtime Database Management API][javadoc]
1010
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11-
* Interact with this API in your browser using the [APIs Explorer for the Firebase Realtime Database API][api-explorer]
11+
* Interact with this API in your browser using the [APIs Explorer for the Firebase Realtime Database Management API][api-explorer]
1212

1313
## Installation
1414

@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firebasedatabase</artifactId>
25-
<version>v1beta-rev20221214-2.0.0</version>
25+
<version>v1beta-rev20241202-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firebasedatabase:v1beta-rev20221214-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebasedatabase:v1beta-rev20241202-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)