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 c52dc4b5382..24f58ff432f 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 @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebasedataconnect - v1-rev20260719-2.0.0 + v1-rev20260726-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20260719-2.0.0' + implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20260726-2.0.0' } ``` 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 6c92c6f5a41..ffccef76a0c 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 @@ -37,6 +37,19 @@ public final class Service extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.util.Map annotations; + /** + * Output only. The list of connectors in this service. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.List connectors; + + static { + // hack to force ProGuard to consider Connector used, since otherwise it would be stripped out + // see https://github.com/google/google-api-java-client/issues/543 + com.google.api.client.util.Data.nullOf(Connector.class); + } + /** * Output only. [Output only] Create time stamp. * The value may be {@code null}. @@ -84,6 +97,26 @@ public final class Service extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.lang.Boolean reconciling; + /** + * Output only. The list of schemas in this service. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.List schemas; + + static { + // hack to force ProGuard to consider Schema used, since otherwise it would be stripped out + // see https://github.com/google/google-api-java-client/issues/543 + com.google.api.client.util.Data.nullOf(Schema.class); + } + + /** + * Optional. Input only. The source files for service, schemas, and connectors. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private Source source; + /** * Output only. System-assigned, unique identifier. * The value may be {@code null}. @@ -115,6 +148,23 @@ public Service setAnnotations(java.util.Map annotation return this; } + /** + * Output only. The list of connectors in this service. + * @return value or {@code null} for none + */ + public java.util.List getConnectors() { + return connectors; + } + + /** + * Output only. The list of connectors in this service. + * @param connectors connectors or {@code null} for none + */ + public Service setConnectors(java.util.List connectors) { + this.connectors = connectors; + return this; + } + /** * Output only. [Output only] Create time stamp. * @return value or {@code null} for none @@ -227,6 +277,40 @@ public Service setReconciling(java.lang.Boolean reconciling) { return this; } + /** + * Output only. The list of schemas in this service. + * @return value or {@code null} for none + */ + public java.util.List getSchemas() { + return schemas; + } + + /** + * Output only. The list of schemas in this service. + * @param schemas schemas or {@code null} for none + */ + public Service setSchemas(java.util.List schemas) { + this.schemas = schemas; + return this; + } + + /** + * Optional. Input only. The source files for service, schemas, and connectors. + * @return value or {@code null} for none + */ + public Source getSource() { + return source; + } + + /** + * Optional. Input only. The source files for service, schemas, and connectors. + * @param source source or {@code null} for none + */ + public Service setSource(Source source) { + this.source = source; + return this; + } + /** * Output only. System-assigned, unique identifier. * @return value or {@code null} for none 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 8c0221b59bf..ad80b8436c7 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-rev20260719-2.0.0 - Firebase SQL Connect API v1-rev20260719-2.0.0 + v1-rev20260726-2.0.0 + Firebase SQL Connect API v1-rev20260726-2.0.0 jar 2011 diff --git a/clients/google-api-services-firebasedataconnect/v1/README.md b/clients/google-api-services-firebasedataconnect/v1/README.md index c52dc4b5382..24f58ff432f 100644 --- a/clients/google-api-services-firebasedataconnect/v1/README.md +++ b/clients/google-api-services-firebasedataconnect/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebasedataconnect - v1-rev20260719-2.0.0 + v1-rev20260726-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20260719-2.0.0' + implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20260726-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 dc674ea90c4..7b5ac5331bb 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 @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebasedataconnect - v1beta-rev20260719-2.0.0 + v1beta-rev20260726-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebasedataconnect:v1beta-rev20260719-2.0.0' + implementation 'com.google.apis:google-api-services-firebasedataconnect:v1beta-rev20260726-2.0.0' } ``` 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 4de8e677cbc..6da0cf47bde 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 @@ -37,6 +37,19 @@ public final class Service extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.util.Map annotations; + /** + * Output only. The list of connectors in this service. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.List connectors; + + static { + // hack to force ProGuard to consider Connector used, since otherwise it would be stripped out + // see https://github.com/google/google-api-java-client/issues/543 + com.google.api.client.util.Data.nullOf(Connector.class); + } + /** * Output only. [Output only] Create time stamp. * The value may be {@code null}. @@ -84,6 +97,26 @@ public final class Service extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.lang.Boolean reconciling; + /** + * Output only. The list of schemas in this service. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.List schemas; + + static { + // hack to force ProGuard to consider Schema used, since otherwise it would be stripped out + // see https://github.com/google/google-api-java-client/issues/543 + com.google.api.client.util.Data.nullOf(Schema.class); + } + + /** + * Optional. Input only. The source files for service, schemas, and connectors. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private Source source; + /** * Output only. System-assigned, unique identifier. * The value may be {@code null}. @@ -115,6 +148,23 @@ public Service setAnnotations(java.util.Map annotation return this; } + /** + * Output only. The list of connectors in this service. + * @return value or {@code null} for none + */ + public java.util.List getConnectors() { + return connectors; + } + + /** + * Output only. The list of connectors in this service. + * @param connectors connectors or {@code null} for none + */ + public Service setConnectors(java.util.List connectors) { + this.connectors = connectors; + return this; + } + /** * Output only. [Output only] Create time stamp. * @return value or {@code null} for none @@ -227,6 +277,40 @@ public Service setReconciling(java.lang.Boolean reconciling) { return this; } + /** + * Output only. The list of schemas in this service. + * @return value or {@code null} for none + */ + public java.util.List getSchemas() { + return schemas; + } + + /** + * Output only. The list of schemas in this service. + * @param schemas schemas or {@code null} for none + */ + public Service setSchemas(java.util.List schemas) { + this.schemas = schemas; + return this; + } + + /** + * Optional. Input only. The source files for service, schemas, and connectors. + * @return value or {@code null} for none + */ + public Source getSource() { + return source; + } + + /** + * Optional. Input only. The source files for service, schemas, and connectors. + * @param source source or {@code null} for none + */ + public Service setSource(Source source) { + this.source = source; + return this; + } + /** * Output only. System-assigned, unique identifier. * @return value or {@code null} for none 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 426425bf235..c5b61b5f595 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-rev20260719-2.0.0 - Firebase SQL Connect API v1beta-rev20260719-2.0.0 + v1beta-rev20260726-2.0.0 + Firebase SQL Connect API v1beta-rev20260726-2.0.0 jar 2011 diff --git a/clients/google-api-services-firebasedataconnect/v1beta/README.md b/clients/google-api-services-firebasedataconnect/v1beta/README.md index dc674ea90c4..7b5ac5331bb 100644 --- a/clients/google-api-services-firebasedataconnect/v1beta/README.md +++ b/clients/google-api-services-firebasedataconnect/v1beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebasedataconnect - v1beta-rev20260719-2.0.0 + v1beta-rev20260726-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebasedataconnect:v1beta-rev20260719-2.0.0' + implementation 'com.google.apis:google-api-services-firebasedataconnect:v1beta-rev20260726-2.0.0' } ```