Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
Modifier and Type | Method and Description |
---|---|
SinkInfo.VersionFormat |
SinkInfo.getVersionFormat()
Returns the log entry version to use for this sink's exported log entries.
|
static SinkInfo.VersionFormat |
SinkInfo.VersionFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SinkInfo.VersionFormat[] |
SinkInfo.VersionFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract SinkInfo.Builder |
SinkInfo.Builder.setVersionFormat(SinkInfo.VersionFormat versionFormat)
Sets the log entry version to use for this sink's exported log entries.
|
Sink.Builder |
Sink.Builder.setVersionFormat(SinkInfo.VersionFormat versionFormat) |
Copyright © 2019 Google LLC. All rights reserved.