public interface UpdateHmacKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
HmacKeyMetadata |
The hmacKey. |
getHmacKeyOrBuilder()
public abstract HmacKeyMetadataOrBuilder getHmacKeyOrBuilder() 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 | |
|---|---|
| Type | Description |
HmacKeyMetadataOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask() Update mask for hmac_key.
Not specifying any fields will mean only the state field is updated to
the value specified in hmac_key.
.google.protobuf.FieldMask update_mask = 3;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() Update mask for hmac_key.
Not specifying any fields will mean only the state field is updated to
the value specified in hmac_key.
.google.protobuf.FieldMask update_mask = 3;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasHmacKey()
public abstract boolean hasHmacKey() 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 | |
|---|---|
| Type | Description |
boolean |
Whether the hmacKey field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() Update mask for hmac_key.
Not specifying any fields will mean only the state field is updated to
the value specified in hmac_key.
.google.protobuf.FieldMask update_mask = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |