public interface ListConnectionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnections(int index)
public abstract Connection getConnections(int index)A list of clients.
repeated .google.cloud.apigeeconnect.v1.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Connection |
|
getConnectionsCount()
public abstract int getConnectionsCount()A list of clients.
repeated .google.cloud.apigeeconnect.v1.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getConnectionsList()
public abstract List<Connection> getConnectionsList()A list of clients.
repeated .google.cloud.apigeeconnect.v1.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description |
List<Connection> |
|
getConnectionsOrBuilder(int index)
public abstract ConnectionOrBuilder getConnectionsOrBuilder(int index)A list of clients.
repeated .google.cloud.apigeeconnect.v1.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectionOrBuilder |
|
getConnectionsOrBuilderList()
public abstract List<? extends ConnectionOrBuilder> getConnectionsOrBuilderList()A list of clients.
repeated .google.cloud.apigeeconnect.v1.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |