public interface ListHmacKeysRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPageSize()
public abstract int getPageSize()
The maximum number of keys to return.
int32 page_size = 2;
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken()
A previously returned token from ListHmacKeysResponse to get the next page.
string page_token = 3;
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()
A previously returned token from ListHmacKeysResponse to get the next page.
string page_token = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
The showDeletedKeys. |