Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
HmacKey.HmacKeyState |
HmacKey.HmacKeyMetadata.getState()
Returns the current state of this HMAC key.
|
static HmacKey.HmacKeyState |
HmacKey.HmacKeyState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HmacKey.HmacKeyState[] |
HmacKey.HmacKeyState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HmacKey.HmacKeyMetadata.Builder |
HmacKey.HmacKeyMetadata.Builder.setState(HmacKey.HmacKeyState state) |
HmacKey.HmacKeyMetadata |
Storage.updateHmacKeyState(HmacKey.HmacKeyMetadata hmacKeyMetadata,
HmacKey.HmacKeyState state,
Storage.UpdateHmacKeyOption... options)
Updates the state of an HMAC key and returns the updated metadata.
|
Copyright © 2019 Google LLC. All rights reserved.