| Package | Description |
|---|---|
| com.google.cloud.logging |
A client to Stackdriver Logging.
|
| Modifier and Type | Method and Description |
|---|---|
static Operation.Builder |
Operation.builder(String id,
String producer)
Returns a builder for
Operation objects given the operation and producer identifiers. |
Operation.Builder |
Operation.Builder.first(boolean first)
Sets whether the corresponding entry is the first log entry in the operation.
|
Operation.Builder |
Operation.Builder.id(String id)
Sets the operation identifier.
|
Operation.Builder |
Operation.Builder.last(boolean last)
Sets whether the corresponding entry is the last log entry in the operation.
|
Operation.Builder |
Operation.Builder.producer(String producer)
Sets an arbitrary producer identifier.
|
Operation.Builder |
Operation.toBuilder()
Returns a
Builder for this operation. |
Copyright © 2016 Google. All rights reserved.