Class ProjectsResource.LocationsResource.ObtainCrawlRateRequest
Obtains the time series data of organic or dedicated crawl rate for monitoring. When dedicated crawl rate is not set, it will return vertex AI's organic crawl rate time series. Organic crawl means Google automatically crawl the internet at its own convenience. When dedicated crawl rate is set, it will return vertex AI's dedicated crawl rate time series.
Inheritance
ProjectsResource.LocationsResource.ObtainCrawlRateRequest
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.ObtainCrawlRateRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse>, IClientServiceRequest
Constructors
ObtainCrawlRateRequest(IClientService, GoogleCloudDiscoveryengineV1alphaObtainCrawlRateRequest, string)
Constructs a new ObtainCrawlRate request.
Declaration
public ObtainCrawlRateRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaObtainCrawlRateRequest body, string location)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDiscoveryengineV1alphaObtainCrawlRateRequest | body | |
string | location |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Location
Required. The location resource where crawl rate management will be performed. Format:
projects/{project}/locations/{location}
Declaration
[RequestParameter("location", RequestParameterType.Path)]
public virtual string Location { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ObtainCrawlRate parameter list.
Declaration
protected override void InitParameters()