Interface ListHmacKeysRequestOrBuilder (2.36.1)

public interface ListHmacKeysRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPageSize()

public abstract int getPageSize()

The maximum number of keys to return.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

A previously returned token from ListHmacKeysResponse to get the next page.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

A previously returned token from ListHmacKeysResponse to get the next page.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getProject()

public abstract String getProject()

Required. The project to list HMAC keys for, in the format of "projects/{projectIdentifier}". {projectIdentifier} can be the project ID or project number.

string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Required. The project to list HMAC keys for, in the format of "projects/{projectIdentifier}". {projectIdentifier} can be the project ID or project number.

string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for project.

getServiceAccountEmail()

public abstract String getServiceAccountEmail()

If set, filters to only return HMAC keys for specified service account.

string service_account_email = 4;

Returns
TypeDescription
String

The serviceAccountEmail.

getServiceAccountEmailBytes()

public abstract ByteString getServiceAccountEmailBytes()

If set, filters to only return HMAC keys for specified service account.

string service_account_email = 4;

Returns
TypeDescription
ByteString

The bytes for serviceAccountEmail.

getShowDeletedKeys()

public abstract boolean getShowDeletedKeys()

If set, return deleted keys that have not yet been wiped out.

bool show_deleted_keys = 5;

Returns
TypeDescription
boolean

The showDeletedKeys.