Uses of Class
com.google.cloud.logging.SinkInfo.Destination
-
Packages that use SinkInfo.Destination Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of SinkInfo.Destination in com.google.cloud.logging
Subclasses of SinkInfo.Destination in com.google.cloud.logging 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.Methods in com.google.cloud.logging with type parameters of type SinkInfo.Destination Modifier and Type Method Description <T extends SinkInfo.Destination>
TSinkInfo. getDestination()
Returns the export destination.Methods in com.google.cloud.logging with parameters of type SinkInfo.Destination Modifier and Type Method Description static SinkInfo.Builder
SinkInfo. newBuilder(String name, SinkInfo.Destination destination)
Returns a builder forSinkInfo
objects given the name of the sink and its destination.static SinkInfo
SinkInfo. of(String name, SinkInfo.Destination destination)
Creates aSinkInfo
object given the name of the sink and its destination.Sink.Builder
Sink.Builder. setDestination(SinkInfo.Destination destination)
abstract SinkInfo.Builder
SinkInfo.Builder. setDestination(SinkInfo.Destination destination)
Sets the export destination.
-