Uses of Class
com.google.cloud.logging.Operation
-
Packages that use Operation Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of Operation in com.google.cloud.logging
Methods in com.google.cloud.logging that return Operation Modifier and Type Method Description OperationOperation.Builder. build()Creates anOperationobject for this builder.OperationLogEntry. getOperation()Returns information about an operation associated with the log entry, if applicable.static OperationOperation. of(String id, String producer)Returns aOperationobject given the operation and producer identifiers.Methods in com.google.cloud.logging with parameters of type Operation Modifier and Type Method Description LogEntry.BuilderLogEntry.Builder. setOperation(Operation operation)Sets information about an operation associated with the log entry, if applicable.
-