public interface SearchConnectionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnections(int index)
public abstract Connection getConnections(int index)List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set. For full details of a Connection, call GetConnection with the name.
repeated .google.privacy.dlp.v2.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Connection |
|
getConnectionsCount()
public abstract int getConnectionsCount()List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set. For full details of a Connection, call GetConnection with the name.
repeated .google.privacy.dlp.v2.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getConnectionsList()
public abstract List<Connection> getConnectionsList()List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set. For full details of a Connection, call GetConnection with the name.
repeated .google.privacy.dlp.v2.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description |
List<Connection> |
|
getConnectionsOrBuilder(int index)
public abstract ConnectionOrBuilder getConnectionsOrBuilder(int index)List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set. For full details of a Connection, call GetConnection with the name.
repeated .google.privacy.dlp.v2.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectionOrBuilder |
|
getConnectionsOrBuilderList()
public abstract List<? extends ConnectionOrBuilder> getConnectionsOrBuilderList()List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set. For full details of a Connection, call GetConnection with the name.
repeated .google.privacy.dlp.v2.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.ConnectionOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()Token to retrieve the next page of results. An empty value means there are no more results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Token to retrieve the next page of results. An empty value means there are no more results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |