public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Optimization v1 API class GcsDestination.
The Google Cloud Storage location where the output file will be written to.
Implements
IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
GcsDestination()
public GcsDestination()GcsDestination(GcsDestination)
public GcsDestination(GcsDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
GcsDestination |
Properties
Uri
public string Uri { get; set; }Required. URI of the Google Cloud Storage location.
| Property Value | |
|---|---|
| Type | Description |
String |
|