Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CloudLoggingOption

import type { CloudLoggingOption } from "https://googleapis.deno.dev/v1/batch:v1.ts";

CloudLoggingOption contains additional settings for Cloud Logging logs generated by Batch job.

interface CloudLoggingOption {
useGenericTaskMonitoredResource?: boolean;
}

§Properties

§
useGenericTaskMonitoredResource?: boolean
[src]

Optional. Set this flag to true to change the monitored resource type for Cloud Logging logs generated by this Batch job from the batch.googleapis.com/Job type to the formerly used generic_task type.