Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ContentPoliciesResource.ListRequest

Lists ContentPolicies in a parent.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GooglePrivacyDlpV2ListContentPoliciesResponse>.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<GooglePrivacyDlpV2ListContentPoliciesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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