Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.ConnectionsResource.ListRequest

Lists Connections in a parent. Use SearchConnections to see all connections within an organization.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>
OrganizationsResource.LocationsResource.ConnectionsResource.ListRequest
Implements
IClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>
IClientServiceRequest
Inherited Members
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.Xgafv
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.AccessToken
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.Alt
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.Callback
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.Fields
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.Key
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.OauthToken
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.PrettyPrint
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.QuotaUser
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.UploadType
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.UploadProtocol
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.Execute()
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.ExecuteAsStream()
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.ExecuteAsync()
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.CreateRequest(bool?)
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.GenerateRequestUri()
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.GetBody()
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.ETagAction
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.ModifyRequest
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.ValidateParameters
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.ApiVersion
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.RequestParameters
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class OrganizationsResource.LocationsResource.ConnectionsResource.ListRequest : DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>, IClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. Supported field/value: state - MISSING|AVAILABLE|ERROR

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.MethodName

PageSize

Optional. Number of results per page, max 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

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.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. Resource name of the organization or project, for example, organizations/433245324/locations/europe or projects/project-id/locations/asia.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DLPBaseServiceRequest<GooglePrivacyDlpV2ListConnectionsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX