SyncRepoMetadata

Metadata of repos.sync.

This message is in the metadata field of Operation.

JSON representation
{
  "name": string,
  "statusMessage": string,
  "startTime": string,
  "updateTime": string
}
Fields
name

string

The name of the repo being synchronized. Values are of the form projects/<project>/repos/<repo>.

statusMessage

string

The latest status message on syncing the repository.

startTime

string (Timestamp format)

The time this operation is started.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

The time this operation's status message is updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".