BackendServiceOrchestrationInfo
import type { BackendServiceOrchestrationInfo } from "https://googleapis.deno.dev/v1/compute:v1.ts";A message containing information about the resource or system that manages the backend service.
interface BackendServiceOrchestrationInfo {
resourceUri?: string;
}