Class GoogleCloudDiscoveryengineLoggingSourceLocation
Indicates a location in the source code of the service for which errors are reported.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineLoggingSourceLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FunctionName
Human-readable name of a function or method—for example,
google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend
.
Declaration
[JsonProperty("functionName")]
public virtual string FunctionName { get; set; }
Property Value
Type | Description |
---|---|
string |