Interface ListHmacKeysRequestOrBuilder (2.12.0)

public interface ListHmacKeysRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPageSize()

public abstract int getPageSize()

Optional. The maximum number of keys to return.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

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

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

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

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

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()

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

string service_account_email = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The serviceAccountEmail.

getServiceAccountEmailBytes()

public abstract ByteString getServiceAccountEmailBytes()

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

string service_account_email = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for serviceAccountEmail.

getShowDeletedKeys()

public abstract boolean getShowDeletedKeys()

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

bool show_deleted_keys = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The showDeletedKeys.