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 |
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<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 |
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()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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getTotalSize()
public abstract int getTotalSize()The total number of CryptoKeys that matched the query.
This field is not populated if ListCryptoKeysRequest.filter is applied.
int32 total_size = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The totalSize. |