Class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfigStreamingError
Streaming error details.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfigStreamingError : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
Optional. Error details.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleRpcStatus |
StreamingErrorReason
Optional. Streaming error.
Declaration
[JsonProperty("streamingErrorReason")]
public virtual string StreamingErrorReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |