Build
import type { Build } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
A single build for a backend, at a specific point codebase reference tag and point in time. Encapsulates several resources, including an Artifact Registry container image, a Cloud Build invocation that built the image, and the Cloud Run revision that uses that image.
§Properties
Optional. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
Output only. The location of the Cloud Build logs for the build process.
Output only. The environment name of the backend when this build was created.
Output only. Server-computed checksum based on other values; may be sent on update or delete to ensure operation is done on expected resource.
Output only. The Artifact Registry container
image
URI, used by the Cloud Run
revision
for this build.
Optional. Unstructured key value map that can be used to organize and categorize objects.
Identifier. The resource name of the build. Format:
projects/{project}/locations/{locationId}/backends/{backendId}/builds/{buildId}
.
Output only. A field that, if true, indicates that the build has an ongoing LRO.
Required. Immutable. The source for the build.