public sealed class GcsRepositorySnapshotMetadata : IMessage<GcsRepositorySnapshotMetadata>, IEquatable<GcsRepositorySnapshotMetadata>, IDeepCloneable<GcsRepositorySnapshotMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class GcsRepositorySnapshotMetadata.
Metadata about a repository snapshot stored in Google Cloud Storage.
Implements
IMessageGcsRepositorySnapshotMetadata, IEquatableGcsRepositorySnapshotMetadata, IDeepCloneableGcsRepositorySnapshotMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
GcsRepositorySnapshotMetadata()
public GcsRepositorySnapshotMetadata()GcsRepositorySnapshotMetadata(GcsRepositorySnapshotMetadata)
public GcsRepositorySnapshotMetadata(GcsRepositorySnapshotMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
GcsRepositorySnapshotMetadata |
Properties
Crc32CChecksum
public string Crc32CChecksum { get; set; }Output only. The crc32c checksum of the repository snapshot, big-endian base64 encoded.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Generation
public long Generation { get; set; }Output only. The generation number of the Cloud Storage object. See https://cloud.google.com/storage/docs/metadata#generation-number.
| Property Value | |
|---|---|
| Type | Description |
long |
|
RepositorySnapshotUri
public string RepositorySnapshotUri { get; set; }Output only. The Google Cloud Storage URI of the repository snapshot.
| Property Value | |
|---|---|
| Type | Description |
string |
|