Show / Hide Table of Contents

Class ProjectsResource.GetAlertConfigRequest

Get the AlertConfig of the requested project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>
ProjectsResource.GetAlertConfigRequest
Implements
IClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>
IClientServiceRequest
Inherited Members
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.Xgafv
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.AccessToken
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.Alt
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.Callback
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.Fields
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.Key
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.OauthToken
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.PrettyPrint
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.QuotaUser
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.UploadType
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.UploadProtocol
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.Execute()
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.GetBody()
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.ETagAction
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.ModifyRequest
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.ValidateParameters
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.ApiVersion
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.RequestParameters
ClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>.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.CloudRetail.v2beta
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class ProjectsResource.GetAlertConfigRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>, IClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>, IClientServiceRequest

Constructors

GetAlertConfigRequest(IClientService, string)

Constructs a new GetAlertConfig request.

Declaration
public GetAlertConfigRequest(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<GoogleCloudRetailV2betaAlertConfig>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. Full AlertConfig resource name. Format: projects/{project_number}/alertConfig

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

Methods

InitParameters()

Initializes GetAlertConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>.InitParameters()

Implements

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