Send feedback
Cloud Storage Client - Class CreatedHmacKey (1.49.2)
Stay organized with collections
Save and categorize content based on your preferences.
1.49.2 (latest)
1.49.1
1.48.7
1.47.0
1.46.0
1.45.0
1.44.0
1.43.1
1.42.1
1.41.4
1.37.0
1.36.1
1.35.0
1.34.0
1.33.4
1.32.0
1.31.2
1.30.3
Reference documentation and code samples for the Cloud Storage Client class CreatedHmacKey.
Represents a newly created HMAC key. Provides access to the key metadata and
secret.
Example:
use Google\Cloud\Storage\StorageClient;
$storage = new StorageClient();
$response = $storage->createHmacKey($serviceAccountEmail);
Namespace
Google \ Cloud \ Storage
Methods
__construct
Parameters
Name
Description
hmacKey
HmacKey
The HMAC Key object.
secret
string
The HMAC key secret.
hmacKey
Get the HMAC key object.
Example:
$key = $response->hmacKey();
secret
Get the HMAC key secret.
This value will never be returned from the API after first creation. Make
sure to record it for later use immediately upon key creation.
Example:
$secret = $response->secret();
Returns
Type
Description
string
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-11 UTC."],[],[]]