Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TableDataProfilesResource.GetRequest

Gets a table data profile.

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

MethodName

Gets the method name.

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

Name

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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