Show / Hide Table of Contents

Class ProjectsResource.GetAlertConfigRequest

Get the AlertConfig of the requested project.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRetailV2alphaAlertConfig>.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<GoogleCloudRetailV2alphaAlertConfig>.RestPath

Methods

InitParameters()

Initializes GetAlertConfig parameter list.

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

Implements

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