Show / Hide Table of Contents

Class OrganizationsResource.AssetsResource.RunDiscoveryRequest

Runs asset discovery. The discovery is tracked with a long-running operation. This API can only be called with limited frequency for an organization. If it is called too frequently the caller will receive a TOO_MANY_REQUESTS error.

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

Constructors

RunDiscoveryRequest(IClientService, RunAssetDiscoveryRequest, string)

Constructs a new RunDiscovery request.

Declaration
public RunDiscoveryRequest(IClientService service, RunAssetDiscoveryRequest body, string parent)
Parameters
Type Name Description
IClientService service
RunAssetDiscoveryRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SecurityCommandCenter.v1.Data.Operation>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SecurityCommandCenter.v1.Data.Operation>.MethodName

Parent

Required. Name of the organization to run asset discovery for. Its format is "organizations/[organization_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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SecurityCommandCenter.v1.Data.Operation>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SecurityCommandCenter.v1.Data.Operation>.GetBody()

InitParameters()

Initializes RunDiscovery parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX