ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$cloudkmsService = new Google\Service\CloudKMS(...);
$locations = $cloudkmsService->projects_locations;
Methods
Generate random bytes using the Cloud KMS randomness source in the provided location. (locations.generateRandomBytes)
Gets information about a location. (locations.get)
Returns the EkmConfig singleton resource for a given project and location.
Lists information about the supported locations for this service.
Updates the EkmConfig singleton resource for a given project and location.
Details
GenerateRandomBytesResponse
generateRandomBytes(string $location, GenerateRandomBytesRequest $postBody, array $optParams = [])
Generate random bytes using the Cloud KMS randomness source in the provided location. (locations.generateRandomBytes)
Location
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
EkmConfig
getEkmConfig(string $name, array $optParams = [])
Returns the EkmConfig singleton resource for a given project and location.
(locations.getEkmConfig)
ListLocationsResponse
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
(locations.listProjectsLocations)