Class GoogleCloudRetailV2alphaLoggingConfigServiceLogGenerationRule
The granular logging configurations for supported services.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaLoggingConfigServiceLogGenerationRule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LogGenerationRule
The log generation rule that applies to this service.
Declaration
[JsonProperty("logGenerationRule")]
public virtual GoogleCloudRetailV2alphaLoggingConfigLogGenerationRule LogGenerationRule { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2alphaLoggingConfigLogGenerationRule |
ServiceName
Required. Supported service names: "CatalogService", "CompletionService", "ControlService", "MerchantCenterStreaming", "ModelService", "PredictionService", "ProductService", "ServingConfigService", "UserEventService",
Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
string |