Interface UpdateHmacKeyRequestOrBuilder (2.29.1)

public interface UpdateHmacKeyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHmacKey()

public abstract HmacKeyMetadata getHmacKey()

Required. The HMAC key to update. If present, the hmac_key's id field will be used to identify the key. Otherwise, the hmac_key's access_id and project fields will be used to identify the key.

.google.storage.v2.HmacKeyMetadata hmac_key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
HmacKeyMetadata

The hmacKey.

getHmacKeyOrBuilder()

public abstract HmacKeyMetadataOrBuilder getHmacKeyOrBuilder()

Required. The HMAC key to update. If present, the hmac_key's