Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProjectDataProfilesResource.GetRequest

Gets a project data profile.

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

MethodName

Gets the method name.

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

Name

Required. Resource name, for example organizations/12345/locations/us/projectDataProfiles/53234423.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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