Method: projects.locations.backends.builds.get

Gets information about a build.

HTTP request

GET https://firebaseapphosting.googleapis.com/v1beta/{name=projects/*/locations/*/backends/*/builds/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the resource in the format:

projects/{project}/locations/{locationId}/backends/{backendId}/builds/{buildId}.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Build.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.