diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/README.md b/clients/google-api-services-firebasedataconnect/v1/2.0.0/README.md index 132c46ce751..f30bbcda33c 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/README.md +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/README.md @@ -1,14 +1,14 @@ -# Firebase Data Connect API Client Library for Java +# Firebase SQL Connect API Client Library for Java Firebase SQL Connect is a relational database service for mobile and web apps that lets you build and scale using a fully-managed PostgreSQL database powered by Cloud SQL. The REST API lets developers manage the connections to their database, change the schema of their database, and query the database. -This page contains information about getting started with the Firebase Data Connect API +This page contains information about getting started with the Firebase SQL Connect API using the Google API Client Library for Java. In addition, you may be interested in the following documentation: -* Browse the [Javadoc reference for the Firebase Data Connect API][javadoc] +* Browse the [Javadoc reference for the Firebase SQL Connect API][javadoc] * Read the [Developer's Guide for the Google API Client Library for Java][google-api-client]. -* Interact with this API in your browser using the [APIs Explorer for the Firebase Data Connect API][api-explorer] +* Interact with this API in your browser using the [APIs Explorer for the Firebase SQL Connect API][api-explorer] ## Installation @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebasedataconnect - v1-rev20260502-2.0.0 + v1-rev20260531-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20260502-2.0.0' + implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20260531-2.0.0' } ``` diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/FirebaseDataConnect.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/FirebaseDataConnect.java index f34e37bdd67..b2be13804e2 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/FirebaseDataConnect.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/FirebaseDataConnect.java @@ -49,7 +49,7 @@ public class FirebaseDataConnect extends com.google.api.client.googleapis.servic com.google.api.client.googleapis.GoogleUtils.MAJOR_VERSION >= 2, "You are currently running with version %s of google-api-client. " + "You need at least version 1.31.1 of google-api-client to run version " + - "2.0.0 of the Firebase Data Connect API library.", com.google.api.client.googleapis.GoogleUtils.VERSION); + "2.0.0 of the Firebase SQL Connect API library.", com.google.api.client.googleapis.GoogleUtils.VERSION); } /** diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/FirebaseDataConnectScopes.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/FirebaseDataConnectScopes.java index 9c319631374..897e7cd24c0 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/FirebaseDataConnectScopes.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/FirebaseDataConnectScopes.java @@ -17,7 +17,7 @@ package com.google.api.services.firebasedataconnect.v1; /** - * Available OAuth 2.0 scopes for use with the Firebase Data Connect API. + * Available OAuth 2.0 scopes for use with the Firebase SQL Connect API. * * @since 1.4 */ diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CancelOperationRequest.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CancelOperationRequest.java index 31ff21493ec..e941bb57ea9 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CancelOperationRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CancelOperationRequest.java @@ -20,7 +20,7 @@ * The request message for Operations.CancelOperation. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ClientCache.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ClientCache.java index 9c439b7e1c2..45b8f69db32 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ClientCache.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ClientCache.java @@ -20,7 +20,7 @@ * Client caching settings of a connector. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CloudSqlInstance.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CloudSqlInstance.java index 95ccf0fe4a9..e908f3242f3 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CloudSqlInstance.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CloudSqlInstance.java @@ -20,7 +20,7 @@ * Settings for CloudSQL instance configuration. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CodeChunk.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CodeChunk.java index c4962251a44..96e99a2e2de 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CodeChunk.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/CodeChunk.java @@ -20,7 +20,7 @@ * A chunk of code. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Connector.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Connector.java index e46af5f44cc..8d43d590b99 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Connector.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Connector.java @@ -20,7 +20,7 @@ * Connector consists of a set of operations, i.e. queries and mutations. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/DataConnectProperties.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/DataConnectProperties.java index e80c71a208c..cb6834ae308 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/DataConnectProperties.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/DataConnectProperties.java @@ -20,7 +20,7 @@ * SQL Connect specific properties for a path under response.data. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Datasource.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Datasource.java index 6869328cad7..2dca2244cb8 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Datasource.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Datasource.java @@ -20,7 +20,7 @@ * A data source that backs Firebase SQL Connect services. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Empty.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Empty.java index 9a3f3cd8767..6f6f78880e4 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Empty.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Empty.java @@ -22,7 +22,7 @@ * instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteMutationRequest.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteMutationRequest.java index 6cb15d8b381..6ed464ff426 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteMutationRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteMutationRequest.java @@ -20,7 +20,7 @@ * The ExecuteMutation request to Firebase SQL Connect. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteMutationResponse.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteMutationResponse.java index 18a634a17d0..f1ba410e782 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteMutationResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteMutationResponse.java @@ -20,7 +20,7 @@ * The ExecuteMutation response from Firebase SQL Connect. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteQueryRequest.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteQueryRequest.java index 1127376cfaa..6ab06d8288e 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteQueryRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteQueryRequest.java @@ -20,7 +20,7 @@ * The ExecuteQuery request to Firebase SQL Connect. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteQueryResponse.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteQueryResponse.java index 0b78eb28271..1f0c73b3a90 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteQueryResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ExecuteQueryResponse.java @@ -20,7 +20,7 @@ * The ExecuteQuery response from Firebase SQL Connect. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/File.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/File.java index 49c272aa504..319002b4fb8 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/File.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/File.java @@ -20,7 +20,7 @@ * Individual files. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateQueryRequest.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateQueryRequest.java index 2310352060e..a2cbd3d87b7 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateQueryRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateQueryRequest.java @@ -20,7 +20,7 @@ * Request message for GenerateQuery. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateQueryResponse.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateQueryResponse.java index dcca01d760a..446b362fc5f 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateQueryResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateQueryResponse.java @@ -20,7 +20,7 @@ * Output for streaming generate query requests * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateSchemaRequest.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateSchemaRequest.java index ffab9b45555..8eb6e1135a6 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateSchemaRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateSchemaRequest.java @@ -20,7 +20,7 @@ * Request message for GenerateSchema. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateSchemaResponse.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateSchemaResponse.java index 85c0077292a..b0e1d8eb7d6 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateSchemaResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerateSchemaResponse.java @@ -20,7 +20,7 @@ * Output for streaming generate schema requests * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerationStatus.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerationStatus.java index 83d9b765425..764c39033ca 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerationStatus.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GenerationStatus.java @@ -20,7 +20,7 @@ * Represents the progress of the server side generation request. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlError.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlError.java index d9b1b0c7a21..ef2f5555296 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlError.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlError.java @@ -27,7 +27,7 @@ * of `GraphqlError` in response body. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlErrorExtensions.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlErrorExtensions.java index ca9c0c41fd6..d881f2e89fd 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlErrorExtensions.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlErrorExtensions.java @@ -20,7 +20,7 @@ * GraphqlErrorExtensions contains additional information of `GraphqlError`. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlRequest.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlRequest.java index 668a13fe80c..46952a2fd7c 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlRequest.java @@ -21,7 +21,7 @@ * https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#post * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlRequestExtensions.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlRequestExtensions.java index f0ea02f5a63..32095e4c8ff 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlRequestExtensions.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlRequestExtensions.java @@ -20,7 +20,7 @@ * GraphqlRequestExtensions contains additional information of `GraphqlRequest`. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlResponse.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlResponse.java index 350cb90e051..efa61352da1 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlResponse.java @@ -22,7 +22,7 @@ * https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#body * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlResponseExtensions.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlResponseExtensions.java index a42e1ba7bd7..0ad37c4cbf7 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlResponseExtensions.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/GraphqlResponseExtensions.java @@ -21,7 +21,7 @@ * `ExecuteQueryResponse`. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/HttpGraphql.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/HttpGraphql.java index ff8b816a917..669e0c58e76 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/HttpGraphql.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/HttpGraphql.java @@ -20,7 +20,7 @@ * Settings for HTTP GraphQL server webhook. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ImpersonateRequest.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ImpersonateRequest.java index 85d8fa8b5e5..a3134e637d5 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ImpersonateRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ImpersonateRequest.java @@ -20,7 +20,7 @@ * The Impersonate request to Firebase SQL Connect. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Impersonation.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Impersonation.java index 747d39ce1cf..3324864ecaa 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Impersonation.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Impersonation.java @@ -20,7 +20,7 @@ * Impersonation configures the Firebase Auth context to impersonate. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListConnectorsResponse.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListConnectorsResponse.java index 6773fd036ab..9dd5805fad5 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListConnectorsResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListConnectorsResponse.java @@ -22,7 +22,7 @@ * provided by using the query parameter `$fields` or the header `X-Goog-FieldMask`. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListLocationsResponse.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListLocationsResponse.java index 37aa9733930..60f6b46de4d 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListLocationsResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListLocationsResponse.java @@ -20,7 +20,7 @@ * The response message for Locations.ListLocations. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListOperationsResponse.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListOperationsResponse.java index 5339337abd5..3e55d3221b6 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListOperationsResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListOperationsResponse.java @@ -20,7 +20,7 @@ * The response message for Operations.ListOperations. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListSchemasResponse.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListSchemasResponse.java index 7c3487aca85..cd8e7cb6323 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListSchemasResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListSchemasResponse.java @@ -22,7 +22,7 @@ * by using the query parameter `$fields` or the header `X-Goog-FieldMask`. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListServicesResponse.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListServicesResponse.java index 46010773747..904a36498ec 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListServicesResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/ListServicesResponse.java @@ -20,7 +20,7 @@ * Message for response to listing Services. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Location.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Location.java index b49070bec5f..4f52ae9b6b4 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Location.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Location.java @@ -20,7 +20,7 @@ * A resource that represents a Google Cloud location. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Operation.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Operation.java index 782388f4aa3..a09deba09ab 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Operation.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Operation.java @@ -20,7 +20,7 @@ * This resource represents a long-running operation that is the result of a network API call. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/OperationMetadata.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/OperationMetadata.java index e3c39b83976..64275dcd2f4 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/OperationMetadata.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/OperationMetadata.java @@ -25,7 +25,7 @@ * data) and yaqs/4289526912465764352. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Part.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Part.java index a4f66ef2a50..d3810cfc5e5 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Part.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Part.java @@ -20,7 +20,7 @@ * Represents a chunk of content. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/PostgreSql.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/PostgreSql.java index 508f8197730..d51ea781fa3 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/PostgreSql.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/PostgreSql.java @@ -20,7 +20,7 @@ * Settings for PostgreSQL data source. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Schema.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Schema.java index 92983d390ad..03b020b3384 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Schema.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Schema.java @@ -20,7 +20,7 @@ * The application schema of a Firebase SQL Connect service. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Service.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Service.java index 85a95ae794f..6c92c6f5a41 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Service.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Service.java @@ -20,7 +20,7 @@ * A Firebase SQL Connect service. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Source.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Source.java index 67526e4dcee..a52e2eb99ce 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Source.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Source.java @@ -20,7 +20,7 @@ * Used to represent a set of source files. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/SourceLocation.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/SourceLocation.java index fbf02944747..d53576b62f7 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/SourceLocation.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/SourceLocation.java @@ -20,7 +20,7 @@ * SourceLocation references a location in a GraphQL source. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Status.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Status.java index 59bf32d0254..3ce2d30019e 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Status.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Status.java @@ -24,7 +24,7 @@ * Guide](https://cloud.google.com/apis/design/errors). * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/TextChunk.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/TextChunk.java index 760f173ff2d..85d43f7c443 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/TextChunk.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/TextChunk.java @@ -20,7 +20,7 @@ * A chunk of conversational text. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Workaround.java b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Workaround.java index 004a069f57c..649b1e483ec 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Workaround.java +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/Workaround.java @@ -20,7 +20,7 @@ * Workaround provides suggestions to address errors and warnings. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1/2.0.0/pom.xml b/clients/google-api-services-firebasedataconnect/v1/2.0.0/pom.xml index ebe300f7ea4..f696eba0c4c 100644 --- a/clients/google-api-services-firebasedataconnect/v1/2.0.0/pom.xml +++ b/clients/google-api-services-firebasedataconnect/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-firebasedataconnect - v1-rev20260502-2.0.0 - Firebase Data Connect API v1-rev20260502-2.0.0 + v1-rev20260531-2.0.0 + Firebase SQL Connect API v1-rev20260531-2.0.0 jar 2011 @@ -85,8 +85,8 @@ none - Firebase Data Connect API ${project.version} - Firebase Data Connect API ${project.version} + Firebase SQL Connect API ${project.version} + Firebase SQL Connect API ${project.version} http://docs.oracle.com/javase/7/docs/api https://googleapis.dev/java/google-http-client/${httpClientLibrary}/ diff --git a/clients/google-api-services-firebasedataconnect/v1/README.md b/clients/google-api-services-firebasedataconnect/v1/README.md index 132c46ce751..f30bbcda33c 100644 --- a/clients/google-api-services-firebasedataconnect/v1/README.md +++ b/clients/google-api-services-firebasedataconnect/v1/README.md @@ -1,14 +1,14 @@ -# Firebase Data Connect API Client Library for Java +# Firebase SQL Connect API Client Library for Java Firebase SQL Connect is a relational database service for mobile and web apps that lets you build and scale using a fully-managed PostgreSQL database powered by Cloud SQL. The REST API lets developers manage the connections to their database, change the schema of their database, and query the database. -This page contains information about getting started with the Firebase Data Connect API +This page contains information about getting started with the Firebase SQL Connect API using the Google API Client Library for Java. In addition, you may be interested in the following documentation: -* Browse the [Javadoc reference for the Firebase Data Connect API][javadoc] +* Browse the [Javadoc reference for the Firebase SQL Connect API][javadoc] * Read the [Developer's Guide for the Google API Client Library for Java][google-api-client]. -* Interact with this API in your browser using the [APIs Explorer for the Firebase Data Connect API][api-explorer] +* Interact with this API in your browser using the [APIs Explorer for the Firebase SQL Connect API][api-explorer] ## Installation @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebasedataconnect - v1-rev20260502-2.0.0 + v1-rev20260531-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20260502-2.0.0' + implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20260531-2.0.0' } ``` diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/README.md b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/README.md index e6d75ba3acc..a7f86fd4ff7 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/README.md +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/README.md @@ -1,14 +1,14 @@ -# Firebase Data Connect API Client Library for Java +# Firebase SQL Connect API Client Library for Java Firebase SQL Connect is a relational database service for mobile and web apps that lets you build and scale using a fully-managed PostgreSQL database powered by Cloud SQL. The REST API lets developers manage the connections to their database, change the schema of their database, and query the database. -This page contains information about getting started with the Firebase Data Connect API +This page contains information about getting started with the Firebase SQL Connect API using the Google API Client Library for Java. In addition, you may be interested in the following documentation: -* Browse the [Javadoc reference for the Firebase Data Connect API][javadoc] +* Browse the [Javadoc reference for the Firebase SQL Connect API][javadoc] * Read the [Developer's Guide for the Google API Client Library for Java][google-api-client]. -* Interact with this API in your browser using the [APIs Explorer for the Firebase Data Connect API][api-explorer] +* Interact with this API in your browser using the [APIs Explorer for the Firebase SQL Connect API][api-explorer] ## Installation @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebasedataconnect - v1beta-rev20260502-2.0.0 + v1beta-rev20260531-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebasedataconnect:v1beta-rev20260502-2.0.0' + implementation 'com.google.apis:google-api-services-firebasedataconnect:v1beta-rev20260531-2.0.0' } ``` diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/FirebaseDataConnect.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/FirebaseDataConnect.java index bb17e96db65..a30fe7e48f8 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/FirebaseDataConnect.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/FirebaseDataConnect.java @@ -49,7 +49,7 @@ public class FirebaseDataConnect extends com.google.api.client.googleapis.servic com.google.api.client.googleapis.GoogleUtils.MAJOR_VERSION >= 2, "You are currently running with version %s of google-api-client. " + "You need at least version 1.31.1 of google-api-client to run version " + - "2.0.0 of the Firebase Data Connect API library.", com.google.api.client.googleapis.GoogleUtils.VERSION); + "2.0.0 of the Firebase SQL Connect API library.", com.google.api.client.googleapis.GoogleUtils.VERSION); } /** diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/FirebaseDataConnectScopes.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/FirebaseDataConnectScopes.java index 292bb02c9a1..54eb56d006f 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/FirebaseDataConnectScopes.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/FirebaseDataConnectScopes.java @@ -17,7 +17,7 @@ package com.google.api.services.firebasedataconnect.v1beta; /** - * Available OAuth 2.0 scopes for use with the Firebase Data Connect API. + * Available OAuth 2.0 scopes for use with the Firebase SQL Connect API. * * @since 1.4 */ diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CancelOperationRequest.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CancelOperationRequest.java index b0441f20ecf..548bf9773ca 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CancelOperationRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CancelOperationRequest.java @@ -20,7 +20,7 @@ * The request message for Operations.CancelOperation. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ClientCache.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ClientCache.java index 1e3f65a461c..7c8e00f0ce6 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ClientCache.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ClientCache.java @@ -20,7 +20,7 @@ * Client caching settings of a connector. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CloudSqlInstance.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CloudSqlInstance.java index be49d50e663..aa72d0b27ce 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CloudSqlInstance.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CloudSqlInstance.java @@ -20,7 +20,7 @@ * Settings for CloudSQL instance configuration. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CodeChunk.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CodeChunk.java index 767b603bec6..09c16ceee90 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CodeChunk.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/CodeChunk.java @@ -20,7 +20,7 @@ * A chunk of code. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Connector.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Connector.java index bd4f983c7da..c8256c521c6 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Connector.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Connector.java @@ -20,7 +20,7 @@ * Connector consists of a set of operations, i.e. queries and mutations. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/DataConnectProperties.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/DataConnectProperties.java index f507f7337e7..784152de86a 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/DataConnectProperties.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/DataConnectProperties.java @@ -20,7 +20,7 @@ * SQL Connect specific properties for a path under response.data. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Datasource.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Datasource.java index d61f488cfe6..7a107844af2 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Datasource.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Datasource.java @@ -20,7 +20,7 @@ * A data source that backs Firebase SQL Connect services. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Empty.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Empty.java index b91512db1fb..ff9700f2879 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Empty.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Empty.java @@ -22,7 +22,7 @@ * instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteMutationRequest.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteMutationRequest.java index a0bc14dc5a5..b1090aca1b5 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteMutationRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteMutationRequest.java @@ -20,7 +20,7 @@ * The ExecuteMutation request to Firebase SQL Connect. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteMutationResponse.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteMutationResponse.java index 9f1d26a73f9..d6126b28337 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteMutationResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteMutationResponse.java @@ -20,7 +20,7 @@ * The ExecuteMutation response from Firebase SQL Connect. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteQueryRequest.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteQueryRequest.java index 43a4d40fce3..f934a29bc77 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteQueryRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteQueryRequest.java @@ -20,7 +20,7 @@ * The ExecuteQuery request to Firebase SQL Connect. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteQueryResponse.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteQueryResponse.java index 30ea29a9885..0f2b1aa2d2a 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteQueryResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ExecuteQueryResponse.java @@ -20,7 +20,7 @@ * The ExecuteQuery response from Firebase SQL Connect. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/File.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/File.java index e0ca09c4f98..6c3bdd93bb8 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/File.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/File.java @@ -20,7 +20,7 @@ * Individual files. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateQueryRequest.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateQueryRequest.java index 41993a22fb5..84c5396a476 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateQueryRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateQueryRequest.java @@ -20,7 +20,7 @@ * Request message for GenerateQuery. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateQueryResponse.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateQueryResponse.java index 71b6600e33f..c45921f6c1f 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateQueryResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateQueryResponse.java @@ -20,7 +20,7 @@ * Output for streaming generate query requests * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateSchemaRequest.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateSchemaRequest.java index 91804db215b..601c45a40c5 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateSchemaRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateSchemaRequest.java @@ -20,7 +20,7 @@ * Request message for GenerateSchema. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateSchemaResponse.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateSchemaResponse.java index d75e4ab8249..3b0706fc662 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateSchemaResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerateSchemaResponse.java @@ -20,7 +20,7 @@ * Output for streaming generate schema requests * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerationStatus.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerationStatus.java index 3a179f684bf..a37b76165d1 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerationStatus.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GenerationStatus.java @@ -20,7 +20,7 @@ * Represents the progress of the server side generation request. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlError.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlError.java index ba9112edfd4..0cc593d89cf 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlError.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlError.java @@ -27,7 +27,7 @@ * of `GraphqlError` in response body. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlErrorExtensions.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlErrorExtensions.java index 2f0baa0fe5d..b53eb012bfb 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlErrorExtensions.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlErrorExtensions.java @@ -20,7 +20,7 @@ * GraphqlErrorExtensions contains additional information of `GraphqlError`. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlRequest.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlRequest.java index 4a40457baa6..9c65d631833 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlRequest.java @@ -21,7 +21,7 @@ * https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#post * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlRequestExtensions.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlRequestExtensions.java index 04972e867f6..3e1afd61138 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlRequestExtensions.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlRequestExtensions.java @@ -20,7 +20,7 @@ * GraphqlRequestExtensions contains additional information of `GraphqlRequest`. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlResponse.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlResponse.java index 4b979d7f703..e36b2983ef0 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlResponse.java @@ -22,7 +22,7 @@ * https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#body * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlResponseExtensions.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlResponseExtensions.java index 26dfc139d77..82cda6d2941 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlResponseExtensions.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/GraphqlResponseExtensions.java @@ -21,7 +21,7 @@ * `ExecuteQueryResponse`. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/HttpGraphql.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/HttpGraphql.java index da71aea859f..1e12e9163cf 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/HttpGraphql.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/HttpGraphql.java @@ -20,7 +20,7 @@ * Settings for HTTP GraphQL server webhook. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ImpersonateRequest.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ImpersonateRequest.java index 908e94b02c7..22c1b332cb3 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ImpersonateRequest.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ImpersonateRequest.java @@ -20,7 +20,7 @@ * The Impersonate request to Firebase SQL Connect. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Impersonation.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Impersonation.java index 5878613015c..a3f72413960 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Impersonation.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Impersonation.java @@ -20,7 +20,7 @@ * Impersonation configures the Firebase Auth context to impersonate. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListConnectorsResponse.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListConnectorsResponse.java index 5e2928038ff..ed0dfa6d730 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListConnectorsResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListConnectorsResponse.java @@ -22,7 +22,7 @@ * provided by using the query parameter `$fields` or the header `X-Goog-FieldMask`. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListLocationsResponse.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListLocationsResponse.java index 4fa3acde52f..68a2d83df30 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListLocationsResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListLocationsResponse.java @@ -20,7 +20,7 @@ * The response message for Locations.ListLocations. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListOperationsResponse.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListOperationsResponse.java index a310d21e112..951cae39a70 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListOperationsResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListOperationsResponse.java @@ -20,7 +20,7 @@ * The response message for Operations.ListOperations. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListSchemasResponse.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListSchemasResponse.java index c57026639fc..2018724be03 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListSchemasResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListSchemasResponse.java @@ -22,7 +22,7 @@ * by using the query parameter `$fields` or the header `X-Goog-FieldMask`. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListServicesResponse.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListServicesResponse.java index 929bbce0417..97b3c9ba273 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListServicesResponse.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/ListServicesResponse.java @@ -20,7 +20,7 @@ * Message for response to listing Services. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Location.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Location.java index 6210d06087b..c65fb4dd6b8 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Location.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Location.java @@ -20,7 +20,7 @@ * A resource that represents a Google Cloud location. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Operation.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Operation.java index 0ed5c18bbbd..315b15a5380 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Operation.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Operation.java @@ -20,7 +20,7 @@ * This resource represents a long-running operation that is the result of a network API call. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/OperationMetadata.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/OperationMetadata.java index ef7f95d83b1..67cdbe7dae5 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/OperationMetadata.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/OperationMetadata.java @@ -25,7 +25,7 @@ * data) and yaqs/4289526912465764352. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Part.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Part.java index d0b4512f7a4..5a0a9c982e8 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Part.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Part.java @@ -20,7 +20,7 @@ * Represents a chunk of content. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/PostgreSql.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/PostgreSql.java index c3e829b519a..9fc07bfddff 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/PostgreSql.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/PostgreSql.java @@ -20,7 +20,7 @@ * Settings for PostgreSQL data source. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Schema.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Schema.java index b36ebfb029a..33deeb05ff0 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Schema.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Schema.java @@ -20,7 +20,7 @@ * The application schema of a Firebase SQL Connect service. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Service.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Service.java index d97aa37f8f2..4de8e677cbc 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Service.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Service.java @@ -20,7 +20,7 @@ * A Firebase SQL Connect service. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Source.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Source.java index c2a96cc0bb1..4760ebc574f 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Source.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Source.java @@ -20,7 +20,7 @@ * Used to represent a set of source files. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/SourceLocation.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/SourceLocation.java index 8ea90d97d27..1e1a6308fa5 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/SourceLocation.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/SourceLocation.java @@ -20,7 +20,7 @@ * SourceLocation references a location in a GraphQL source. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Status.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Status.java index 4cf63f66eed..51b7c5f59bd 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Status.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Status.java @@ -24,7 +24,7 @@ * Guide](https://cloud.google.com/apis/design/errors). * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/TextChunk.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/TextChunk.java index 1a1bfaab5e1..03074bd3027 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/TextChunk.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/TextChunk.java @@ -20,7 +20,7 @@ * A chunk of conversational text. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Workaround.java b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Workaround.java index 6f0f9c95818..6d79d92c8d3 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Workaround.java +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/Workaround.java @@ -20,7 +20,7 @@ * Workaround provides suggestions to address errors and warnings. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Firebase Data Connect API. For a detailed explanation + * transmitted over HTTP when working with the Firebase SQL Connect API. For a detailed explanation * see: * https://developers.google.com/api-client-library/java/google-http-java-client/json *

diff --git a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/pom.xml b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/pom.xml index e9d6ee20470..d6ef3d512f5 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/pom.xml +++ b/clients/google-api-services-firebasedataconnect/v1beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-firebasedataconnect - v1beta-rev20260502-2.0.0 - Firebase Data Connect API v1beta-rev20260502-2.0.0 + v1beta-rev20260531-2.0.0 + Firebase SQL Connect API v1beta-rev20260531-2.0.0 jar 2011 @@ -85,8 +85,8 @@ none - Firebase Data Connect API ${project.version} - Firebase Data Connect API ${project.version} + Firebase SQL Connect API ${project.version} + Firebase SQL Connect API ${project.version} http://docs.oracle.com/javase/7/docs/api https://googleapis.dev/java/google-http-client/${httpClientLibrary}/ diff --git a/clients/google-api-services-firebasedataconnect/v1beta/README.md b/clients/google-api-services-firebasedataconnect/v1beta/README.md index e6d75ba3acc..a7f86fd4ff7 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/README.md +++ b/clients/google-api-services-firebasedataconnect/v1beta/README.md @@ -1,14 +1,14 @@ -# Firebase Data Connect API Client Library for Java +# Firebase SQL Connect API Client Library for Java Firebase SQL Connect is a relational database service for mobile and web apps that lets you build and scale using a fully-managed PostgreSQL database powered by Cloud SQL. The REST API lets developers manage the connections to their database, change the schema of their database, and query the database. -This page contains information about getting started with the Firebase Data Connect API +This page contains information about getting started with the Firebase SQL Connect API using the Google API Client Library for Java. In addition, you may be interested in the following documentation: -* Browse the [Javadoc reference for the Firebase Data Connect API][javadoc] +* Browse the [Javadoc reference for the Firebase SQL Connect API][javadoc] * Read the [Developer's Guide for the Google API Client Library for Java][google-api-client]. -* Interact with this API in your browser using the [APIs Explorer for the Firebase Data Connect API][api-explorer] +* Interact with this API in your browser using the [APIs Explorer for the Firebase SQL Connect API][api-explorer] ## Installation @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebasedataconnect - v1beta-rev20260502-2.0.0 + v1beta-rev20260531-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebasedataconnect:v1beta-rev20260502-2.0.0' + implementation 'com.google.apis:google-api-services-firebasedataconnect:v1beta-rev20260531-2.0.0' } ```