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 |
Sink.Builder
A builder for
Sink objects. |
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. |
abstract SinkInfo.Builder |
SinkInfo.Builder.setDestination(SinkInfo.Destination destination)
Sets the export destination.
|
abstract SinkInfo.Builder |
SinkInfo.Builder.setFilter(String filter)
Sets an advanced logs filter.
|
abstract SinkInfo.Builder |
SinkInfo.Builder.setName(String name)
Sets the name of the sink.
|
abstract SinkInfo.Builder |
SinkInfo.Builder.setVersionFormat(SinkInfo.VersionFormat versionFormat)
Sets the log entry version to use for this sink's exported log entries.
|
SinkInfo.Builder |
SinkInfo.toBuilder()
Returns a builder for this
SinkInfo object. |
Copyright © 2019 Google LLC. All rights reserved.