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 classSinkInfo.Destination.BucketDestinationClass for specifying a Google Cloud Storage bucket as destination for the sink.static classSinkInfo.Destination.DatasetDestinationClass for specifying a Google Cloud BigQuery dataset as destination for the sink.static classSinkInfo.Destination.LoggingBucketDestinationstatic classSinkInfo.Destination.TopicDestinationClass 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.BuilderSinkInfo. newBuilder(String name, SinkInfo.Destination destination)Returns a builder forSinkInfoobjects given the name of the sink and its destination.static SinkInfoSinkInfo. of(String name, SinkInfo.Destination destination)Creates aSinkInfoobject given the name of the sink and its destination.Sink.BuilderSink.Builder. setDestination(SinkInfo.Destination destination)abstract SinkInfo.BuilderSinkInfo.Builder. setDestination(SinkInfo.Destination destination)Sets the export destination.
-