Skip to content

Commit

Permalink
Autogenerated Update v2.95.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ustinov committed Jul 27, 2021
1 parent e4d77dd commit 7ccf8cc
Show file tree
Hide file tree
Showing 261 changed files with 3,284 additions and 1,394 deletions.
2 changes: 1 addition & 1 deletion .swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.18
2.4.21
2 changes: 1 addition & 1 deletion .swagger-codegen/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"gitUserId": "wavefrontHQ",
"packageName": "wavefront_api_client",
"packageUrl": "https://github.com/wavefrontHQ/python-client",
"packageVersion": "2.95.1"
"packageVersion": "2.95.2"
}
2 changes: 1 addition & 1 deletion .swagger-codegen/config.jsone
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"gitUserId": "wavefrontHQ",
"packageName": "wavefront_api_client",
"packageUrl": "https://github.com/wavefrontHQ/python-client",
"packageVersion": "2.91.2"
"packageVersion": "2.95.1"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: v2
- Package version: 2.95.1
- Package version: 2.95.2
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion generate_client
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function _exit {
[[ "$1" ]] || _exit "Please specify cluster as an argument."

CGEN_NAME="swagger-codegen-cli"
CGEN_VER="2.4.18" # For 3.x use CGEN_VER="3.0.21"
CGEN_VER="2.4.21" # For 3.x use CGEN_VER="3.0.27"
CGEN_JAR_NAME="${CGEN_NAME}-${CGEN_VER}.jar"
CGEN_JAR_URL="https://search.maven.org/remotecontent?filepath=\
io/swagger/swagger-codegen-cli/${CGEN_VER}/${CGEN_JAR_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "wavefront-api-client"
VERSION = "2.95.1"
VERSION = "2.95.2"
# To install the library, run the following
#
# python setup.py install
Expand Down
76 changes: 38 additions & 38 deletions wavefront_api_client/api/account__user_and_service_account_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def activate_account_with_http_info(self, id, **kwargs): # noqa: E501
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `activate_account`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -188,8 +188,8 @@ def add_account_to_roles_with_http_info(self, id, **kwargs): # noqa: E501
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `add_account_to_roles`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -291,8 +291,8 @@ def add_account_to_user_groups_with_http_info(self, id, **kwargs): # noqa: E501
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `add_account_to_user_groups`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -681,8 +681,8 @@ def deactivate_account_with_http_info(self, id, **kwargs): # noqa: E501
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `deactivate_account`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -780,8 +780,8 @@ def delete_account_with_http_info(self, id, **kwargs): # noqa: E501
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `delete_account`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -970,8 +970,8 @@ def get_account_with_http_info(self, id, **kwargs): # noqa: E501
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `get_account`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -1065,8 +1065,8 @@ def get_account_business_functions_with_http_info(self, id, **kwargs): # noqa:
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `get_account_business_functions`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -1429,8 +1429,8 @@ def get_service_account_with_http_info(self, id, **kwargs): # noqa: E501
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `get_service_account`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -1524,8 +1524,8 @@ def get_user_account_with_http_info(self, id, **kwargs): # noqa: E501
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `get_user_account`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -1621,12 +1621,12 @@ def grant_account_permission_with_http_info(self, id, permission, **kwargs): #
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `grant_account_permission`") # noqa: E501
# verify the required parameter 'permission' is set
if ('permission' not in params or
params['permission'] is None):
if self.api_client.client_side_validation and ('permission' not in params or
params['permission'] is None): # noqa: E501
raise ValueError("Missing the required parameter `permission` when calling `grant_account_permission`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -1728,8 +1728,8 @@ def grant_permission_to_accounts_with_http_info(self, permission, **kwargs): #
params[key] = val
del params['kwargs']
# verify the required parameter 'permission' is set
if ('permission' not in params or
params['permission'] is None):
if self.api_client.client_side_validation and ('permission' not in params or
params['permission'] is None): # noqa: E501
raise ValueError("Missing the required parameter `permission` when calling `grant_permission_to_accounts`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -1926,8 +1926,8 @@ def remove_account_from_roles_with_http_info(self, id, **kwargs): # noqa: E501
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `remove_account_from_roles`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -2029,8 +2029,8 @@ def remove_account_from_user_groups_with_http_info(self, id, **kwargs): # noqa:
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `remove_account_from_user_groups`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -2227,12 +2227,12 @@ def revoke_account_permission_with_http_info(self, id, permission, **kwargs): #
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `revoke_account_permission`") # noqa: E501
# verify the required parameter 'permission' is set
if ('permission' not in params or
params['permission'] is None):
if self.api_client.client_side_validation and ('permission' not in params or
params['permission'] is None): # noqa: E501
raise ValueError("Missing the required parameter `permission` when calling `revoke_account_permission`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -2334,8 +2334,8 @@ def revoke_permission_from_accounts_with_http_info(self, permission, **kwargs):
params[key] = val
del params['kwargs']
# verify the required parameter 'permission' is set
if ('permission' not in params or
params['permission'] is None):
if self.api_client.client_side_validation and ('permission' not in params or
params['permission'] is None): # noqa: E501
raise ValueError("Missing the required parameter `permission` when calling `revoke_permission_from_accounts`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -2437,8 +2437,8 @@ def update_service_account_with_http_info(self, id, **kwargs): # noqa: E501
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `update_service_account`") # noqa: E501

collection_formats = {}
Expand Down Expand Up @@ -2540,8 +2540,8 @@ def update_user_account_with_http_info(self, id, **kwargs): # noqa: E501
params[key] = val
del params['kwargs']
# verify the required parameter 'id' is set
if ('id' not in params or
params['id'] is None):
if self.api_client.client_side_validation and ('id' not in params or
params['id'] is None): # noqa: E501
raise ValueError("Missing the required parameter `id` when calling `update_user_account`") # noqa: E501

collection_formats = {}
Expand Down
Loading

0 comments on commit 7ccf8cc

Please sign in to comment.