Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaLoggingConfigServiceLogGenerationRule

The granular logging configurations for supported services.

Inheritance
object
GoogleCloudRetailV2alphaLoggingConfigServiceLogGenerationRule
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX