public interface ListHmacKeysRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPageSize()
public abstract int getPageSize()
Optional. The maximum number of keys to return.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
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];
Type | Description |
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];
Type | Description |
ByteString | The bytes for pageToken. |
getProject()
public abstract String getProject()
Required. The project id to list HMAC keys for.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()
Required. The project id to list HMAC keys for.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
boolean | The showDeletedKeys. |