Interface ListConnectionsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListConnectionsResponse, ListConnectionsResponse.Builder

    public interface ListConnectionsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getNextPageToken

        String getNextPageToken()
         Next page token.
         
        string next_page_token = 1;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Next page token.
         
        string next_page_token = 1;
        Returns:
        The bytes for nextPageToken.
      • getConnectionsList

        List<Connection> getConnectionsList()
         List of connections.
         
        repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
      • getConnections

        Connection getConnections​(int index)
         List of connections.
         
        repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
      • getConnectionsCount

        int getConnectionsCount()
         List of connections.
         
        repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
      • getConnectionsOrBuilderList

        List<? extends ConnectionOrBuilder> getConnectionsOrBuilderList()
         List of connections.
         
        repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
      • getConnectionsOrBuilder

        ConnectionOrBuilder getConnectionsOrBuilder​(int index)
         List of connections.
         
        repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;