You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*CollaborationApi* | [**get_classifications**](docs/CollaborationApi.md#get_classifications) | **GET** /cloud/{cloud_pk}/project/{project_pk}/classification | Retrieve all classifications
222
222
*CollaborationApi* | [**get_cloud**](docs/CollaborationApi.md#get_cloud) | **GET** /cloud/{id} | Retrieve one cloud
223
223
*CollaborationApi* | [**get_cloud_invitations**](docs/CollaborationApi.md#get_cloud_invitations) | **GET** /cloud/{cloud_pk}/invitation | Retrieve all pending invitations in the cloud
224
-
*CollaborationApi* | [**get_cloud_size**](docs/CollaborationApi.md#get_cloud_size) | **GET** /cloud/{id}/size | Returns the sizes of the cloud in Bytes.
*CollaborationApi* | [**get_cloud_user**](docs/CollaborationApi.md#get_cloud_user) | **GET** /cloud/{cloud_pk}/user/{id} | Retrieve a user in a cloud
226
226
*CollaborationApi* | [**get_cloud_users**](docs/CollaborationApi.md#get_cloud_users) | **GET** /cloud/{cloud_pk}/user | Retrieve all users in a cloud, or a list with a filter by email
227
227
*CollaborationApi* | [**get_clouds**](docs/CollaborationApi.md#get_clouds) | **GET** /cloud | Retrieve all clouds
"""Returns the sizes of the cloud in Bytes. # noqa: E501
4991
+
"""summary # noqa: E501
4992
4992
4993
4993
Returns the sizes of the cloud in Bytes. The response fields depends on the role of the user. If the user is an admin, all field will be returned. If the user is a standard user, only `remaining_total_size` and `remaining_smart_data_size` will be set. If the call is made from an API access, role admin (100) will be returned and all fields will be set. The fields `managed by` indicate if the subscription for this cloud is an API subscription or a BIMData Platform subscription. If the cloud is managed by an API plan, the remaining sizes will take others organizations's clouds size into account # noqa: E501
4994
4994
This method makes a synchronous HTTP request by default. To make an
"""Returns the sizes of the cloud in Bytes. # noqa: E501
5016
+
"""summary # noqa: E501
5017
5017
5018
5018
Returns the sizes of the cloud in Bytes. The response fields depends on the role of the user. If the user is an admin, all field will be returned. If the user is a standard user, only `remaining_total_size` and `remaining_smart_data_size` will be set. If the call is made from an API access, role admin (100) will be returned and all fields will be set. The fields `managed by` indicate if the subscription for this cloud is an API subscription or a BIMData Platform subscription. If the cloud is managed by an API plan, the remaining sizes will take others organizations's clouds size into account # noqa: E501
5019
5019
This method makes a synchronous HTTP request by default. To make an
[**get_classifications**](CollaborationApi.md#get_classifications) | **GET** /cloud/{cloud_pk}/project/{project_pk}/classification | Retrieve all classifications
42
42
[**get_cloud**](CollaborationApi.md#get_cloud) | **GET** /cloud/{id} | Retrieve one cloud
43
43
[**get_cloud_invitations**](CollaborationApi.md#get_cloud_invitations) | **GET** /cloud/{cloud_pk}/invitation | Retrieve all pending invitations in the cloud
44
-
[**get_cloud_size**](CollaborationApi.md#get_cloud_size) | **GET** /cloud/{id}/size | Returns the sizes of the cloud in Bytes.
[**get_cloud_user**](CollaborationApi.md#get_cloud_user) | **GET** /cloud/{cloud_pk}/user/{id} | Retrieve a user in a cloud
46
46
[**get_cloud_users**](CollaborationApi.md#get_cloud_users) | **GET** /cloud/{cloud_pk}/user | Retrieve all users in a cloud, or a list with a filter by email
47
47
[**get_clouds**](CollaborationApi.md#get_clouds) | **GET** /cloud | Retrieve all clouds
@@ -7842,7 +7842,7 @@ Name | Type | Description | Notes
7842
7842
# **get_cloud_size**
7843
7843
> Size get_cloud_size(id)
7844
7844
7845
-
Returns the sizes of the cloud in Bytes.
7845
+
summary
7846
7846
7847
7847
Returns the sizes of the cloud in Bytes. The response fields depends on the role of the user. If the user is an admin, all field will be returned. If the user is a standard user, only `remaining_total_size` and `remaining_smart_data_size` will be set. If the call is made from an API access, role admin (100) will be returned and all fields will be set. The fields `managed by` indicate if the subscription for this cloud is an API subscription or a BIMData Platform subscription. If the cloud is managed by an API plan, the remaining sizes will take others organizations's clouds size into account
7848
7848
@@ -7895,7 +7895,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
7895
7895
id = 56 # int | A unique integer value identifying this cloud.
7896
7896
7897
7897
try:
7898
-
# Returns the sizes of the cloud in Bytes.
7898
+
# summary
7899
7899
api_response = api_instance.get_cloud_size(id)
7900
7900
pprint(api_response)
7901
7901
except ApiException as e:
@@ -7949,7 +7949,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
7949
7949
id = 56 # int | A unique integer value identifying this cloud.
7950
7950
7951
7951
try:
7952
-
# Returns the sizes of the cloud in Bytes.
7952
+
# summary
7953
7953
api_response = api_instance.get_cloud_size(id)
7954
7954
pprint(api_response)
7955
7955
except ApiException as e:
@@ -8003,7 +8003,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
8003
8003
id = 56 # int | A unique integer value identifying this cloud.
0 commit comments