CheckUpgradeResponse
import type { CheckUpgradeResponse } from "https://googleapis.deno.dev/v1/composer:v1.ts";
Message containing information about the result of an upgrade check operation.
interface CheckUpgradeResponse {
readonly buildLogUri?: string;
readonly configConflicts?: ConfigConflict[];
readonly containsPypiModulesConflict?: "CONFLICT_RESULT_UNSPECIFIED" | "CONFLICT" | "NO_CONFLICT";
imageVersion?: string;
readonly pypiConflictBuildLogExtract?: string;
pypiDependencies?: {};
}[key: string]: string;
§Properties
§
readonly configConflicts?: ConfigConflict[]
[src]Output only. Contains information about environment configuration that is incompatible with the new image version, except for pypi modules conflicts.
§
readonly containsPypiModulesConflict?: "CONFLICT_RESULT_UNSPECIFIED" | "CONFLICT" | "NO_CONFLICT"
[src]Output only. Whether build has succeeded or failed on modules conflicts.