public interface ListCryptoKeysResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCryptoKeys(int index)
public abstract CryptoKey getCryptoKeys(int index)The list of CryptoKeys.
repeated .google.cloud.kms.v1.CryptoKey crypto_keys = 1;
| Name | Description |
| index | int |
| Type | Description |
| CryptoKey |
getCryptoKeysCount()
public abstract int getCryptoKeysCount()The list of CryptoKeys.
repeated .google.cloud.kms.v1.CryptoKey crypto_keys = 1;
| Type | Description |
| int |
getCryptoKeysList()
public abstract List<CryptoKey> getCryptoKeysList()The list of CryptoKeys.
repeated .google.cloud.kms.v1.CryptoKey crypto_keys = 1;
| Type | Description |
| List<CryptoKey> |
getCryptoKeysOrBuilder(int index)
public abstract CryptoKeyOrBuilder getCryptoKeysOrBuilder(int index)The list of CryptoKeys.
repeated .google.cloud.kms.v1.CryptoKey crypto_keys = 1;
| Name | Description |
| index | int |
| Type | Description |
| CryptoKeyOrBuilder |
getCryptoKeysOrBuilderList()
public abstract List<? extends CryptoKeyOrBuilder> getCryptoKeysOrBuilderList()The list of CryptoKeys.
repeated .google.cloud.kms.v1.CryptoKey crypto_keys = 1;
| Type | Description |
| List<? extends com.google.cloud.kms.v1.CryptoKeyOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve next page of results. Pass this value in ListCryptoKeysRequest.page_token to retrieve the next page of results.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve next page of results. Pass this value in ListCryptoKeysRequest.page_token to retrieve the next page of results.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getTotalSize()
public abstract int getTotalSize()The total number of CryptoKeys that matched the query.
int32 total_size = 3;
| Type | Description |
| int | The totalSize. |