Enum SinkInfo.Destination.Type (3.17.0)

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

Type of destination for Cloud Logging sink.

Static Fields

Name Description
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.

Static Methods

Name Description
valueOf(String name)
values()