Class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse
Response message for CrawlRateManagementService.ObtainCrawlRate method. The response contains organcic or dedicated crawl rate time series data for monitoring, depending on whether dedicated crawl rate is set.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse : IDirectResponseSchema
Properties
DedicatedCrawlRateTimeSeries
The historical dedicated crawl rate timeseries data, used for monitoring.
Declaration
[JsonProperty("dedicatedCrawlRateTimeSeries")]
public virtual GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries DedicatedCrawlRateTimeSeries { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Errors from service when handling the request.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |
OrganicCrawlRateTimeSeries
The historical organic crawl rate timeseries data, used for monitoring.
Declaration
[JsonProperty("organicCrawlRateTimeSeries")]
public virtual GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries OrganicCrawlRateTimeSeries { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries |
State
Output only. The state of the response.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |