public interface DeleteHmacKeyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAccessId()
Required.
|
com.google.protobuf.ByteString |
getAccessIdBytes()
Required.
|
String |
getProject()
Required.
|
com.google.protobuf.ByteString |
getProjectBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getAccessId()
Required. The identifying key for the HMAC to delete.
string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.ByteString getAccessIdBytes()
Required. The identifying key for the HMAC to delete.
string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
String getProject()
Required. The project that owns the HMAC key, in the format of "projects/{projectIdentifier}". {projectIdentifier} can be the project ID or project number.
string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getProjectBytes()
Required. The project that owns the HMAC key, in the format of "projects/{projectIdentifier}". {projectIdentifier} can be the project ID or project number.
string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2023 Google LLC. All rights reserved.