asset_preparation::v1::sky::SkyPreparation Class Reference
Last update: 16.07.2025Sky Preparation Service. More...
Public Member Functions | |
| CreateSkyResponse | CreateSky (CreateSkyRequest) |
| GetSkyResponse | GetSky (GetSkyRequest) |
| ListSkiesResponse | ListSkies (google::protobuf::Empty) |
| UpdateSkyResponse | UpdateSky (UpdateSkyRequest) |
| DeleteSkyResponse | DeleteSky (DeleteSkyRequest) |
Detailed Description
Sky Preparation Service.
This service is used to create, edit and manage skies.
Member Function Documentation
◆ CreateSky()
| CreateSkyResponse asset_preparation::v1::sky::SkyPreparation::CreateSky | ( | CreateSkyRequest | ) |
Creates a new sky with an optional name and type.
- Note
- Names must be unique amongst skies.
- If unspecified, default values are used.
Returns the identifier of the created sky.
◆ DeleteSky()
| DeleteSkyResponse asset_preparation::v1::sky::SkyPreparation::DeleteSky | ( | DeleteSkyRequest | ) |
Deletes a sky, given its identifier.
- Note
- If you delete a sky that is set as the active_sky in an environment, the environment is updated with the default sky set as the active sky.
◆ GetSky()
| GetSkyResponse asset_preparation::v1::sky::SkyPreparation::GetSky | ( | GetSkyRequest | ) |
Gets the properties of a sky, given its identifier.
Returns the sky properties.
◆ ListSkies()
| ListSkiesResponse asset_preparation::v1::sky::SkyPreparation::ListSkies | ( | google::protobuf::Empty | ) |
Lists all the created skies.
Returns the identifiers and names of the skies.
◆ UpdateSky()
| UpdateSkyResponse asset_preparation::v1::sky::SkyPreparation::UpdateSky | ( | UpdateSkyRequest | ) |
Edits the properties of a sky, given its identifier.
- Note
- Names must be unique amongst skies.
The documentation for this class was generated from the following file:
- sky.proto