Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX