public interface ListKeyHandlesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKeyHandles(int index)
public abstract KeyHandle getKeyHandles(int index)
Resulting KeyHandles.
repeated .google.cloud.kms.v1.KeyHandle key_handles = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
KeyHandle |
getKeyHandlesCount()
public abstract int getKeyHandlesCount()
Resulting KeyHandles.
repeated .google.cloud.kms.v1.KeyHandle key_handles = 1;
Returns | |
---|---|
Type | Description |
int |
getKeyHandlesList()
public abstract List<KeyHandle> getKeyHandlesList()
Resulting KeyHandles.
repeated .google.cloud.kms.v1.KeyHandle key_handles = 1;
Returns | |
---|---|
Type | Description |
List<KeyHandle> |
getKeyHandlesOrBuilder(int index)
public abstract KeyHandleOrBuilder getKeyHandlesOrBuilder(int index)
Resulting KeyHandles.
repeated .google.cloud.kms.v1.KeyHandle key_handles = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
KeyHandleOrBuilder |
getKeyHandlesOrBuilderList()
public abstract List<? extends KeyHandleOrBuilder> getKeyHandlesOrBuilderList()
Resulting KeyHandles.
repeated .google.cloud.kms.v1.KeyHandle key_handles = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.kms.v1.KeyHandleOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token to retrieve next page of results. Pass this value in ListKeyHandlesRequest.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 ListKeyHandlesRequest.page_token to retrieve the next page of results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |