Interface ListConnectionsResponseOrBuilder (3.43.0)

public interface ListConnectionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnections(int index)

public abstract Connection getConnections(int index)

The list of Connections.

repeated .google.devtools.cloudbuild.v2.Connection connections = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Connection

getConnectionsCount()

public abstract int getConnectionsCount()

The list of Connections.

repeated .google.devtools.cloudbuild.v2.Connection connections = 1;

Returns
TypeDescription
int

getConnectionsList()

public abstract List<Connection> getConnectionsList()

The list of Connections.

repeated .google.devtools.cloudbuild.v2.Connection connections = 1;

Returns
TypeDescription
List<Connection>

getConnectionsOrBuilder(int index)

public abstract ConnectionOrBuilder getConnectionsOrBuilder(int index)

The list of Connections.

repeated .google.devtools.cloudbuild.v2.Connection connections = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConnectionOrBuilder

getConnectionsOrBuilderList()

public abstract List<? extends ConnectionOrBuilder> getConnectionsOrBuilderList()

The list of Connections.

repeated .google.devtools.cloudbuild.v2.Connection connections = 1;

Returns
TypeDescription
List<? extends com.google.cloudbuild.v2.ConnectionOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.