Uses of Class
com.google.cloud.logging.Operation.Builder
Packages that use Operation.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionstatic Operation.BuilderOperation.newBuilder(String id, String producer) Returns a builder forOperationobjects given the operation and producer identifiers.Operation.Builder.setFirst(boolean first) Sets whether the corresponding entry is the first log entry in the operation.Sets the operation identifier.Operation.Builder.setLast(boolean last) Sets whether the corresponding entry is the last log entry in the operation.Operation.Builder.setProducer(String producer) Sets an arbitrary producer identifier.Operation.toBuilder()Returns aBuilderfor this operation.