Show / Hide Table of Contents

Class ProjectsResource.MuteConfigsResource.GetRequest

Gets a mute config.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>
ProjectsResource.MuteConfigsResource.GetRequest
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>.GetBody()
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.GetRequest : SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>, IClientServiceRequest<GoogleCloudSecuritycenterV1MuteConfig>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<GoogleCloudSecuritycenterV1MuteConfig>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. Name of the mute config to retrieve. Its format is organizations/{organization}/muteConfigs/{config_id}, folders/{folder}/muteConfigs/{config_id}, projects/{project}/muteConfigs/{config_id}, organizations/{organization}/locations/global/muteConfigs/{config_id}, folders/{folder}/locations/global/muteConfigs/{config_id}, or projects/{project}/locations/global/muteConfigs/{config_id}.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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