TargetChange Object

TargetChange(
  targetChangeType = NULL,
  cause = NULL,
  targetIds = NULL,
  readTime = NULL,
  resumeToken = NULL
)

Arguments

targetChangeType

The type of change that occurred

cause

The error that resulted in this change, if applicable

targetIds

The target IDs of targets that have changed

readTime

The consistent read_time for the given target_ids (omitted when the target_ids are not at a consistent snapshot)

resumeToken

A token that can be used to resume the stream for the given target_ids, or all targets if target_ids is empty

Value

TargetChange object

Details

Autogenerated via gar_create_api_objects Targets being watched have changed.