Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.DiscoveryConfigsResource.GetRequest

Gets a discovery configuration.

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

MethodName

Gets the method name.

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

Name

Required. Resource name of the project and the configuration, for example projects/dlp-test-project/discoveryConfigs/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<GooglePrivacyDlpV2DiscoveryConfig>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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