Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
Modifier and Type | Method and Description |
---|---|
Operation |
Operation.Builder.build()
Creates an
Operation object for this builder. |
Operation |
LogEntry.getOperation()
Returns information about an operation associated with the log entry, if applicable.
|
static Operation |
Operation.of(String id,
String producer)
Returns a
Operation object given the operation and producer identifiers. |
Modifier and Type | Method and Description |
---|---|
LogEntry.Builder |
LogEntry.Builder.setOperation(Operation operation)
Sets information about an operation associated with the log entry, if applicable.
|
Copyright © 2019 Google LLC. All rights reserved.