Show / Hide Table of Contents

Class ProjectsResource.NotificationConfigsResource.CreateRequest

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

Constructors

CreateRequest(IClientService, NotificationConfig, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, NotificationConfig body, string parent)
Parameters
Type Name Description
IClientService service
NotificationConfig body
string parent

Properties

ConfigId

Declaration
[RequestParameter("configId", RequestParameterType.Query)]
public virtual string ConfigId { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<NotificationConfig>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
SecurityCommandCenterBaseServiceRequest<NotificationConfig>.InitParameters()

Implements

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