public sealed class GcsOutputResult : IMessage<GcsOutputResult>, IEquatable<GcsOutputResult>, IDeepCloneable<GcsOutputResult>, IBufferMessage, IMessageReference documentation and code samples for the Retail v2 API class GcsOutputResult.
A Gcs output result.
Implements
IMessageGcsOutputResult, IEquatableGcsOutputResult, IDeepCloneableGcsOutputResult, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
GcsOutputResult()
public GcsOutputResult()GcsOutputResult(GcsOutputResult)
public GcsOutputResult(GcsOutputResult other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GcsOutputResult | 
      
Properties
OutputUri
public string OutputUri { get; set; }The uri of Gcs output
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |