Path Parameters
The project id.
Body
The title of the release.
The SQL files included in the release.
The version control source of the release. Version control system source information.
The digest of the release. The user can provide the digest of the release. It can be used later to retrieve the release in GetRelease. Whether to provide digest and how to generate it is up to the user. If the digest is not empty, it must be unique in the project. Otherwise, an ALREADY_EXISTS error will be returned.
Response
OK
Format: projects/{project}/releases/{release}
The title of the release.
The SQL files included in the release.
The version control source of the release. Version control system source information.
Format: users/hello@world.com
The lifecycle state of the release.
STATE_UNSPECIFIED
, ACTIVE
, DELETED
The digest of the release. The user can provide the digest of the release. It can be used later to retrieve the release in GetRelease. Whether to provide digest and how to generate it is up to the user. If the digest is not empty, it must be unique in the project. Otherwise, an ALREADY_EXISTS error will be returned.