Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ColumnDataProfilesResource.GetRequest

Gets a column data profile.

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

MethodName

Gets the method name.

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

Name

Required. Resource name, for example organizations/12345/locations/us/columnDataProfiles/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<GooglePrivacyDlpV2ColumnDataProfile>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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