Skip to content

Commit 0a3cf67

Browse files
1 parent eb9dbd9 commit 0a3cf67

15 files changed

+133
-102
lines changed

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-rev20240708-2.0.0</version>
25+
<version>v1-rev20240930-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-rev20240708-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1-rev20240930-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: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6798,7 +6798,8 @@ public BatchUpdate set(String parameterName, Object value) {
67986798
* must be a supported service ID. Currently, the following service IDs are supported: *
67996799
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
68006800
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) *
6801-
* `firestore.googleapis.com` (Cloud Firestore)
6801+
* `firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity
6802+
* for iOS)
68026803
* @return the request
68036804
*/
68046805
public Get get(java.lang.String name) throws java.io.IOException {
@@ -6829,7 +6830,8 @@ public class Get extends FirebaseappcheckRequest<com.google.api.services.firebas
68296830
* must be a supported service ID. Currently, the following service IDs are supported: *
68306831
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
68316832
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) *
6832-
* `firestore.googleapis.com` (Cloud Firestore)
6833+
* `firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity
6834+
* for iOS)
68336835
* @since 1.13
68346836
*/
68356837
protected Get(java.lang.String name) {
@@ -6913,7 +6915,8 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
69136915
* must be a supported service ID. Currently, the following service IDs are supported: *
69146916
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
69156917
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) *
6916-
* `firestore.googleapis.com` (Cloud Firestore)
6918+
* `firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity
6919+
* for iOS)
69176920
*/
69186921
@com.google.api.client.util.Key
69196922
private java.lang.String name;
@@ -6922,7 +6925,8 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
69226925
projects/{project_number}/services/{service_id} ``` Note that the `service_id` element must be a
69236926
supported service ID. Currently, the following service IDs are supported: *
69246927
`firebasestorage.googleapis.com` (Cloud Storage for Firebase) * `firebasedatabase.googleapis.com`
6925-
(Firebase Realtime Database) * `firestore.googleapis.com` (Cloud Firestore)
6928+
(Firebase Realtime Database) * `firestore.googleapis.com` (Cloud Firestore) *
6929+
`oauth2.googleapis.com` (Google Identity for iOS)
69266930
*/
69276931
public java.lang.String getName() {
69286932
return name;
@@ -6934,7 +6938,8 @@ public java.lang.String getName() {
69346938
* must be a supported service ID. Currently, the following service IDs are supported: *
69356939
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
69366940
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) *
6937-
* `firestore.googleapis.com` (Cloud Firestore)
6941+
* `firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity
6942+
* for iOS)
69386943
*/
69396944
public Get setName(java.lang.String name) {
69406945
if (!getSuppressPatternChecks()) {
@@ -7170,7 +7175,8 @@ public List set(String parameterName, Object value) {
71707175
* must be a supported service ID. Currently, the following service IDs are supported: *
71717176
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
71727177
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) *
7173-
* `firestore.googleapis.com` (Cloud Firestore)
7178+
* `firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity
7179+
* for iOS)
71747180
* @param content the {@link com.google.api.services.firebaseappcheck.v1.model.GoogleFirebaseAppcheckV1Service}
71757181
* @return the request
71767182
*/
@@ -7203,7 +7209,8 @@ public class Patch extends FirebaseappcheckRequest<com.google.api.services.fireb
72037209
* must be a supported service ID. Currently, the following service IDs are supported: *
72047210
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
72057211
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) *
7206-
* `firestore.googleapis.com` (Cloud Firestore)
7212+
* `firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity
7213+
* for iOS)
72077214
* @param content the {@link com.google.api.services.firebaseappcheck.v1.model.GoogleFirebaseAppcheckV1Service}
72087215
* @since 1.13
72097216
*/
@@ -7278,7 +7285,8 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
72787285
* element must be a supported service ID. Currently, the following service IDs are
72797286
* supported: * `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
72807287
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) *
7281-
* `firestore.googleapis.com` (Cloud Firestore)
7288+
* `firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity
7289+
* for iOS)
72827290
*/
72837291
@com.google.api.client.util.Key
72847292
private java.lang.String name;
@@ -7287,7 +7295,8 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
72877295
projects/{project_number}/services/{service_id} ``` Note that the `service_id` element must be a
72887296
supported service ID. Currently, the following service IDs are supported: *
72897297
`firebasestorage.googleapis.com` (Cloud Storage for Firebase) * `firebasedatabase.googleapis.com`
7290-
(Firebase Realtime Database) * `firestore.googleapis.com` (Cloud Firestore)
7298+
(Firebase Realtime Database) * `firestore.googleapis.com` (Cloud Firestore) *
7299+
`oauth2.googleapis.com` (Google Identity for iOS)
72917300
*/
72927301
public java.lang.String getName() {
72937302
return name;
@@ -7299,7 +7308,8 @@ public java.lang.String getName() {
72997308
* element must be a supported service ID. Currently, the following service IDs are
73007309
* supported: * `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
73017310
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) *
7302-
* `firestore.googleapis.com` (Cloud Firestore)
7311+
* `firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity
7312+
* for iOS)
73037313
*/
73047314
public Patch setName(java.lang.String name) {
73057315
if (!getSuppressPatternChecks()) {

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.firebaseappcheck.v1.model;
1818

1919
/**
20-
* Encapsulates an *App Check token*, which are used to access Firebase services protected by App
20+
* Encapsulates an *App Check token*, which are used to access backend services protected by App
2121
* Check.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
@@ -33,10 +33,10 @@ public final class GoogleFirebaseAppcheckV1AppCheckToken extends com.google.api.
3333

3434
/**
3535
* The App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/html/rfc7519)
36-
* containing claims that identify the attested app and Firebase project. This token is used to
37-
* access Firebase services protected by App Check. These tokens can also be [verified by your own
38-
* custom backends](https://firebase.google.com/docs/app-check/custom-resource-backend) using the
39-
* Firebase Admin SDK.
36+
* containing claims that identify the attested app and GCP project. This token is used to access
37+
* Google services protected by App Check. These tokens can also be [verified by your own custom
38+
* backends](https://firebase.google.com/docs/app-check/custom-resource-backend) using the
39+
* Firebase Admin SDK or third-party libraries.
4040
* The value may be {@code null}.
4141
*/
4242
@com.google.api.client.util.Key
@@ -53,10 +53,10 @@ public final class GoogleFirebaseAppcheckV1AppCheckToken extends com.google.api.
5353

5454
/**
5555
* The App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/html/rfc7519)
56-
* containing claims that identify the attested app and Firebase project. This token is used to
57-
* access Firebase services protected by App Check. These tokens can also be [verified by your own
58-
* custom backends](https://firebase.google.com/docs/app-check/custom-resource-backend) using the
59-
* Firebase Admin SDK.
56+
* containing claims that identify the attested app and GCP project. This token is used to access
57+
* Google services protected by App Check. These tokens can also be [verified by your own custom
58+
* backends](https://firebase.google.com/docs/app-check/custom-resource-backend) using the
59+
* Firebase Admin SDK or third-party libraries.
6060
* @return value or {@code null} for none
6161
*/
6262
public java.lang.String getToken() {
@@ -65,10 +65,10 @@ public java.lang.String getToken() {
6565

6666
/**
6767
* The App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/html/rfc7519)
68-
* containing claims that identify the attested app and Firebase project. This token is used to
69-
* access Firebase services protected by App Check. These tokens can also be [verified by your own
70-
* custom backends](https://firebase.google.com/docs/app-check/custom-resource-backend) using the
71-
* Firebase Admin SDK.
68+
* containing claims that identify the attested app and GCP project. This token is used to access
69+
* Google services protected by App Check. These tokens can also be [verified by your own custom
70+
* backends](https://firebase.google.com/docs/app-check/custom-resource-backend) using the
71+
* Firebase Admin SDK or third-party libraries.
7272
* @param token token or {@code null} for none
7373
*/
7474
public GoogleFirebaseAppcheckV1AppCheckToken setToken(java.lang.String token) {

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

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.firebaseappcheck.v1.model;
1818

1919
/**
20-
* App Check enforcement policy for a specific resource of a Firebase service supported by App
21-
* Check. Note that this policy will override the service-level configuration.
20+
* App Check enforcement policy for a specific resource of a Google service supported by App Check.
21+
* Note that this policy will override the service-level configuration.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Firebase App Check API. For a detailed explanation
@@ -61,11 +61,12 @@ public final class GoogleFirebaseAppcheckV1ResourcePolicy extends com.google.api
6161

6262
/**
6363
* Required. Service specific name of the resource object to which this policy applies, in the
64-
* format: * `//oauth2.googleapis.com/projects/{project_number}/oauthClients/{oauth_client_id}`
65-
* (Google Identity for iOS) Note that the resource must belong to the service specified in the
66-
* `name` and be from the same project as this policy, but the resource is allowed to be missing
67-
* at the time of creation of this policy; in that case, we make a best-effort attempt at
68-
* respecting this policy, but it may not have any effect until the resource is fully created.
64+
* format: * **iOS OAuth clients** (Google Identity for iOS):
65+
* `//oauth2.googleapis.com/projects/{project_number}/oauthClients/{oauth_client_id}` Note that
66+
* the resource must belong to the service specified in the `name` and be from the same project as
67+
* this policy, but the resource is allowed to be missing at the time of creation of this policy;
68+
* in that case, we make a best-effort attempt at respecting this policy, but it may not have any
69+
* effect until the resource is fully created.
6970
* The value may be {@code null}.
7071
*/
7172
@com.google.api.client.util.Key
@@ -146,11 +147,12 @@ public GoogleFirebaseAppcheckV1ResourcePolicy setName(java.lang.String name) {
146147

147148
/**
148149
* Required. Service specific name of the resource object to which this policy applies, in the
149-
* format: * `//oauth2.googleapis.com/projects/{project_number}/oauthClients/{oauth_client_id}`
150-
* (Google Identity for iOS) Note that the resource must belong to the service specified in the
151-
* `name` and be from the same project as this policy, but the resource is allowed to be missing
152-
* at the time of creation of this policy; in that case, we make a best-effort attempt at
153-
* respecting this policy, but it may not have any effect until the resource is fully created.
150+
* format: * **iOS OAuth clients** (Google Identity for iOS):
151+
* `//oauth2.googleapis.com/projects/{project_number}/oauthClients/{oauth_client_id}` Note that
152+
* the resource must belong to the service specified in the `name` and be from the same project as
153+
* this policy, but the resource is allowed to be missing at the time of creation of this policy;
154+
* in that case, we make a best-effort attempt at respecting this policy, but it may not have any
155+
* effect until the resource is fully created.
154156
* @return value or {@code null} for none
155157
*/
156158
public java.lang.String getTargetResource() {
@@ -159,11 +161,12 @@ public java.lang.String getTargetResource() {
159161

160162
/**
161163
* Required. Service specific name of the resource object to which this policy applies, in the
162-
* format: * `//oauth2.googleapis.com/projects/{project_number}/oauthClients/{oauth_client_id}`
163-
* (Google Identity for iOS) Note that the resource must belong to the service specified in the
164-
* `name` and be from the same project as this policy, but the resource is allowed to be missing
165-
* at the time of creation of this policy; in that case, we make a best-effort attempt at
166-
* respecting this policy, but it may not have any effect until the resource is fully created.
164+
* format: * **iOS OAuth clients** (Google Identity for iOS):
165+
* `//oauth2.googleapis.com/projects/{project_number}/oauthClients/{oauth_client_id}` Note that
166+
* the resource must belong to the service specified in the `name` and be from the same project as
167+
* this policy, but the resource is allowed to be missing at the time of creation of this policy;
168+
* in that case, we make a best-effort attempt at respecting this policy, but it may not have any
169+
* effect until the resource is fully created.
167170
* @param targetResource targetResource or {@code null} for none
168171
*/
169172
public GoogleFirebaseAppcheckV1ResourcePolicy setTargetResource(java.lang.String targetResource) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public final class GoogleFirebaseAppcheckV1Service extends com.google.api.client
4343
* a supported service ID. Currently, the following service IDs are supported: *
4444
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
4545
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) * `firestore.googleapis.com`
46-
* (Cloud Firestore)
46+
* (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity for iOS)
4747
* The value may be {@code null}.
4848
*/
4949
@com.google.api.client.util.Key
@@ -72,7 +72,7 @@ public GoogleFirebaseAppcheckV1Service setEnforcementMode(java.lang.String enfor
7272
* a supported service ID. Currently, the following service IDs are supported: *
7373
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
7474
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) * `firestore.googleapis.com`
75-
* (Cloud Firestore)
75+
* (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity for iOS)
7676
* @return value or {@code null} for none
7777
*/
7878
public java.lang.String getName() {
@@ -85,7 +85,7 @@ public java.lang.String getName() {
8585
* a supported service ID. Currently, the following service IDs are supported: *
8686
* `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
8787
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) * `firestore.googleapis.com`
88-
* (Cloud Firestore)
88+
* (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity for iOS)
8989
* @param name name or {@code null} for none
9090
*/
9191
public GoogleFirebaseAppcheckV1Service setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class GoogleFirebaseAppcheckV1UpdateServiceRequest extends com.goog
3737
* the `service_id` element must be a supported service ID. Currently, the following service IDs
3838
* are supported: * `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
3939
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) * `firestore.googleapis.com`
40-
* (Cloud Firestore)
40+
* (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity for iOS)
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -57,7 +57,7 @@ public final class GoogleFirebaseAppcheckV1UpdateServiceRequest extends com.goog
5757
* the `service_id` element must be a supported service ID. Currently, the following service IDs
5858
* are supported: * `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
5959
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) * `firestore.googleapis.com`
60-
* (Cloud Firestore)
60+
* (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity for iOS)
6161
* @return value or {@code null} for none
6262
*/
6363
public GoogleFirebaseAppcheckV1Service getService() {
@@ -70,7 +70,7 @@ public GoogleFirebaseAppcheckV1Service getService() {
7070
* the `service_id` element must be a supported service ID. Currently, the following service IDs
7171
* are supported: * `firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
7272
* `firebasedatabase.googleapis.com` (Firebase Realtime Database) * `firestore.googleapis.com`
73-
* (Cloud Firestore)
73+
* (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity for iOS)
7474
* @param service service or {@code null} for none
7575
*/
7676
public GoogleFirebaseAppcheckV1UpdateServiceRequest setService(GoogleFirebaseAppcheckV1Service service) {

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-rev20240708-2.0.0</version>
12-
<name>Firebase App Check API v1-rev20240708-2.0.0</name>
11+
<version>v1-rev20240930-2.0.0</version>
12+
<name>Firebase App Check API v1-rev20240930-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-rev20240708-2.0.0</version>
25+
<version>v1-rev20240930-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-rev20240708-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1-rev20240930-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-rev20240528-2.0.0</version>
25+
<version>v1beta-rev20240930-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-rev20240528-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1beta-rev20240930-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)