public sealed class SearchConnectionsRequest : IMessage<SearchConnectionsRequest>, IEquatable<SearchConnectionsRequest>, IDeepCloneable<SearchConnectionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class SearchConnectionsRequest.
Request message for SearchConnections.
Implements
IMessageSearchConnectionsRequest, IEquatableSearchConnectionsRequest, IDeepCloneableSearchConnectionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
SearchConnectionsRequest()
public SearchConnectionsRequest()
SearchConnectionsRequest(SearchConnectionsRequest)
public SearchConnectionsRequest(SearchConnectionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
SearchConnectionsRequest |
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. Resource name of the organization or project with a wildcard
location, for example, organizations/433245324/locations/-
or
projects/project-id/locations/-
.
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 |
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }
OrganizationLocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationLocationName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |