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.BuilderOperation. newBuilder(String id, String producer)Returns a builder forOperationobjects given the operation and producer identifiers.Operation.BuilderOperation.Builder. setFirst(boolean first)Sets whether the corresponding entry is the first log entry in the operation.Operation.BuilderOperation.Builder. setId(String id)Sets the operation identifier.Operation.BuilderOperation.Builder. setLast(boolean last)Sets whether the corresponding entry is the last log entry in the operation.Operation.BuilderOperation.Builder. setProducer(String producer)Sets an arbitrary producer identifier.Operation.BuilderOperation. toBuilder()Returns aBuilderfor this operation.
-