Skip to content

Commit

Permalink
chore: regenerate firebaseappcheck client (#18332)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 11, 2023
1 parent dd6bdb9 commit d4cccb1
Show file tree
Hide file tree
Showing 20 changed files with 152 additions and 104 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-firebaseappcheck</artifactId>
<version>v1-rev20230825-2.0.0</version>
<version>v1-rev20231009-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1-rev20230825-2.0.0'
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1-rev20231009-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ public final class GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest ext
private java.lang.String challenge;

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -200,17 +201,19 @@ public GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest encodeChallenge
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @return value or {@code null} for none
*/
public java.lang.Boolean getLimitedUse() {
return limitedUse;
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @param limitedUse limitedUse or {@code null} for none
*/
public GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest setLimitedUse(java.lang.Boolean limitedUse) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ public final class GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationRequest e
private java.lang.String keyId;

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -205,17 +206,19 @@ public GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationRequest encodeKeyId(b
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @return value or {@code null} for none
*/
public java.lang.Boolean getLimitedUse() {
return limitedUse;
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @param limitedUse limitedUse or {@code null} for none
*/
public GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationRequest setLimitedUse(java.lang.Boolean limitedUse) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ public final class GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest extends co
private java.lang.String customToken;

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -63,17 +64,19 @@ public GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest setCustomToken(java.la
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @return value or {@code null} for none
*/
public java.lang.Boolean getLimitedUse() {
return limitedUse;
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @param limitedUse limitedUse or {@code null} for none
*/
public GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest setLimitedUse(java.lang.Boolean limitedUse) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ public final class GoogleFirebaseAppcheckV1ExchangeDebugTokenRequest extends com
private java.lang.String debugToken;

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -66,17 +67,19 @@ public GoogleFirebaseAppcheckV1ExchangeDebugTokenRequest setDebugToken(java.lang
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @return value or {@code null} for none
*/
public java.lang.Boolean getLimitedUse() {
return limitedUse;
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @param limitedUse limitedUse or {@code null} for none
*/
public GoogleFirebaseAppcheckV1ExchangeDebugTokenRequest setLimitedUse(java.lang.Boolean limitedUse) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ public final class GoogleFirebaseAppcheckV1ExchangeDeviceCheckTokenRequest exten
private java.lang.String deviceToken;

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -69,17 +70,19 @@ public GoogleFirebaseAppcheckV1ExchangeDeviceCheckTokenRequest setDeviceToken(ja
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @return value or {@code null} for none
*/
public java.lang.Boolean getLimitedUse() {
return limitedUse;
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @param limitedUse limitedUse or {@code null} for none
*/
public GoogleFirebaseAppcheckV1ExchangeDeviceCheckTokenRequest setLimitedUse(java.lang.Boolean limitedUse) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
public final class GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest extends com.google.api.client.json.GenericJson {

/**
* Forces a short-lived token with a 5 minute TTL. Useful when the client wishes to impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -48,17 +49,19 @@ public final class GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest ext
private java.lang.String playIntegrityToken;

/**
* Forces a short-lived token with a 5 minute TTL. Useful when the client wishes to impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @return value or {@code null} for none
*/
public java.lang.Boolean getLimitedUse() {
return limitedUse;
}

/**
* Forces a short-lived token with a 5 minute TTL. Useful when the client wishes to impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @param limitedUse limitedUse or {@code null} for none
*/
public GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest setLimitedUse(java.lang.Boolean limitedUse) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
public final class GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest extends com.google.api.client.json.GenericJson {

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -47,17 +48,19 @@ public final class GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenReque
private java.lang.String recaptchaEnterpriseToken;

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @return value or {@code null} for none
*/
public java.lang.Boolean getLimitedUse() {
return limitedUse;
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @param limitedUse limitedUse or {@code null} for none
*/
public GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest setLimitedUse(java.lang.Boolean limitedUse) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
public final class GoogleFirebaseAppcheckV1ExchangeRecaptchaV3TokenRequest extends com.google.api.client.json.GenericJson {

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -47,17 +48,19 @@ public final class GoogleFirebaseAppcheckV1ExchangeRecaptchaV3TokenRequest exten
private java.lang.String recaptchaV3Token;

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @return value or {@code null} for none
*/
public java.lang.Boolean getLimitedUse() {
return limitedUse;
}

/**
* Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @param limitedUse limitedUse or {@code null} for none
*/
public GoogleFirebaseAppcheckV1ExchangeRecaptchaV3TokenRequest setLimitedUse(java.lang.Boolean limitedUse) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-firebaseappcheck/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-firebaseappcheck</artifactId>
<version>v1-rev20230825-2.0.0</version>
<name>Firebase App Check API v1-rev20230825-2.0.0</name>
<version>v1-rev20231009-2.0.0</version>
<name>Firebase App Check API v1-rev20231009-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-firebaseappcheck</artifactId>
<version>v1beta-rev20230814-2.0.0</version>
<version>v1beta-rev20231009-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1beta-rev20230814-2.0.0'
implementation 'com.google.apis:google-api-services-firebaseappcheck:v1beta-rev20231009-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ public final class GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest
private java.lang.String challenge;

/**
* Forces a short-lived token with a 5 minute TTL. Useful when the client wishes to impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -200,17 +201,19 @@ public GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest encodeChall
}

/**
* Forces a short-lived token with a 5 minute TTL. Useful when the client wishes to impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @return value or {@code null} for none
*/
public java.lang.Boolean getLimitedUse() {
return limitedUse;
}

/**
* Forces a short-lived token with a 5 minute TTL. Useful when the client wishes to impose
* stricter TTL requirements for this exchange. Default: false.
* Specifies whether this attestation is for use in a *limited use* (`true`) or *session based*
* (`false`) context. To enable this attestation to be used with the *replay protection* feature,
* set this to `true`. The default value is `false`.
* @param limitedUse limitedUse or {@code null} for none
*/
public GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest setLimitedUse(java.lang.Boolean limitedUse) {
Expand Down
Loading

0 comments on commit d4cccb1

Please sign in to comment.