target.apidocs.com.google.api.services.firebaseappcheck.v1.Firebaseappcheck.Projects.Services.html Maven / Gradle / Ivy
The newest version!
Firebaseappcheck.Projects.Services (Firebase App Check API v1-rev20240930-2.0.0)
com.google.api.services.firebaseappcheck.v1
Class Firebaseappcheck.Projects.Services
- java.lang.Object
-
- com.google.api.services.firebaseappcheck.v1.Firebaseappcheck.Projects.Services
-
- Enclosing class:
- Firebaseappcheck.Projects
public class Firebaseappcheck.Projects.Services
extends Object
The "services" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Firebaseappcheck.Projects.Services.BatchUpdate
class
Firebaseappcheck.Projects.Services.Get
class
Firebaseappcheck.Projects.Services.List
class
Firebaseappcheck.Projects.Services.Patch
class
Firebaseappcheck.Projects.Services.ResourcePolicies
The "resourcePolicies" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Services()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Firebaseappcheck.Projects.Services.BatchUpdate
batchUpdate(String parent,
GoogleFirebaseAppcheckV1BatchUpdateServicesRequest content)
Atomically updates the specified Service configurations.
Firebaseappcheck.Projects.Services.Get
get(String name)
Gets the Service configuration for the specified service name.
Firebaseappcheck.Projects.Services.List
list(String parent)
Lists all Service configurations for the specified project.
Firebaseappcheck.Projects.Services.Patch
patch(String name,
GoogleFirebaseAppcheckV1Service content)
Updates the specified Service configuration.
Firebaseappcheck.Projects.Services.ResourcePolicies
resourcePolicies()
An accessor for creating requests from the ResourcePolicies collection.
-
-
Method Detail
-
batchUpdate
public Firebaseappcheck.Projects.Services.BatchUpdate batchUpdate(String parent,
GoogleFirebaseAppcheckV1BatchUpdateServicesRequest content)
throws IOException
Atomically updates the specified Service configurations.
Create a request for the method "services.batchUpdate".
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 Service configurations being updated, in the format
``` projects/{project_number} ``` The parent collection in the `name` field of any
resource being updated must match this field, or the entire batch fails.
content
- the GoogleFirebaseAppcheckV1BatchUpdateServicesRequest
- Returns:
- the request
- Throws:
IOException
-
get
public Firebaseappcheck.Projects.Services.Get get(String name)
throws IOException
Gets the Service configuration for the specified service name.
Create a request for the method "services.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 Service to retrieve, in the format: ```
projects/{project_number}/services/{service_id} ``` Note that the `service_id` element
must be a supported service ID. Currently, the following service IDs are supported: *
`firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
`firebasedatabase.googleapis.com` (Firebase Realtime Database) *
`firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity
for iOS)
- Returns:
- the request
- Throws:
IOException
-
list
public Firebaseappcheck.Projects.Services.List list(String parent)
throws IOException
Lists all Service configurations for the specified project. Only Services which were explicitly
configured using UpdateService or BatchUpdateServices will be returned.
Create a request for the method "services.list".
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 relative resource name of the parent project for which to list each associated
Service, in the format: ``` projects/{project_number} ```
- Returns:
- the request
- Throws:
IOException
-
patch
public Firebaseappcheck.Projects.Services.Patch patch(String name,
GoogleFirebaseAppcheckV1Service content)
throws IOException
Updates the specified Service configuration.
Create a request for the method "services.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 service configuration object, in the format: ```
projects/{project_number}/services/{service_id} ``` Note that the `service_id` element
must be a supported service ID. Currently, the following service IDs are supported: *
`firebasestorage.googleapis.com` (Cloud Storage for Firebase) *
`firebasedatabase.googleapis.com` (Firebase Realtime Database) *
`firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.com` (Google Identity
for iOS)
content
- the GoogleFirebaseAppcheckV1Service
- Returns:
- the request
- Throws:
IOException
-
resourcePolicies
public Firebaseappcheck.Projects.Services.ResourcePolicies resourcePolicies()
An accessor for creating requests from the ResourcePolicies collection.
The typical use is:
Firebaseappcheck firebaseappcheck = new Firebaseappcheck(...);
Firebaseappcheck.ResourcePolicies.List request = firebaseappcheck.resourcePolicies().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy