REST Resource: projects.transferConfigs.runs.transferLogs

Resource: TransferMessage

Represents a user facing message for a particular data transfer run.

JSON representation
{
 "messageTime": string,
 "severity": enum (MessageSeverity ),
 "messageText": string
}
Fields
messageTime

string (Timestamp format)

Time when message was logged.

severity

enum (MessageSeverity )

Message severity.

messageText

string

Message text.

Methods

list

Returns log messages for the transfer run.

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年07月02日 UTC.