DataflowGaugeValue
import type { DataflowGaugeValue } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";
The gauge value of a metric.
interface DataflowGaugeValue {
measuredTime?: Date;
value?: bigint;
}import type { DataflowGaugeValue } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";
The gauge value of a metric.