public interface ListEkmConnectionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEkmConnections(int index)
public abstract EkmConnection getEkmConnections(int index)The list of EkmConnections.
repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| EkmConnection |
getEkmConnectionsCount()
public abstract int getEkmConnectionsCount()The list of EkmConnections.
repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;
| Type | Description |
| int |
getEkmConnectionsList()
public abstract List<EkmConnection> getEkmConnectionsList()The list of EkmConnections.
repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;
| Type | Description |
| List<EkmConnection> |
getEkmConnectionsOrBuilder(int index)
public abstract EkmConnectionOrBuilder getEkmConnectionsOrBuilder(int index)The list of EkmConnections.
repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| EkmConnectionOrBuilder |
getEkmConnectionsOrBuilderList()
public abstract List<? extends EkmConnectionOrBuilder> getEkmConnectionsOrBuilderList()The list of EkmConnections.
repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;
| Type | Description |
| List<? extends com.google.cloud.kms.v1.EkmConnectionOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve next page of results. Pass this value in ListEkmConnectionsRequest.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 ListEkmConnectionsRequest.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 EkmConnections that matched the query.
int32 total_size = 3;
| Type | Description |
| int | The totalSize. |