Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ContentPoliciesResource.GetRequest

Get a ContentPolicy.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Resource name in the format: projects/{project}/locations/{location}/contentPolicies/{content_policy}.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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