ProjectsServices
class ProjectsServices extends Resource (View source)
The "services" collection of methods.
Typical usage is:
$firebaseappcheckService = new Google\Service\Firebaseappcheck(...);
$services = $firebaseappcheckService->projects_services;
Methods
Atomically updates the specified Service configurations.
Gets the Service configuration for the specified service name. (services.get)
Lists all Service configurations for the specified project. Only Services which were explicitly configured using UpdateService or BatchUpdateServices will be returned. (services.listProjectsServices)
Updates the specified Service configuration. (services.patch)
Details
GoogleFirebaseAppcheckV1BatchUpdateServicesResponse
batchUpdate(string $parent, GoogleFirebaseAppcheckV1BatchUpdateServicesRequest $postBody, array $optParams = [])
Atomically updates the specified Service configurations.
(services.batchUpdate)
GoogleFirebaseAppcheckV1Service
get(string $name, array $optParams = [])
Gets the Service configuration for the specified service name. (services.get)
GoogleFirebaseAppcheckV1ListServicesResponse
listProjectsServices(string $parent, array $optParams = [])
Lists all Service configurations for the specified project. Only Services which were explicitly configured using UpdateService or BatchUpdateServices will be returned. (services.listProjectsServices)
GoogleFirebaseAppcheckV1Service
patch(string $name, GoogleFirebaseAppcheckV1Service $postBody, array $optParams = [])
Updates the specified Service configuration. (services.patch)