target.apidocs.com.google.api.services.firebaseappcheck.v1.Firebaseappcheck.Projects.Apps.AppAttestConfig.html Maven / Gradle / Ivy
Firebaseappcheck.Projects.Apps.AppAttestConfig (Firebase App Check API v1-rev20240930-2.0.0)
com.google.api.services.firebaseappcheck.v1
Class Firebaseappcheck.Projects.Apps.AppAttestConfig
- java.lang.Object
-
- com.google.api.services.firebaseappcheck.v1.Firebaseappcheck.Projects.Apps.AppAttestConfig
-
- Enclosing class:
- Firebaseappcheck.Projects.Apps
public class Firebaseappcheck.Projects.Apps.AppAttestConfig
extends Object
The "appAttestConfig" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Firebaseappcheck.Projects.Apps.AppAttestConfig.BatchGet
class
Firebaseappcheck.Projects.Apps.AppAttestConfig.Get
class
Firebaseappcheck.Projects.Apps.AppAttestConfig.Patch
-
Constructor Summary
Constructors
Constructor and Description
AppAttestConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Firebaseappcheck.Projects.Apps.AppAttestConfig.BatchGet
batchGet(String parent)
Atomically gets the AppAttestConfigs for the specified list of apps.
Firebaseappcheck.Projects.Apps.AppAttestConfig.Get
get(String name)
Gets the AppAttestConfig for the specified app.
Firebaseappcheck.Projects.Apps.AppAttestConfig.Patch
patch(String name,
GoogleFirebaseAppcheckV1AppAttestConfig content)
Updates the AppAttestConfig for the specified app.
-
-
Method Detail
-
batchGet
public Firebaseappcheck.Projects.Apps.AppAttestConfig.BatchGet batchGet(String parent)
throws IOException
Atomically gets the AppAttestConfigs for the specified list of apps.
Create a request for the method "appAttestConfig.batchGet".
This request holds the parameters needed by the firebaseappcheck server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent project name shared by all AppAttestConfigs being retrieved, in the format ```
projects/{project_number} ``` The parent collection in the `name` field of any resource
being retrieved must match this field, or the entire batch fails.
- Returns:
- the request
- Throws:
IOException
-
get
public Firebaseappcheck.Projects.Apps.AppAttestConfig.Get get(String name)
throws IOException
Gets the AppAttestConfig for the specified app.
Create a request for the method "appAttestConfig.get".
This request holds the parameters needed by the firebaseappcheck server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The relative resource name of the AppAttestConfig, in the format: ```
projects/{project_number}/apps/{app_id}/appAttestConfig ```
- Returns:
- the request
- Throws:
IOException
-
patch
public Firebaseappcheck.Projects.Apps.AppAttestConfig.Patch patch(String name,
GoogleFirebaseAppcheckV1AppAttestConfig content)
throws IOException
Updates the AppAttestConfig for the specified app. While this configuration is incomplete or
invalid, the app will be unable to exchange AppAttest tokens for App Check tokens.
Create a request for the method "appAttestConfig.patch".
This request holds the parameters needed by the firebaseappcheck server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The relative resource name of the App Attest configuration object, in the format: ```
projects/{project_number}/apps/{app_id}/appAttestConfig ```
content
- the GoogleFirebaseAppcheckV1AppAttestConfig
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy