public interface ListHmacKeysRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPageSize()
The maximum number of keys to return.
|
String |
getPageToken()
A previously returned token from ListHmacKeysResponse to get the next page.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A previously returned token from ListHmacKeysResponse to get the next page.
|
String |
getProject()
Required.
|
com.google.protobuf.ByteString |
getProjectBytes()
Required.
|
String |
getServiceAccountEmail()
If set, filters to only return HMAC keys for specified service account.
|
com.google.protobuf.ByteString |
getServiceAccountEmailBytes()
If set, filters to only return HMAC keys for specified service account.
|
boolean |
getShowDeletedKeys()
If set, return deleted keys that have not yet been wiped out.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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) = { ... }
com.google.protobuf.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) = { ... }
int getPageSize()
The maximum number of keys to return.
int32 page_size = 2;
String getPageToken()
A previously returned token from ListHmacKeysResponse to get the next page.
string page_token = 3;
com.google.protobuf.ByteString getPageTokenBytes()
A previously returned token from ListHmacKeysResponse to get the next page.
string page_token = 3;
String getServiceAccountEmail()
If set, filters to only return HMAC keys for specified service account.
string service_account_email = 4;
com.google.protobuf.ByteString getServiceAccountEmailBytes()
If set, filters to only return HMAC keys for specified service account.
string service_account_email = 4;
boolean getShowDeletedKeys()
If set, return deleted keys that have not yet been wiped out.
bool show_deleted_keys = 5;
Copyright © 2023 Google LLC. All rights reserved.