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 Operation
Operation.Builder. build()
Creates anOperation
object for this builder.Operation
LogEntry. getOperation()
Returns information about an operation associated with the log entry, if applicable.static Operation
Operation. of(String id, String producer)
Returns aOperation
object given the operation and producer identifiers.Methods in com.google.cloud.logging with parameters of type Operation Modifier and Type Method Description LogEntry.Builder
LogEntry.Builder. setOperation(Operation operation)
Sets information about an operation associated with the log entry, if applicable.
-