Show / Hide Table of Contents

Class ProjectsResource.MuteConfigsResource.CreateRequest

Creates a mute config.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>
ProjectsResource.MuteConfigsResource.CreateRequest
Implements
IClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>
IClientServiceRequest
Inherited Members
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.Xgafv
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.AccessToken
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.Alt
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.Callback
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.Fields
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.Key
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.OauthToken
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.PrettyPrint
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.QuotaUser
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.UploadType
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.UploadProtocol
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.Execute()
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.ExecuteAsync()
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.ETagAction
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.ModifyRequest
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.ValidateParameters
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.ApiVersion
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.RequestParameters
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>.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.MuteConfigsResource.CreateRequest : SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>, IClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleCloudSecuritycenterV1MuteConfig, string)

Constructs a new Create request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

MuteConfigId

Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.

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

Parent

Required. Resource name of the new mute configs's parent. Its format is organizations/[organization_id], folders/[folder_id], or projects/[project_id].

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

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

Implements

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