Skip to content

Commit

Permalink
Autogenerated Update v2.220.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-jenkins committed Mar 26, 2024
1 parent 03c14ca commit 7ee3328
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
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.219.6"
"packageVersion": "2.220.3"
}
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.218.0"
"packageVersion": "2.219.6"
}
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.219.6
- Package version: 2.220.3
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion docs/StatsModelInternalUse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**buffer_keys** | **int** | | [optional]
**cached_compacted_keys** | **int** | | [optional]
**cached_compacted_points** | **int** | | [optional]
**compacted_keys** | **int** | | [optional]
**compacted_points** | **int** | | [optional]
**cpu_ns** | **int** | | [optional]
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.219.6"
VERSION = "2.220.3"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion wavefront_api_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/2.219.6/python'
self.user_agent = 'Swagger-Codegen/2.220.3/python'
self.client_side_validation = configuration.client_side_validation

def __del__(self):
Expand Down
2 changes: 1 addition & 1 deletion wavefront_api_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v2\n"\
"SDK Package Version: 2.219.6".\
"SDK Package Version: 2.220.3".\
format(env=sys.platform, pyversion=sys.version)
30 changes: 15 additions & 15 deletions wavefront_api_client/models/stats_model_internal_use.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class StatsModelInternalUse(object):
"""
swagger_types = {
'buffer_keys': 'int',
'cached_compacted_keys': 'int',
'cached_compacted_points': 'int',
'compacted_keys': 'int',
'compacted_points': 'int',
'cpu_ns': 'int',
Expand All @@ -56,7 +56,7 @@ class StatsModelInternalUse(object):

attribute_map = {
'buffer_keys': 'buffer_keys',
'cached_compacted_keys': 'cached_compacted_keys',
'cached_compacted_points': 'cached_compacted_points',
'compacted_keys': 'compacted_keys',
'compacted_points': 'compacted_points',
'cpu_ns': 'cpu_ns',
Expand All @@ -76,14 +76,14 @@ class StatsModelInternalUse(object):
'summaries': 'summaries'
}

def __init__(self, buffer_keys=None, cached_compacted_keys=None, compacted_keys=None, compacted_points=None, cpu_ns=None, distributions=None, edges=None, hosts_used=None, keys=None, latency=None, metrics=None, metrics_used=None, points=None, queries=None, query_tasks=None, s3_keys=None, skipped_compacted_keys=None, spans=None, summaries=None, _configuration=None): # noqa: E501
def __init__(self, buffer_keys=None, cached_compacted_points=None, compacted_keys=None, compacted_points=None, cpu_ns=None, distributions=None, edges=None, hosts_used=None, keys=None, latency=None, metrics=None, metrics_used=None, points=None, queries=None, query_tasks=None, s3_keys=None, skipped_compacted_keys=None, spans=None, summaries=None, _configuration=None): # noqa: E501
"""StatsModelInternalUse - a model defined in Swagger""" # noqa: E501
if _configuration is None:
_configuration = Configuration()
self._configuration = _configuration

self._buffer_keys = None
self._cached_compacted_keys = None
self._cached_compacted_points = None
self._compacted_keys = None
self._compacted_points = None
self._cpu_ns = None
Expand All @@ -105,8 +105,8 @@ def __init__(self, buffer_keys=None, cached_compacted_keys=None, compacted_keys=

if buffer_keys is not None:
self.buffer_keys = buffer_keys
if cached_compacted_keys is not None:
self.cached_compacted_keys = cached_compacted_keys
if cached_compacted_points is not None:
self.cached_compacted_points = cached_compacted_points
if compacted_keys is not None:
self.compacted_keys = compacted_keys
if compacted_points is not None:
Expand Down Expand Up @@ -164,25 +164,25 @@ def buffer_keys(self, buffer_keys):
self._buffer_keys = buffer_keys

@property
def cached_compacted_keys(self):
"""Gets the cached_compacted_keys of this StatsModelInternalUse. # noqa: E501
def cached_compacted_points(self):
"""Gets the cached_compacted_points of this StatsModelInternalUse. # noqa: E501
:return: The cached_compacted_keys of this StatsModelInternalUse. # noqa: E501
:return: The cached_compacted_points of this StatsModelInternalUse. # noqa: E501
:rtype: int
"""
return self._cached_compacted_keys
return self._cached_compacted_points

@cached_compacted_keys.setter
def cached_compacted_keys(self, cached_compacted_keys):
"""Sets the cached_compacted_keys of this StatsModelInternalUse.
@cached_compacted_points.setter
def cached_compacted_points(self, cached_compacted_points):
"""Sets the cached_compacted_points of this StatsModelInternalUse.
:param cached_compacted_keys: The cached_compacted_keys of this StatsModelInternalUse. # noqa: E501
:param cached_compacted_points: The cached_compacted_points of this StatsModelInternalUse. # noqa: E501
:type: int
"""

self._cached_compacted_keys = cached_compacted_keys
self._cached_compacted_points = cached_compacted_points

@property
def compacted_keys(self):
Expand Down

0 comments on commit 7ee3328

Please sign in to comment.