Uses of Class
com.google.cloud.logging.SinkInfo.Destination
Packages that use SinkInfo.Destination
Package
Description
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.loggingModifier and TypeClassDescriptionstatic final classClass for specifying a Google Cloud Storage bucket as destination for the sink.static final classClass for specifying a Google Cloud BigQuery dataset as destination for the sink.static final classstatic final classClass for specifying a Google Cloud BigQuery dataset as destination for the sink.Methods in com.google.cloud.logging with type parameters of type SinkInfo.DestinationModifier and TypeMethodDescription<T extends SinkInfo.Destination>
TSinkInfo.getDestination()Returns the export destination.Methods in com.google.cloud.logging with parameters of type SinkInfo.DestinationModifier and TypeMethodDescriptionstatic 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.Builder.setDestination(SinkInfo.Destination destination) abstract SinkInfo.BuilderSinkInfo.Builder.setDestination(SinkInfo.Destination destination) Sets the export destination.