Interface protos.google.dataflow.v1beta3.ISnapshot

Properties of a Snapshot.

Package

@google-cloud/dataflow!

Properties

creationTime

creationTime?: (google.protobuf.ITimestamp|null);

Snapshot creationTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

description

description?: (string|null);

Snapshot description

Property Value
TypeDescription
(string|null)

diskSizeBytes

diskSizeBytes?: (number|Long|string|null);

Snapshot diskSizeBytes

Property Value
TypeDescription
(number|Long|string|null)

id

id?: (string|null);

Snapshot id

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

Snapshot projectId

Property Value
TypeDescription
(string|null)

pubsubMetadata

pubsubMetadata?: (google.dataflow.v1beta3.IPubsubSnapshotMetadata[]|null);

Snapshot pubsubMetadata

Property Value
TypeDescription
(google.dataflow.v1beta3.IPubsubSnapshotMetadata[]|null)

region

region?: (string|null);

Snapshot region

Property Value
TypeDescription
(string|null)

sourceJobId

sourceJobId?: (string|null);

Snapshot sourceJobId

Property Value
TypeDescription
(string|null)

state

state?: (google.dataflow.v1beta3.SnapshotState|keyof typeof google.dataflow.v1beta3.SnapshotState|null);

Snapshot state

Property Value
TypeDescription
(google.dataflow.v1beta3.SnapshotState|keyof typeof google.dataflow.v1beta3.SnapshotState|null)

ttl

ttl?: (google.protobuf.IDuration|null);

Snapshot ttl

Property Value
TypeDescription
(google.protobuf.IDuration|null)