Interface DeleteHmacKeyRequestOrBuilder (2.36.1)

public interface DeleteHmacKeyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessId()

public abstract String getAccessId()

Required. The identifying key for the HMAC to delete.

string access_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The accessId.

getAccessIdBytes()

public abstract ByteString getAccessIdBytes()

Required. The identifying key for the HMAC to delete.

string access_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for accessId.

getProject()

public abstract 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) = { ... }

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract 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) = { ... }

Returns
TypeDescription
ByteString

The bytes for project.