public interface ListConnectionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnections(int index)
public abstract Connection getConnections(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Name | Description |
| index | int |
| Type | Description |
| Connection |
getConnectionsCount()
public abstract int getConnectionsCount()List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Type | Description |
| int |
getConnectionsList()
public abstract List<Connection> getConnectionsList()List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Type | Description |
| List<Connection> |
getConnectionsOrBuilder(int index)
public abstract ConnectionOrBuilder getConnectionsOrBuilder(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Name | Description |
| index | int |
| Type | Description |
| ConnectionOrBuilder |
getConnectionsOrBuilderList()
public abstract List<? extends ConnectionOrBuilder> getConnectionsOrBuilderList()List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Type | Description |
| List<? extends com.google.cloud.bigquery.connection.v1.ConnectionOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()Next page token.
string next_page_token = 1;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Next page token.
string next_page_token = 1;
| Type | Description |
| ByteString | The bytes for nextPageToken. |