Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.JobTriggersResource.GetRequest

Gets a job trigger. See https://cloud.google.com/sensitive-data-protection/docs/creating-job-triggers to learn more.

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

MethodName

Gets the method name.

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

Name

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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