All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
    • Constructor Detail

      • Services

        public Services()
    • 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