Uses of Class
com.google.cloud.logging.Operation.Builder
-
Packages that use Operation.Builder Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of Operation.Builder in com.google.cloud.logging
Methods in com.google.cloud.logging that return Operation.Builder Modifier and Type Method Description static Operation.Builder
Operation. newBuilder(String id, String producer)
Returns a builder forOperation
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 aBuilder
for this operation.
-