Uses of Class
com.google.cloud.logging.SinkInfo.Destination.TopicDestination
-
Packages that use SinkInfo.Destination.TopicDestination Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of SinkInfo.Destination.TopicDestination in com.google.cloud.logging
Methods in com.google.cloud.logging that return SinkInfo.Destination.TopicDestination Modifier and Type Method Description static SinkInfo.Destination.TopicDestinationSinkInfo.Destination.TopicDestination. of(String topic)Creates aDatasetDestinationobject given the name of the topic to be used as sink destination.static SinkInfo.Destination.TopicDestinationSinkInfo.Destination.TopicDestination. of(String project, String topic)Creates aTopicDestinationobject given the name of the project and topic to be used as sink destination.
-