Google Cloud Data Loss Prevention v2 API - Class SearchConnectionsRequest (2.16.0)

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.

Inheritance

object > SearchConnectionsRequest

Namespace

Google.Cloud.Dlp.V2

Assembly

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 fields/values

  • 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, typically an organization, without location. For example: organizations/12345678.

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