public sealed class GcsSource : IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Private Catalog v1beta1 API class GcsSource.
Defines how to access Cloud Storage source.
Implements
IMessageGcsSource, IEquatableGcsSource, IDeepCloneableGcsSource, IBufferMessage, IMessageNamespace
Google.Cloud.PrivateCatalog.V1Beta1Assembly
Google.Cloud.PrivateCatalog.V1Beta1.dll
Constructors
GcsSource()
public GcsSource()
GcsSource(GcsSource)
public GcsSource(GcsSource other)
Parameter | |
---|---|
Name | Description |
other |
GcsSource |
Properties
GcsPath
public string GcsPath { get; set; }
Output only. the cloud storage object path.
Property Value | |
---|---|
Type | Description |
string |
Generation
public long Generation { get; set; }
Output only. Generation of the object, which is set when the content of an object starts being written.
Property Value | |
---|---|
Type | Description |
long |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the object metadata was last changed.
Property Value | |
---|---|
Type | Description |
Timestamp |