Enum SinkInfo.Destination.Type (3.5.3)

public enum SinkInfo.Destination.Type extends Enum<SinkInfo.Destination.Type>

Type of destination for Cloud Logging sink.

Fields

NameDescription
BUCKET

Specifies a Google Cloud Storage bucket as destination for the sink.

DATASET

Specifies a Google Cloud BigQuery dataset as destination for the sink.

LOGGING_BUCKET

Specifies a Logging bucket as destination for the sink.

TOPIC

Specifies a Google Cloud Pub/Sub topic as destination for the sink.

Methods

NameDescription
valueOf(String name)
values()