public sealed class SearchConnectionsResponse : IMessage<SearchConnectionsResponse>, IEquatable<SearchConnectionsResponse>, IDeepCloneable<SearchConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<Connection>, IEnumerable<Connection>, IEnumerable
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class SearchConnectionsResponse.
Response message for SearchConnections.
Implements
IMessageSearchConnectionsResponse, IEquatableSearchConnectionsResponse, IDeepCloneableSearchConnectionsResponse, IBufferMessage, IMessage, IPageResponseConnection, IEnumerableConnection, IEnumerableNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
SearchConnectionsResponse()
public SearchConnectionsResponse()
SearchConnectionsResponse(SearchConnectionsResponse)
public SearchConnectionsResponse(SearchConnectionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
SearchConnectionsResponse |
Properties
Connections
public RepeatedField<Connection> Connections { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldConnection |
NextPageToken
public string NextPageToken { get; set; }
Token to retrieve the next page of results. An empty value means there are no more results.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Connection> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorConnection |