Cloud Optimization v1 API - Class GcsDestination (2.6.0)

public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > GcsDestination

Namespace

Google.Cloud.Optimization.V1

Assembly

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