public abstract static class SinkInfo.Destination extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SinkInfo.Destination.BucketDestination
Class for specifying a Google Cloud Storage bucket as destination for the sink.
|
static class |
SinkInfo.Destination.DatasetDestination
Class for specifying a Google Cloud BigQuery dataset as destination for the sink.
|
static class |
SinkInfo.Destination.TopicDestination
Class for specifying a Google Cloud BigQuery dataset as destination for the sink.
|
static class |
SinkInfo.Destination.Type
Type of destination for Stackdriver Logging sink.
|
Modifier and Type | Method and Description |
---|---|
SinkInfo.Destination.Type |
getType()
Returns the type of this destination.
|
public SinkInfo.Destination.Type getType()
Copyright © 2019 Google LLC. All rights reserved.