Package | Description |
---|---|
com.google.api.services.storage | |
com.google.api.services.storage.model |
Modifier and Type | Method and Description |
---|---|
Storage.Projects.HmacKeys.Update |
Storage.Projects.HmacKeys.update(String projectId,
String accessId,
HmacKeyMetadata content)
Updates the state of an HMAC key.
|
Constructor and Description |
---|
Update(String projectId,
String accessId,
HmacKeyMetadata content)
Updates the state of an HMAC key.
|
Modifier and Type | Method and Description |
---|---|
HmacKeyMetadata |
HmacKeyMetadata.clone() |
HmacKeyMetadata |
HmacKey.getMetadata()
Key metadata.
|
HmacKeyMetadata |
HmacKeyMetadata.set(String fieldName,
Object value) |
HmacKeyMetadata |
HmacKeyMetadata.setAccessId(String accessId)
The ID of the HMAC Key.
|
HmacKeyMetadata |
HmacKeyMetadata.setEtag(String etag)
HTTP 1.1 Entity tag for the HMAC key.
|
HmacKeyMetadata |
HmacKeyMetadata.setId(String id)
The ID of the HMAC key, including the Project ID and the Access ID.
|
HmacKeyMetadata |
HmacKeyMetadata.setKind(String kind)
The kind of item this is.
|
HmacKeyMetadata |
HmacKeyMetadata.setProjectId(String projectId)
Project ID owning the service account to which the key authenticates.
|
HmacKeyMetadata |
HmacKeyMetadata.setSelfLink(String selfLink)
The link to this resource.
|
HmacKeyMetadata |
HmacKeyMetadata.setServiceAccountEmail(String serviceAccountEmail)
The email address of the key's associated service account.
|
HmacKeyMetadata |
HmacKeyMetadata.setState(String state)
The state of the key.
|
HmacKeyMetadata |
HmacKeyMetadata.setTimeCreated(DateTime timeCreated)
The creation time of the HMAC key in RFC 3339 format.
|
HmacKeyMetadata |
HmacKeyMetadata.setUpdated(DateTime updated)
The last modification time of the HMAC key metadata in RFC 3339 format.
|
Modifier and Type | Method and Description |
---|---|
List<HmacKeyMetadata> |
HmacKeysMetadata.getItems()
The list of items.
|
Modifier and Type | Method and Description |
---|---|
HmacKey |
HmacKey.setMetadata(HmacKeyMetadata metadata)
Key metadata.
|
Modifier and Type | Method and Description |
---|---|
HmacKeysMetadata |
HmacKeysMetadata.setItems(List<HmacKeyMetadata> items)
The list of items.
|