Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
Modifier and Type | Class and 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.TopicDestination
Class for specifying a Google Cloud BigQuery dataset as destination for the sink.
|
Modifier and Type | Method and Description |
---|---|
<T extends SinkInfo.Destination> |
SinkInfo.getDestination()
Returns the export destination.
|
Modifier and Type | Method and Description |
---|---|
static SinkInfo.Builder |
SinkInfo.newBuilder(String name,
SinkInfo.Destination destination)
Returns a builder for
SinkInfo objects given the name of the sink and its destination. |
static SinkInfo |
SinkInfo.of(String name,
SinkInfo.Destination destination)
Creates a
SinkInfo object given the name of the sink and its destination. |
abstract SinkInfo.Builder |
SinkInfo.Builder.setDestination(SinkInfo.Destination destination)
Sets the export destination.
|
Sink.Builder |
Sink.Builder.setDestination(SinkInfo.Destination destination) |
Copyright © 2019 Google LLC. All rights reserved.