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