Skip to content

Commit

Permalink
Merge pull request #482 from hkad98/regenerate_clients
Browse files Browse the repository at this point in the history
TRIVIAL: regenerate API client

Reviewed-by: Jan Kadlec
             https://github.com/hkad98
  • Loading branch information
gdgate authored Dec 14, 2023
2 parents 75c408b + de2b13e commit 5a068bf
Show file tree
Hide file tree
Showing 169 changed files with 12,595 additions and 27,475 deletions.
8 changes: 4 additions & 4 deletions gooddata-api-client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ docs/FilterDefinition.md
docs/FilterDefinitionForSimpleMeasure.md
docs/GenerateLdmRequest.md
docs/GenerateLogicalDataModelApi.md
docs/GetStagingLocationApi.md
docs/GrainIdentifier.md
docs/GrantedPermission.md
docs/GranularitiesFormatting.md
Expand Down Expand Up @@ -538,6 +537,8 @@ docs/JsonApiWorkspaceOutDocument.md
docs/JsonApiWorkspaceOutList.md
docs/JsonApiWorkspaceOutMeta.md
docs/JsonApiWorkspaceOutMetaConfig.md
docs/JsonApiWorkspaceOutMetaDataModel.md
docs/JsonApiWorkspaceOutMetaHierarchy.md
docs/JsonApiWorkspaceOutWithLinks.md
docs/JsonApiWorkspacePatch.md
docs/JsonApiWorkspacePatchDocument.md
Expand Down Expand Up @@ -632,7 +633,6 @@ docs/SortKeyTotalTotal.md
docs/SortKeyValue.md
docs/SortKeyValueValue.md
docs/SqlColumn.md
docs/StagingUploadLocation.md
docs/TableWarning.md
docs/TabularExportRequest.md
docs/TestConnectionApi.md
Expand Down Expand Up @@ -697,7 +697,6 @@ gooddata_api_client/api/entitlement_api.py
gooddata_api_client/api/exporting_api.py
gooddata_api_client/api/facts_api.py
gooddata_api_client/api/generate_logical_data_model_api.py
gooddata_api_client/api/get_staging_location_api.py
gooddata_api_client/api/hierarchy_api.py
gooddata_api_client/api/invalidate_cache_api.py
gooddata_api_client/api/jwks_api.py
Expand Down Expand Up @@ -1245,6 +1244,8 @@ gooddata_api_client/model/json_api_workspace_out_document.py
gooddata_api_client/model/json_api_workspace_out_list.py
gooddata_api_client/model/json_api_workspace_out_meta.py
gooddata_api_client/model/json_api_workspace_out_meta_config.py
gooddata_api_client/model/json_api_workspace_out_meta_data_model.py
gooddata_api_client/model/json_api_workspace_out_meta_hierarchy.py
gooddata_api_client/model/json_api_workspace_out_with_links.py
gooddata_api_client/model/json_api_workspace_patch.py
gooddata_api_client/model/json_api_workspace_patch_document.py
Expand Down Expand Up @@ -1326,7 +1327,6 @@ gooddata_api_client/model/sort_key_total_total.py
gooddata_api_client/model/sort_key_value.py
gooddata_api_client/model/sort_key_value_value.py
gooddata_api_client/model/sql_column.py
gooddata_api_client/model/staging_upload_location.py
gooddata_api_client/model/table_warning.py
gooddata_api_client/model/tabular_export_request.py
gooddata_api_client/model/test_definition_request.py
Expand Down
5 changes: 2 additions & 3 deletions gooddata-api-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ Class | Method | HTTP request | Description
*FactsApi* | [**get_all_entities_facts**](docs/FactsApi.md#get_all_entities_facts) | **GET** /api/v1/entities/workspaces/{workspaceId}/facts | Get all Facts
*FactsApi* | [**get_entity_facts**](docs/FactsApi.md#get_entity_facts) | **GET** /api/v1/entities/workspaces/{workspaceId}/facts/{objectId} | Get a Fact
*GenerateLogicalDataModelApi* | [**generate_logical_model**](docs/GenerateLogicalDataModelApi.md#generate_logical_model) | **POST** /api/v1/actions/dataSources/{dataSourceId}/generateLogicalModel | Generate logical data model (LDM) from physical data model (PDM)
*GetStagingLocationApi* | [**get_staging_upload_location**](docs/GetStagingLocationApi.md#get_staging_upload_location) | **POST** /api/v1/actions/dataSources/{dataSourceId}/staging/upload | Get a staging upload location
*HierarchyApi* | [**check_entity_overrides**](docs/HierarchyApi.md#check_entity_overrides) | **POST** /api/v1/actions/workspaces/{workspaceId}/checkEntityOverrides | Finds entities with given ID in hierarchy.
*HierarchyApi* | [**inherited_entity_conflicts**](docs/HierarchyApi.md#inherited_entity_conflicts) | **GET** /api/v1/actions/workspaces/{workspaceId}/inheritedEntityConflicts | Finds identifier conflicts in workspace hierarchy.
*HierarchyApi* | [**inherited_entity_prefixes**](docs/HierarchyApi.md#inherited_entity_prefixes) | **GET** /api/v1/actions/workspaces/{workspaceId}/inheritedEntityPrefixes | Get used entity prefixes in hierarchy
Expand Down Expand Up @@ -328,7 +327,6 @@ Class | Method | HTTP request | Description
*ActionsApi* | [**get_exported_file**](docs/ActionsApi.md#get_exported_file) | **GET** /api/v1/actions/workspaces/{workspaceId}/export/visual/{exportId} | Retrieve exported files
*ActionsApi* | [**get_group_members**](docs/ActionsApi.md#get_group_members) | **GET** /api/v1/actions/userManagement/userGroups/{userGroupId}/members |
*ActionsApi* | [**get_metadata**](docs/ActionsApi.md#get_metadata) | **GET** /api/v1/actions/workspaces/{workspaceId}/export/visual/{exportId}/metadata | Retrieve metadata context
*ActionsApi* | [**get_staging_upload_location**](docs/ActionsApi.md#get_staging_upload_location) | **POST** /api/v1/actions/dataSources/{dataSourceId}/staging/upload | Get a staging upload location
*ActionsApi* | [**get_tabular_export**](docs/ActionsApi.md#get_tabular_export) | **GET** /api/v1/actions/workspaces/{workspaceId}/export/tabular/{exportId} | Retrieve exported files
*ActionsApi* | [**inherited_entity_conflicts**](docs/ActionsApi.md#inherited_entity_conflicts) | **GET** /api/v1/actions/workspaces/{workspaceId}/inheritedEntityConflicts | Finds identifier conflicts in workspace hierarchy.
*ActionsApi* | [**inherited_entity_prefixes**](docs/ActionsApi.md#inherited_entity_prefixes) | **GET** /api/v1/actions/workspaces/{workspaceId}/inheritedEntityPrefixes | Get used entity prefixes in hierarchy
Expand Down Expand Up @@ -1206,6 +1204,8 @@ Class | Method | HTTP request | Description
- [JsonApiWorkspaceOutList](docs/JsonApiWorkspaceOutList.md)
- [JsonApiWorkspaceOutMeta](docs/JsonApiWorkspaceOutMeta.md)
- [JsonApiWorkspaceOutMetaConfig](docs/JsonApiWorkspaceOutMetaConfig.md)
- [JsonApiWorkspaceOutMetaDataModel](docs/JsonApiWorkspaceOutMetaDataModel.md)
- [JsonApiWorkspaceOutMetaHierarchy](docs/JsonApiWorkspaceOutMetaHierarchy.md)
- [JsonApiWorkspaceOutWithLinks](docs/JsonApiWorkspaceOutWithLinks.md)
- [JsonApiWorkspacePatch](docs/JsonApiWorkspacePatch.md)
- [JsonApiWorkspacePatchDocument](docs/JsonApiWorkspacePatchDocument.md)
Expand Down Expand Up @@ -1287,7 +1287,6 @@ Class | Method | HTTP request | Description
- [SortKeyValue](docs/SortKeyValue.md)
- [SortKeyValueValue](docs/SortKeyValueValue.md)
- [SqlColumn](docs/SqlColumn.md)
- [StagingUploadLocation](docs/StagingUploadLocation.md)
- [TableWarning](docs/TableWarning.md)
- [TabularExportRequest](docs/TabularExportRequest.md)
- [TestDefinitionRequest](docs/TestDefinitionRequest.md)
Expand Down
70 changes: 1 addition & 69 deletions gooddata-api-client/docs/ActionsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Method | HTTP request | Description
[**get_exported_file**](ActionsApi.md#get_exported_file) | **GET** /api/v1/actions/workspaces/{workspaceId}/export/visual/{exportId} | Retrieve exported files
[**get_group_members**](ActionsApi.md#get_group_members) | **GET** /api/v1/actions/userManagement/userGroups/{userGroupId}/members |
[**get_metadata**](ActionsApi.md#get_metadata) | **GET** /api/v1/actions/workspaces/{workspaceId}/export/visual/{exportId}/metadata | Retrieve metadata context
[**get_staging_upload_location**](ActionsApi.md#get_staging_upload_location) | **POST** /api/v1/actions/dataSources/{dataSourceId}/staging/upload | Get a staging upload location
[**get_tabular_export**](ActionsApi.md#get_tabular_export) | **GET** /api/v1/actions/workspaces/{workspaceId}/export/tabular/{exportId} | Retrieve exported files
[**inherited_entity_conflicts**](ActionsApi.md#inherited_entity_conflicts) | **GET** /api/v1/actions/workspaces/{workspaceId}/inheritedEntityConflicts | Finds identifier conflicts in workspace hierarchy.
[**inherited_entity_prefixes**](ActionsApi.md#inherited_entity_prefixes) | **GET** /api/v1/actions/workspaces/{workspaceId}/inheritedEntityPrefixes | Get used entity prefixes in hierarchy
Expand Down Expand Up @@ -360,7 +359,7 @@ with gooddata_api_client.ApiClient() as api_client:
workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier
elements_request = ElementsRequest(
complement_filter=False,
data_sampling_percentage=100,
data_sampling_percentage=100.0,
depends_on=[
DependsOn(
complement_filter=False,
Expand Down Expand Up @@ -1651,73 +1650,6 @@ No authorization required

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **get_staging_upload_location**
> StagingUploadLocation get_staging_upload_location(data_source_id)
Get a staging upload location

Provides a location for uploading staging files.

### Example


```python
import time
import gooddata_api_client
from gooddata_api_client.api import actions_api
from gooddata_api_client.model.staging_upload_location import StagingUploadLocation
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = gooddata_api_client.Configuration(
host = "http://localhost"
)


# Enter a context with an instance of the API client
with gooddata_api_client.ApiClient() as api_client:
# Create an instance of the API class
api_instance = actions_api.ActionsApi(api_client)
data_source_id = "dataSourceId_example" # str |

# example passing only required values which don't have defaults set
try:
# Get a staging upload location
api_response = api_instance.get_staging_upload_location(data_source_id)
pprint(api_response)
except gooddata_api_client.ApiException as e:
print("Exception when calling ActionsApi->get_staging_upload_location: %s\n" % e)
```


### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**data_source_id** | **str**| |

### Return type

[**StagingUploadLocation**](StagingUploadLocation.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json


### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**204** | Staging upload location was registered. | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **get_tabular_export**
> get_tabular_export(workspace_id, export_id)
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-client/docs/ComputationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ with gooddata_api_client.ApiClient() as api_client:
workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier
elements_request = ElementsRequest(
complement_filter=False,
data_sampling_percentage=100,
data_sampling_percentage=100.0,
depends_on=[
DependsOn(
complement_filter=False,
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-client/docs/ElementsRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | **str** | Requested label. |
**complement_filter** | **bool** | Inverse filters: * ```false``` - return items matching ```patternFilter``` and ```exactFilter``` * ```true``` - return items not matching ```patternFilter``` and ```exactFilter``` | [optional] if omitted the server will use the default value of False
**data_sampling_percentage** | **float** | Specifies percentage of source table data scanned during the computation. This field is deprecated and is no longer used during the elements computation. | [optional] if omitted the server will use the default value of 100
**data_sampling_percentage** | **float** | Specifies percentage of source table data scanned during the computation. This field is deprecated and is no longer used during the elements computation. | [optional] if omitted the server will use the default value of 100.0
**depends_on** | [**[DependsOn]**](DependsOn.md) | Return only items, whose are not filtered out by the parent filters. | [optional]
**exact_filter** | **[str, none_type]** | Return only items, whose ```label``` title exactly matches one of ```filter```. | [optional]
**exclude_primary_label** | **bool** | Excludes items from the result that differ only by primary label * ```false``` - return items with distinct primary label * ```true``` - return items with distinct requested label | [optional] if omitted the server will use the default value of False
Expand Down
6 changes: 3 additions & 3 deletions gooddata-api-client/docs/EntitiesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,7 @@ with gooddata_api_client.ApiClient() as api_client:
"include=parent",
] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional)
meta_include = [
"metaInclude=config,permissions,all",
"metaInclude=config,permissions,hierarchy,dataModelDatasets,all",
] # [str] | Include Meta objects. (optional)

# example passing only required values which don't have defaults set
Expand Down Expand Up @@ -6395,7 +6395,7 @@ with gooddata_api_client.ApiClient() as api_client:
"sort_example",
] # [str] | Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. (optional)
meta_include = [
"metaInclude=config,permissions,all",
"metaInclude=config,permissions,hierarchy,dataModelDatasets,all",
] # [str] | Include Meta objects. (optional)

# example passing only required values which don't have defaults set
Expand Down Expand Up @@ -9169,7 +9169,7 @@ with gooddata_api_client.ApiClient() as api_client:
"include=parent",
] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional)
meta_include = [
"metaInclude=config,permissions,all",
"metaInclude=config,permissions,hierarchy,dataModelDatasets,all",
] # [str] | Include Meta objects. (optional)

# example passing only required values which don't have defaults set
Expand Down
76 changes: 0 additions & 76 deletions gooddata-api-client/docs/GetStagingLocationApi.md

This file was deleted.

2 changes: 2 additions & 0 deletions gooddata-api-client/docs/JsonApiWorkspaceOutMeta.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**config** | [**JsonApiWorkspaceOutMetaConfig**](JsonApiWorkspaceOutMetaConfig.md) | | [optional]
**data_model** | [**JsonApiWorkspaceOutMetaDataModel**](JsonApiWorkspaceOutMetaDataModel.md) | | [optional]
**hierarchy** | [**JsonApiWorkspaceOutMetaHierarchy**](JsonApiWorkspaceOutMetaHierarchy.md) | | [optional]
**permissions** | **[str]** | List of valid permissions for a logged-in user. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# StagingUploadLocation
# JsonApiWorkspaceOutMetaDataModel

Information related to uploading a file to the staging area.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**location** | **str** | Location relative to the root of the storage. |
**upload_url** | **str** | Pre-signed upload URL to PUT the file to. |
**dataset_count** | **int** | include the number of dataset of each workspace |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
12 changes: 12 additions & 0 deletions gooddata-api-client/docs/JsonApiWorkspaceOutMetaHierarchy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# JsonApiWorkspaceOutMetaHierarchy


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**children_count** | **int** | include the number of direct children of each workspace |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading

0 comments on commit 5a068bf

Please sign in to comment.