public interface UpdateHmacKeyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HmacKeyMetadata |
getHmacKey()
Required.
|
HmacKeyMetadataOrBuilder |
getHmacKeyOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Update mask for hmac_key.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Update mask for hmac_key.
|
boolean |
hasHmacKey()
Required.
|
boolean |
hasUpdateMask()
Update mask for hmac_key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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];
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];
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];
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;
com.google.protobuf.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;
com.google.protobuf.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;
Copyright © 2023 Google LLC. All rights reserved.