Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
Modifier and Type | Method and Description |
---|---|
static SinkInfo.Destination.TopicDestination |
SinkInfo.Destination.TopicDestination.of(String topic)
Creates a
DatasetDestination object given the name of the topic to be used as sink
destination. |
static SinkInfo.Destination.TopicDestination |
SinkInfo.Destination.TopicDestination.of(String project,
String topic)
Creates a
TopicDestination object given the name of the project and topic to be
used as sink destination. |
Copyright © 2019 Google LLC. All rights reserved.