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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.cloud.kms.v1.CryptoKey |
|
getCryptoKeysCount()
public abstract int getCryptoKeysCount()The list of CryptoKeys.
repeated .google.cloud.kms.v1.CryptoKey crypto_keys = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCryptoKeysList()
public abstract List<CryptoKey> getCryptoKeysList()The list of CryptoKeys.
repeated .google.cloud.kms.v1.CryptoKey crypto_keys = 1;
| Returns | |
|---|---|
| Type | Description |
List<com.google.cloud.kms.v1.CryptoKey> |
|
getCryptoKeysOrBuilder(int index)
public abstract CryptoKeyOrBuilder getCryptoKeysOrBuilder(int index)The list of CryptoKeys.
repeated .google.cloud.kms.v1.CryptoKey crypto_keys = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.cloud.kms.v1.CryptoKeyOrBuilder |
|
getCryptoKeysOrBuilderList()
public abstract List<? extends CryptoKeyOrBuilder> getCryptoKeysOrBuilderList()The list of CryptoKeys.
repeated .google.cloud.kms.v1.CryptoKey crypto_keys = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.kms.v1.CryptoKeyOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()The page token returned from the previous response if the next page is desired.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The page token returned from the previous response if the next page is desired.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |