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