Cloud Private Catalog v1beta1 API - Class GcsSource (2.0.0-beta04)

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.

Inheritance

object > GcsSource

Namespace

Google.Cloud.PrivateCatalog.V1Beta1

Assembly

Google.Cloud.PrivateCatalog.V1Beta1.dll

Constructors

GcsSource()

public GcsSource()

GcsSource(GcsSource)

public GcsSource(GcsSource other)
Parameter
NameDescription
otherGcsSource

Properties

GcsPath

public string GcsPath { get; set; }

Output only. the cloud storage object path.

Property Value
TypeDescription
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
TypeDescription
long

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the object metadata was last changed.

Property Value
TypeDescription
Timestamp