Google Cloud Data Loss Prevention v2 API - Class ListConnectionsRequest (4.12.0)

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.

Inheritance

object > ListConnectionsRequest

Namespace

Google.Cloud.Dlp.V2

Assembly

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. Resource name of the organization or project, for example, organizations/433245324/locations/europe or projects/project-id/locations/asia.

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