Interface ListEkmConnectionsResponseOrBuilder

    • Method Detail

      • getEkmConnectionsList

        List<EkmConnection> getEkmConnectionsList()
         The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
         
        repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;
      • getEkmConnections

        EkmConnection getEkmConnections​(int index)
         The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
         
        repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;
      • getEkmConnectionsCount

        int getEkmConnectionsCount()
         The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
         
        repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;
      • getEkmConnectionsOrBuilderList

        List<? extends EkmConnectionOrBuilder> getEkmConnectionsOrBuilderList()
         The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
         
        repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;
      • getEkmConnectionsOrBuilder

        EkmConnectionOrBuilder getEkmConnectionsOrBuilder​(int index)
         The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
         
        repeated .google.cloud.kms.v1.EkmConnection ekm_connections = 1;
      • getNextPageToken

        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;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        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;
        Returns:
        The bytes for nextPageToken.
      • getTotalSize

        int getTotalSize()
         The total number of [EkmConnections][google.cloud.kms.v1.EkmConnection]
         that matched the query.
         
        int32 total_size = 3;
        Returns:
        The totalSize.