Show / Hide Table of Contents

Class OrganizationsResource.ResourceValueConfigsResource.GetRequest

Gets a ResourceValueConfig.

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

MethodName

Gets the method name.

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

Name

Required. Name of the resource value config to retrieve. Its format is organizations/{organization}/resourceValueConfigs/{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<GoogleCloudSecuritycenterV1ResourceValueConfig>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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