Show / Hide Table of Contents

Enum ProjectsResource.TransferConfigsResource.RunsResource.TransferLogsResource.ListRequest.MessageTypesEnum

Message types to return. If not populated - INFO, WARNING and ERROR messages are returned.

Namespace: Google.Apis.BigQueryDataTransfer.v1
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public enum MessageTypesEnum

Fields

Name Description
ERROR

Error message.

INFO

Informational message.

MESSAGESEVERITYUNSPECIFIED

No severity specified.

WARNING

Warning message.

In This Article
Back to top