Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConnectionsResource.SearchRequest

Searches for Connections in a parent.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>
ProjectsResource.LocationsResource.ConnectionsResource.SearchRequest
Implements
IClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>
IClientServiceRequest
Inherited Members
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.Xgafv
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.AccessToken
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.Alt
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.Callback
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.Fields
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.Key
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.OauthToken
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.PrettyPrint
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.QuotaUser
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.UploadType
DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.UploadProtocol
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.Execute()
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.ExecuteAsStream()
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.ExecuteAsync()
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.CreateRequest(bool?)
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.GenerateRequestUri()
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.GetBody()
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.ETagAction
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.ModifyRequest
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.ValidateParameters
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.ApiVersion
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.RequestParameters
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.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 ProjectsResource.LocationsResource.ConnectionsResource.SearchRequest : DLPBaseServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>, IClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>, IClientServiceRequest

Constructors

SearchRequest(IClientService, string)

Constructs a new Search request.

Declaration
public SearchRequest(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<GooglePrivacyDlpV2SearchConnectionsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GooglePrivacyDlpV2SearchConnectionsResponse>.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 with a wildcard location, for example, organizations/433245324/locations/- or projects/project-id/locations/-.

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<GooglePrivacyDlpV2SearchConnectionsResponse>.RestPath

Methods

InitParameters()

Initializes Search parameter list.

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

Implements

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