public interface ListConnectionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnections(int index)
public abstract Connection getConnections(int index)The list of Connections.
repeated .google.devtools.cloudbuild.v2.Connection connections = 1;
| Name | Description |
index |
int |
| Type | Description |
Connection |
getConnectionsCount()
public abstract int getConnectionsCount()The list of Connections.
repeated .google.devtools.cloudbuild.v2.Connection connections = 1;
| Type | Description |
int |
getConnectionsList()
public abstract List<Connection> getConnectionsList()The list of Connections.
repeated .google.devtools.cloudbuild.v2.Connection connections = 1;
| Type | Description |
List<Connection> |
getConnectionsOrBuilder(int index)
public abstract ConnectionOrBuilder getConnectionsOrBuilder(int index)The list of Connections.
repeated .google.devtools.cloudbuild.v2.Connection connections = 1;
| Name | Description |
index |
int |
| Type | Description |
ConnectionOrBuilder |
getConnectionsOrBuilderList()
public abstract List<? extends ConnectionOrBuilder> getConnectionsOrBuilderList()The list of Connections.
repeated .google.devtools.cloudbuild.v2.Connection connections = 1;
| Type | Description |
List<? extends google.devtools.cloudbuild.v2.ConnectionOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A token identifying a page of results the server should return.
string next_page_token = 2;
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token identifying a page of results the server should return.
string next_page_token = 2;
| Type | Description |
ByteString |
The bytes for nextPageToken. |