Skip to content

Commit a46c8d2

Browse files
1 parent 503b498 commit a46c8d2

10 files changed

Lines changed: 96 additions & 28 deletions

File tree

clients/google-api-services-firebaseappcheck/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firebaseappcheck</artifactId>
25-
<version>v1-rev20260711-2.0.0</version>
25+
<version>v1-rev20260717-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1-rev20260711-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1-rev20260717-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseappcheck/v1/2.0.0/com/google/api/services/firebaseappcheck/v1/Firebaseappcheck.java

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6530,7 +6530,12 @@ public List set(String parameterName, Object value) {
65306530
* Realtime Database) * `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
65316531
* `firebaseml.googleapis.com` (Firebase AI Logic) Google Maps Platform services: * `maps-
65326532
* backend.googleapis.com` (Maps JavaScript API) * `places.googleapis.com` (Places API (New))
6533-
* Other supported Google services: * `oauth2.googleapis.com` (Google Identity for iOS)
6533+
* Other supported Google services: * `oauth2.googleapis.com` (Google Identity for iOS) Note:
6534+
* While all the supported `service_id`s may appear to be subdomains of `googleapis.com`, the
6535+
* `service_id` has no semantic meaning beyond identifying the service to App Check. It is
6536+
* not intended to represent the actual domain to which your apps send traffic, nor is it
6537+
* necessarily the API that should be enabled to use the service. For information on using
6538+
* these Google services, consult their documentation.
65346539
* @param content the {@link com.google.api.services.firebaseappcheck.v1.model.GoogleFirebaseAppcheckV1Service}
65356540
* @return the request
65366541
*/
@@ -6567,7 +6572,12 @@ public class Patch extends FirebaseappcheckRequest<com.google.api.services.fireb
65676572
* Realtime Database) * `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
65686573
* `firebaseml.googleapis.com` (Firebase AI Logic) Google Maps Platform services: * `maps-
65696574
* backend.googleapis.com` (Maps JavaScript API) * `places.googleapis.com` (Places API (New))
6570-
* Other supported Google services: * `oauth2.googleapis.com` (Google Identity for iOS)
6575+
* Other supported Google services: * `oauth2.googleapis.com` (Google Identity for iOS) Note:
6576+
* While all the supported `service_id`s may appear to be subdomains of `googleapis.com`, the
6577+
* `service_id` has no semantic meaning beyond identifying the service to App Check. It is
6578+
* not intended to represent the actual domain to which your apps send traffic, nor is it
6579+
* necessarily the API that should be enabled to use the service. For information on using
6580+
* these Google services, consult their documentation.
65716581
* @param content the {@link com.google.api.services.firebaseappcheck.v1.model.GoogleFirebaseAppcheckV1Service}
65726582
* @since 1.13
65736583
*/
@@ -6647,7 +6657,11 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
66476657
* Firebase) * `firebaseml.googleapis.com` (Firebase AI Logic) Google Maps Platform
66486658
* services: * `maps-backend.googleapis.com` (Maps JavaScript API) * `places.googleapis.com`
66496659
* (Places API (New)) Other supported Google services: * `oauth2.googleapis.com` (Google
6650-
* Identity for iOS)
6660+
* Identity for iOS) Note: While all the supported `service_id`s may appear to be subdomains
6661+
* of `googleapis.com`, the `service_id` has no semantic meaning beyond identifying the
6662+
* service to App Check. It is not intended to represent the actual domain to which your
6663+
* apps send traffic, nor is it necessarily the API that should be enabled to use the
6664+
* service. For information on using these Google services, consult their documentation.
66516665
*/
66526666
@com.google.api.client.util.Key
66536667
private java.lang.String name;
@@ -6661,7 +6675,11 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
66616675
`firebasestorage.googleapis.com` (Cloud Storage for Firebase) * `firebaseml.googleapis.com`
66626676
(Firebase AI Logic) Google Maps Platform services: * `maps-backend.googleapis.com` (Maps JavaScript
66636677
API) * `places.googleapis.com` (Places API (New)) Other supported Google services: *
6664-
`oauth2.googleapis.com` (Google Identity for iOS)
6678+
`oauth2.googleapis.com` (Google Identity for iOS) Note: While all the supported `service_id`s may
6679+
appear to be subdomains of `googleapis.com`, the `service_id` has no semantic meaning beyond
6680+
identifying the service to App Check. It is not intended to represent the actual domain to which
6681+
your apps send traffic, nor is it necessarily the API that should be enabled to use the service.
6682+
For information on using these Google services, consult their documentation.
66656683
*/
66666684
public java.lang.String getName() {
66676685
return name;
@@ -6678,7 +6696,11 @@ public java.lang.String getName() {
66786696
* Firebase) * `firebaseml.googleapis.com` (Firebase AI Logic) Google Maps Platform
66796697
* services: * `maps-backend.googleapis.com` (Maps JavaScript API) * `places.googleapis.com`
66806698
* (Places API (New)) Other supported Google services: * `oauth2.googleapis.com` (Google
6681-
* Identity for iOS)
6699+
* Identity for iOS) Note: While all the supported `service_id`s may appear to be subdomains
6700+
* of `googleapis.com`, the `service_id` has no semantic meaning beyond identifying the
6701+
* service to App Check. It is not intended to represent the actual domain to which your
6702+
* apps send traffic, nor is it necessarily the API that should be enabled to use the
6703+
* service. For information on using these Google services, consult their documentation.
66826704
*/
66836705
public Patch setName(java.lang.String name) {
66846706
if (!getSuppressPatternChecks()) {

clients/google-api-services-firebaseappcheck/v1/2.0.0/com/google/api/services/firebaseappcheck/v1/model/GoogleFirebaseAppcheckV1Service.java

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ public final class GoogleFirebaseAppcheckV1Service extends com.google.api.client
5656
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) * `firebaseml.googleapis.com`
5757
* (Firebase AI Logic) Google Maps Platform services: * `maps-backend.googleapis.com` (Maps
5858
* JavaScript API) * `places.googleapis.com` (Places API (New)) Other supported Google services: *
59-
* `oauth2.googleapis.com` (Google Identity for iOS)
59+
* `oauth2.googleapis.com` (Google Identity for iOS) Note: While all the supported `service_id`s
60+
* may appear to be subdomains of `googleapis.com`, the `service_id` has no semantic meaning
61+
* beyond identifying the service to App Check. It is not intended to represent the actual domain
62+
* to which your apps send traffic, nor is it necessarily the API that should be enabled to use
63+
* the service. For information on using these Google services, consult their documentation.
6064
* The value may be {@code null}.
6165
*/
6266
@com.google.api.client.util.Key
@@ -132,7 +136,11 @@ public GoogleFirebaseAppcheckV1Service setEtag(java.lang.String etag) {
132136
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) * `firebaseml.googleapis.com`
133137
* (Firebase AI Logic) Google Maps Platform services: * `maps-backend.googleapis.com` (Maps
134138
* JavaScript API) * `places.googleapis.com` (Places API (New)) Other supported Google services: *
135-
* `oauth2.googleapis.com` (Google Identity for iOS)
139+
* `oauth2.googleapis.com` (Google Identity for iOS) Note: While all the supported `service_id`s
140+
* may appear to be subdomains of `googleapis.com`, the `service_id` has no semantic meaning
141+
* beyond identifying the service to App Check. It is not intended to represent the actual domain
142+
* to which your apps send traffic, nor is it necessarily the API that should be enabled to use
143+
* the service. For information on using these Google services, consult their documentation.
136144
* @return value or {@code null} for none
137145
*/
138146
public java.lang.String getName() {
@@ -149,7 +157,11 @@ public java.lang.String getName() {
149157
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) * `firebaseml.googleapis.com`
150158
* (Firebase AI Logic) Google Maps Platform services: * `maps-backend.googleapis.com` (Maps
151159
* JavaScript API) * `places.googleapis.com` (Places API (New)) Other supported Google services: *
152-
* `oauth2.googleapis.com` (Google Identity for iOS)
160+
* `oauth2.googleapis.com` (Google Identity for iOS) Note: While all the supported `service_id`s
161+
* may appear to be subdomains of `googleapis.com`, the `service_id` has no semantic meaning
162+
* beyond identifying the service to App Check. It is not intended to represent the actual domain
163+
* to which your apps send traffic, nor is it necessarily the API that should be enabled to use
164+
* the service. For information on using these Google services, consult their documentation.
153165
* @param name name or {@code null} for none
154166
*/
155167
public GoogleFirebaseAppcheckV1Service setName(java.lang.String name) {

clients/google-api-services-firebaseappcheck/v1/2.0.0/pom.xml

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

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-firebaseappcheck</artifactId>
11-
<version>v1-rev20260711-2.0.0</version>
12-
<name>Firebase App Check API v1-rev20260711-2.0.0</name>
11+
<version>v1-rev20260717-2.0.0</version>
12+
<name>Firebase App Check API v1-rev20260717-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebaseappcheck/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firebaseappcheck</artifactId>
25-
<version>v1-rev20260711-2.0.0</version>
25+
<version>v1-rev20260717-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1-rev20260711-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1-rev20260717-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firebaseappcheck</artifactId>
25-
<version>v1beta-rev20260711-2.0.0</version>
25+
<version>v1beta-rev20260717-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1beta-rev20260711-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1beta-rev20260717-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseappcheck/v1beta/2.0.0/com/google/api/services/firebaseappcheck/v1beta/Firebaseappcheck.java

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7636,7 +7636,12 @@ public List set(String parameterName, Object value) {
76367636
* Realtime Database) * `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
76377637
* `firebaseml.googleapis.com` (Firebase AI Logic) Google Maps Platform services: * `maps-
76387638
* backend.googleapis.com` (Maps JavaScript API) * `places.googleapis.com` (Places API (New))
7639-
* Other supported Google services: * `oauth2.googleapis.com` (Google Identity for iOS)
7639+
* Other supported Google services: * `oauth2.googleapis.com` (Google Identity for iOS) Note:
7640+
* While all the supported `service_id`s may appear to be subdomains of `googleapis.com`, the
7641+
* `service_id` has no semantic meaning beyond identifying the service to App Check. It is
7642+
* not intended to represent the actual domain to which your apps send traffic, nor is it
7643+
* necessarily the API that should be enabled to use the service. For information on using
7644+
* these Google services, consult their documentation.
76407645
* @param content the {@link com.google.api.services.firebaseappcheck.v1beta.model.GoogleFirebaseAppcheckV1betaService}
76417646
* @return the request
76427647
*/
@@ -7673,7 +7678,12 @@ public class Patch extends FirebaseappcheckRequest<com.google.api.services.fireb
76737678
* Realtime Database) * `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
76747679
* `firebaseml.googleapis.com` (Firebase AI Logic) Google Maps Platform services: * `maps-
76757680
* backend.googleapis.com` (Maps JavaScript API) * `places.googleapis.com` (Places API (New))
7676-
* Other supported Google services: * `oauth2.googleapis.com` (Google Identity for iOS)
7681+
* Other supported Google services: * `oauth2.googleapis.com` (Google Identity for iOS) Note:
7682+
* While all the supported `service_id`s may appear to be subdomains of `googleapis.com`, the
7683+
* `service_id` has no semantic meaning beyond identifying the service to App Check. It is
7684+
* not intended to represent the actual domain to which your apps send traffic, nor is it
7685+
* necessarily the API that should be enabled to use the service. For information on using
7686+
* these Google services, consult their documentation.
76777687
* @param content the {@link com.google.api.services.firebaseappcheck.v1beta.model.GoogleFirebaseAppcheckV1betaService}
76787688
* @since 1.13
76797689
*/
@@ -7753,7 +7763,11 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
77537763
* Firebase) * `firebaseml.googleapis.com` (Firebase AI Logic) Google Maps Platform
77547764
* services: * `maps-backend.googleapis.com` (Maps JavaScript API) * `places.googleapis.com`
77557765
* (Places API (New)) Other supported Google services: * `oauth2.googleapis.com` (Google
7756-
* Identity for iOS)
7766+
* Identity for iOS) Note: While all the supported `service_id`s may appear to be subdomains
7767+
* of `googleapis.com`, the `service_id` has no semantic meaning beyond identifying the
7768+
* service to App Check. It is not intended to represent the actual domain to which your
7769+
* apps send traffic, nor is it necessarily the API that should be enabled to use the
7770+
* service. For information on using these Google services, consult their documentation.
77577771
*/
77587772
@com.google.api.client.util.Key
77597773
private java.lang.String name;
@@ -7767,7 +7781,11 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
77677781
`firebasestorage.googleapis.com` (Cloud Storage for Firebase) * `firebaseml.googleapis.com`
77687782
(Firebase AI Logic) Google Maps Platform services: * `maps-backend.googleapis.com` (Maps JavaScript
77697783
API) * `places.googleapis.com` (Places API (New)) Other supported Google services: *
7770-
`oauth2.googleapis.com` (Google Identity for iOS)
7784+
`oauth2.googleapis.com` (Google Identity for iOS) Note: While all the supported `service_id`s may
7785+
appear to be subdomains of `googleapis.com`, the `service_id` has no semantic meaning beyond
7786+
identifying the service to App Check. It is not intended to represent the actual domain to which
7787+
your apps send traffic, nor is it necessarily the API that should be enabled to use the service.
7788+
For information on using these Google services, consult their documentation.
77717789
*/
77727790
public java.lang.String getName() {
77737791
return name;
@@ -7784,7 +7802,11 @@ public java.lang.String getName() {
77847802
* Firebase) * `firebaseml.googleapis.com` (Firebase AI Logic) Google Maps Platform
77857803
* services: * `maps-backend.googleapis.com` (Maps JavaScript API) * `places.googleapis.com`
77867804
* (Places API (New)) Other supported Google services: * `oauth2.googleapis.com` (Google
7787-
* Identity for iOS)
7805+
* Identity for iOS) Note: While all the supported `service_id`s may appear to be subdomains
7806+
* of `googleapis.com`, the `service_id` has no semantic meaning beyond identifying the
7807+
* service to App Check. It is not intended to represent the actual domain to which your
7808+
* apps send traffic, nor is it necessarily the API that should be enabled to use the
7809+
* service. For information on using these Google services, consult their documentation.
77887810
*/
77897811
public Patch setName(java.lang.String name) {
77907812
if (!getSuppressPatternChecks()) {

clients/google-api-services-firebaseappcheck/v1beta/2.0.0/com/google/api/services/firebaseappcheck/v1beta/model/GoogleFirebaseAppcheckV1betaService.java

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ public final class GoogleFirebaseAppcheckV1betaService extends com.google.api.cl
5656
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) * `firebaseml.googleapis.com`
5757
* (Firebase AI Logic) Google Maps Platform services: * `maps-backend.googleapis.com` (Maps
5858
* JavaScript API) * `places.googleapis.com` (Places API (New)) Other supported Google services: *
59-
* `oauth2.googleapis.com` (Google Identity for iOS)
59+
* `oauth2.googleapis.com` (Google Identity for iOS) Note: While all the supported `service_id`s
60+
* may appear to be subdomains of `googleapis.com`, the `service_id` has no semantic meaning
61+
* beyond identifying the service to App Check. It is not intended to represent the actual domain
62+
* to which your apps send traffic, nor is it necessarily the API that should be enabled to use
63+
* the service. For information on using these Google services, consult their documentation.
6064
* The value may be {@code null}.
6165
*/
6266
@com.google.api.client.util.Key
@@ -132,7 +136,11 @@ public GoogleFirebaseAppcheckV1betaService setEtag(java.lang.String etag) {
132136
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) * `firebaseml.googleapis.com`
133137
* (Firebase AI Logic) Google Maps Platform services: * `maps-backend.googleapis.com` (Maps
134138
* JavaScript API) * `places.googleapis.com` (Places API (New)) Other supported Google services: *
135-
* `oauth2.googleapis.com` (Google Identity for iOS)
139+
* `oauth2.googleapis.com` (Google Identity for iOS) Note: While all the supported `service_id`s
140+
* may appear to be subdomains of `googleapis.com`, the `service_id` has no semantic meaning
141+
* beyond identifying the service to App Check. It is not intended to represent the actual domain
142+
* to which your apps send traffic, nor is it necessarily the API that should be enabled to use
143+
* the service. For information on using these Google services, consult their documentation.
136144
* @return value or {@code null} for none
137145
*/
138146
public java.lang.String getName() {
@@ -149,7 +157,11 @@ public java.lang.String getName() {
149157
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) * `firebaseml.googleapis.com`
150158
* (Firebase AI Logic) Google Maps Platform services: * `maps-backend.googleapis.com` (Maps
151159
* JavaScript API) * `places.googleapis.com` (Places API (New)) Other supported Google services: *
152-
* `oauth2.googleapis.com` (Google Identity for iOS)
160+
* `oauth2.googleapis.com` (Google Identity for iOS) Note: While all the supported `service_id`s
161+
* may appear to be subdomains of `googleapis.com`, the `service_id` has no semantic meaning
162+
* beyond identifying the service to App Check. It is not intended to represent the actual domain
163+
* to which your apps send traffic, nor is it necessarily the API that should be enabled to use
164+
* the service. For information on using these Google services, consult their documentation.
153165
* @param name name or {@code null} for none
154166
*/
155167
public GoogleFirebaseAppcheckV1betaService setName(java.lang.String name) {

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

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

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-firebaseappcheck</artifactId>
11-
<version>v1beta-rev20260711-2.0.0</version>
12-
<name>Firebase App Check API v1beta-rev20260711-2.0.0</name>
11+
<version>v1beta-rev20260717-2.0.0</version>
12+
<name>Firebase App Check API v1beta-rev20260717-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)