Show / Hide Table of Contents

Class FoldersResource.LocationsResource.MuteConfigsResource.PatchRequest

Updates a mute config.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>
FoldersResource.LocationsResource.MuteConfigsResource.PatchRequest
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 FoldersResource.LocationsResource.MuteConfigsResource.PatchRequest : SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>, IClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>, IClientServiceRequest

Constructors

PatchRequest(IClientService, GoogleCloudSecuritycenterV1MuteConfig, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GoogleCloudSecuritycenterV1MuteConfig body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudSecuritycenterV1MuteConfig body
string name

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

Name

This field will be ignored if provided on config creation. Format organizations/{organization}/muteConfigs/{mute_config} folders/{folder}/muteConfigs/{mute_config} projects/{project}/muteConfigs/{mute_config} organizations/{organization}/locations/global/muteConfigs/{mute_config} folders/{folder}/locations/global/muteConfigs/{mute_config} projects/{project}/locations/global/muteConfigs/{mute_config}

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

UpdateMask

The list of fields to be updated. If empty all mutable fields will be updated.

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Patch parameter list.

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

Implements

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