public sealed class GcsSource : IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessageDefines how to access Cloud Storage source.
Implements
IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, 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 |
Int64 |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time when the object metadata was last changed.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|