Enum SinkInfo.Destination.Type (3.16.0)

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

Type of destination for Cloud Logging sink.

Static 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.

Static Methods

NameDescription
valueOf(String name)
values()