REST Resource: projects.locations.featureOnlineStores.featureViews.featureViewSyncs

Resource: FeatureViewSync

FeatureViewSync is a representation of sync operation which copies data from data source to feature View in Online Store.

Fields
name string

Identifier. name of the FeatureViewSync. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}/featureViewSyncs/{featureViewSync}

createTime string (Timestamp format)

Output only. time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014年10月02日T15:01:23Z", "2014年10月02日T15:01:23.045123456Z" or "2014年10月02日T15:01:23+05:30".

runTime object (Interval )

Output only. time when this FeatureViewSync is finished.

finalStatus object (Status )

Output only. Final status of the FeatureViewSync.

syncSummary object (SyncSummary )

Output only. Summary of the sync job.

satisfiesPzs boolean

Output only. reserved for future use.

satisfiesPzi boolean

Output only. reserved for future use.

JSON representation
{
 "name": string,
 "createTime": string,
 "runTime": {
 object (Interval )
 },
 "finalStatus": {
 object (Status )
 },
 "syncSummary": {
 object (SyncSummary )
 },
 "satisfiesPzs": boolean,
 "satisfiesPzi": boolean
}

SyncSummary

Summary from the Sync job. For continuous syncs, the summary is updated periodically. For batch syncs, it gets updated on completion of the sync.

Fields
rowSynced string (int64 format)

Output only. Total number of rows synced.

totalSlot string (int64 format)

Output only. BigQuery slot milliseconds consumed for the sync job.

systemWatermarkTime string (Timestamp format)

Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014年10月02日T15:01:23Z", "2014年10月02日T15:01:23.045123456Z" or "2014年10月02日T15:01:23+05:30".

JSON representation
{
 "rowSynced": string,
 "totalSlot": string,
 "systemWatermarkTime": string
}

Methods

get

Gets details of a single FeatureViewSync.

list

Lists FeatureViewSyncs in a given FeatureView.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年09月22日 UTC.