LoggingConfig
import type { LoggingConfig } from "https://googleapis.deno.dev/v1/storagebatchoperations:v1.ts";
Specifies the Cloud Logging behavior.
interface LoggingConfig {
logActions?: "LOGGABLE_ACTION_UNSPECIFIED" | "TRANSFORM"[];
logActionStates?: "LOGGABLE_ACTION_STATE_UNSPECIFIED" | "SUCCEEDED" | "FAILED"[];
}