public sealed class ListConnectionsRequest : IMessage<ListConnectionsRequest>, IEquatable<ListConnectionsRequest>, IDeepCloneable<ListConnectionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListConnectionsRequest.
Request message for ListConnections.
Implements
IMessageListConnectionsRequest, IEquatableListConnectionsRequest, IDeepCloneableListConnectionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ListConnectionsRequest()
public ListConnectionsRequest()
ListConnectionsRequest(ListConnectionsRequest)
public ListConnectionsRequest(ListConnectionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListConnectionsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Supported field/value: state
- MISSING|AVAILABLE|ERROR
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Number of results per page, max 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Parent name, for example:
projects/project-id/locations/global
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |