Interface ListConnectionsResponseOrBuilder (2.18.0)

public interface ListConnectionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnections(int index)

public abstract Connection getConnections(int index)

A list of clients.

repeated .google.cloud.apigeeconnect.v1.Connection connections = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Connection

getConnectionsCount()

public abstract int getConnectionsCount()

A list of clients.

repeated .google.cloud.apigeeconnect.v1.Connection connections = 1;

Returns
TypeDescription
int

getConnectionsList()

public abstract List<Connection> getConnectionsList()

A list of clients.

repeated .google.cloud.apigeeconnect.v1.Connection connections = 1;

Returns
TypeDescription
List<Connection>

getConnectionsOrBuilder(int index)

public abstract ConnectionOrBuilder getConnectionsOrBuilder(int index)

A list of clients.

repeated .google.cloud.apigeeconnect.v1.Connection connections = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConnectionOrBuilder

getConnectionsOrBuilderList()

public abstract List<? extends ConnectionOrBuilder> getConnectionsOrBuilderList()

A list of clients.

repeated .google.cloud.apigeeconnect.v1.Connection connections = 1;

Returns
TypeDescription
List<? extends com.google.cloud.apigeeconnect.v1.ConnectionOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.