Skip to content

Commit b030ed6

Browse files
feat(cloud)!: remove get and update list method for billing reservations
1 parent ca4cbba commit b030ed6

8 files changed

Lines changed: 143 additions & 525 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 608
1+
configured_endpoints: 607
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-028d2bc06b6df923be73a9173da89cc0b5f82016051679f7500732da0168431f.yml
33
openapi_spec_hash: d85526ff52803ee01d44231d0536da87
4-
config_hash: 4424995cf809ff9b2c7ef6f4b5fbdcf8
4+
config_hash: ba133b9b8d6b270153eb6a24c4280262

api.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -750,13 +750,12 @@ Methods:
750750
Types:
751751

752752
```python
753-
from gcore.types.cloud import BillingReservation
753+
from gcore.types.cloud import BillingReservation, BillingReservations
754754
```
755755

756756
Methods:
757757

758-
- <code title="get /cloud/v1/reservations">client.cloud.billing_reservations.<a href="./src/gcore/resources/cloud/billing_reservations.py">list</a>(\*\*<a href="src/gcore/types/cloud/billing_reservation_list_params.py">params</a>) -> <a href="./src/gcore/types/cloud/billing_reservation.py">SyncOffsetPage[BillingReservation]</a></code>
759-
- <code title="get /cloud/v1/reservations/{reservation_id}">client.cloud.billing_reservations.<a href="./src/gcore/resources/cloud/billing_reservations.py">get</a>(reservation_id) -> <a href="./src/gcore/types/cloud/billing_reservation.py">BillingReservation</a></code>
758+
- <code title="get /cloud/v2/reservations">client.cloud.billing_reservations.<a href="./src/gcore/resources/cloud/billing_reservations.py">list</a>(\*\*<a href="src/gcore/types/cloud/billing_reservation_list_params.py">params</a>) -> <a href="./src/gcore/types/cloud/billing_reservations.py">BillingReservations</a></code>
760759

761760
## GPUBaremetalClusters
762761

0 commit comments

Comments
 (0)