public interface ListEkmConnectionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EkmConnection |
getEkmConnections(int index)
The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
|
int |
getEkmConnectionsCount()
The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
|
List<EkmConnection> |
getEkmConnectionsList()
The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
|
EkmConnectionOrBuilder |
getEkmConnectionsOrBuilder(int index)
The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
|
List<? extends EkmConnectionOrBuilder> |
getEkmConnectionsOrBuilderList()
The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
int |
getTotalSize()
The total number of [EkmConnections][google.cloud.kms.v1.EkmConnection]
that matched the query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EkmConnection> getEkmConnectionsList()
The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;EkmConnection getEkmConnections(int index)
The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;int getEkmConnectionsCount()
The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;List<? extends EkmConnectionOrBuilder> getEkmConnectionsOrBuilderList()
The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;EkmConnectionOrBuilder getEkmConnectionsOrBuilder(int index)
The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;String getNextPageToken()
A token to retrieve next page of results. Pass this value in [ListEkmConnectionsRequest.page_token][google.cloud.kms.v1.ListEkmConnectionsRequest.page_token] to retrieve the next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results. Pass this value in [ListEkmConnectionsRequest.page_token][google.cloud.kms.v1.ListEkmConnectionsRequest.page_token] to retrieve the next page of results.
string next_page_token = 2;int getTotalSize()
The total number of [EkmConnections][google.cloud.kms.v1.EkmConnection] that matched the query.
int32 total_size = 3;Copyright © 2022 Google LLC. All rights reserved.