Package com.google.cloud.logging
Class SinkInfo.Destination
- java.lang.Object
-
- com.google.cloud.logging.SinkInfo.Destination
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SinkInfo.Destination.BucketDestination
,SinkInfo.Destination.DatasetDestination
,SinkInfo.Destination.LoggingBucketDestination
,SinkInfo.Destination.TopicDestination
- Enclosing class:
- SinkInfo
public abstract static class SinkInfo.Destination extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.LoggingBucketDestination
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 Cloud Logging sink.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SinkInfo.Destination.Type
getType()
Returns the type of this destination.
-
-
-
Method Detail
-
getType
public SinkInfo.Destination.Type getType()
Returns the type of this destination.
-
-