Interface protos.google.cloud.gkehub.configmanagement.v1.ISyncState (4.2.0)

Properties of a SyncState.

Package

@google-cloud/gke-hub

Properties

code

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

SyncState code

errors

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

SyncState errors

importToken

importToken?: (string|null);

SyncState importToken

lastSync

lastSync?: (string|null);

SyncState lastSync

lastSyncTime

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

SyncState lastSyncTime

sourceToken

sourceToken?: (string|null);

SyncState sourceToken

syncToken

syncToken?: (string|null);

SyncState syncToken