Interface protos.google.cloud.gkehub.configmanagement.v1alpha.ISyncState (1.3.0)

Properties of a SyncState.

Package

@google-cloud/gke-hub!

Properties

code

code?: (google.cloud.gkehub.configmanagement.v1alpha.SyncState.SyncCode|keyof typeof google.cloud.gkehub.configmanagement.v1alpha.SyncState.SyncCode|null);

SyncState code

Property Value
TypeDescription
(google.cloud.gkehub.configmanagement.v1alpha.SyncState.SyncCode|keyof typeof google.cloud.gkehub.configmanagement.v1alpha.SyncState.SyncCode|null)

errors

errors?: (google.cloud.gkehub.configmanagement.v1alpha.ISyncError[]|null);

SyncState errors

Property Value
TypeDescription
(google.cloud.gkehub.configmanagement.v1alpha.ISyncError[]|null)

importToken

importToken?: (string|null);

SyncState importToken

Property Value
TypeDescription
(string|null)

lastSync

lastSync?: (string|null);

SyncState lastSync

Property Value
TypeDescription
(string|null)

lastSyncTime

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

SyncState lastSyncTime

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

sourceToken

sourceToken?: (string|null);

SyncState sourceToken

Property Value
TypeDescription
(string|null)

syncToken

syncToken?: (string|null);

SyncState syncToken

Property Value
TypeDescription
(string|null)