Skip to content

Commit

Permalink
Regenerate client from commit a4f22f3 of spec repo (#504)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jul 23, 2021
1 parent d00d535 commit 38cc5a8
Show file tree
Hide file tree
Showing 25 changed files with 1,842 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-07-20 10:12:53.744541",
"spec_repo_commit": "9c185b5"
"regenerated": "2021-07-21 11:36:31.229907",
"spec_repo_commit": "a4f22f3"
},
"v2": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-07-20 10:13:22.043176",
"spec_repo_commit": "9c185b5"
"regenerated": "2021-07-21 11:36:53.312662",
"spec_repo_commit": "a4f22f3"
}
}
}
13 changes: 13 additions & 0 deletions docs/v1/ListStreamColumn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ListStreamColumn

Widget column.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**field** | **str** | Widget column field. |
**width** | [**ListStreamColumnWidth**](ListStreamColumnWidth.md) | |

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


12 changes: 12 additions & 0 deletions docs/v1/ListStreamColumnWidth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ListStreamColumnWidth

Widget column width.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **str** | Widget column width. | must be one of ["auto", "compact", "full", ]

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


14 changes: 14 additions & 0 deletions docs/v1/ListStreamQuery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ListStreamQuery

Updated list stream widget.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data_source** | [**ListStreamSource**](ListStreamSource.md) | |
**query_string** | **str** | Widget query. |
**indexes** | **[str]** | List of indexes. | [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)


12 changes: 12 additions & 0 deletions docs/v1/ListStreamResponseFormat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ListStreamResponseFormat

Widget response format.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **str** | Widget response format. | defaults to "event_list", must be one of ["event_list", ]

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


12 changes: 12 additions & 0 deletions docs/v1/ListStreamSource.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ListStreamSource

Source from which to query items to display in the stream.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **str** | Source from which to query items to display in the stream. | defaults to "issue_stream", must be one of ["issue_stream", "logs_stream", ]

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


19 changes: 19 additions & 0 deletions docs/v1/ListStreamWidgetDefinition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# ListStreamWidgetDefinition

The list stream visualization displays a table of recent events in your application that match a search criteria using user-defined columns.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**requests** | [**[ListStreamWidgetRequest]**](ListStreamWidgetRequest.md) | Request payload used to query items. |
**type** | [**ListStreamWidgetDefinitionType**](ListStreamWidgetDefinitionType.md) | |
**legend_size** | **str** | Available legend sizes for a widget. Should be one of \&quot;0\&quot;, \&quot;2\&quot;, \&quot;4\&quot;, \&quot;8\&quot;, \&quot;16\&quot;, or \&quot;auto\&quot;. | [optional]
**show_legend** | **bool** | Whether or not to display the legend on this widget. | [optional]
**time** | [**WidgetTime**](WidgetTime.md) | | [optional]
**title** | **str** | Title of the widget. | [optional]
**title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional]
**title_size** | **str** | Size of the title. | [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)


12 changes: 12 additions & 0 deletions docs/v1/ListStreamWidgetDefinitionType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ListStreamWidgetDefinitionType

Type of the list stream widget.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **str** | Type of the list stream widget. | defaults to "list_stream", must be one of ["list_stream", ]

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


14 changes: 14 additions & 0 deletions docs/v1/ListStreamWidgetRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ListStreamWidgetRequest

Updated list stream widget.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**columns** | [**[ListStreamColumn]**](ListStreamColumn.md) | Widget columns. |
**query** | [**ListStreamQuery**](ListStreamQuery.md) | |
**response_format** | [**ListStreamResponseFormat**](ListStreamResponseFormat.md) | |

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


8 changes: 8 additions & 0 deletions docs/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,14 @@ Class | Method | HTTP request | Description
- [ImageWidgetDefinition](ImageWidgetDefinition.md)
- [ImageWidgetDefinitionType](ImageWidgetDefinitionType.md)
- [IntakePayloadAccepted](IntakePayloadAccepted.md)
- [ListStreamColumn](ListStreamColumn.md)
- [ListStreamColumnWidth](ListStreamColumnWidth.md)
- [ListStreamQuery](ListStreamQuery.md)
- [ListStreamResponseFormat](ListStreamResponseFormat.md)
- [ListStreamSource](ListStreamSource.md)
- [ListStreamWidgetDefinition](ListStreamWidgetDefinition.md)
- [ListStreamWidgetDefinitionType](ListStreamWidgetDefinitionType.md)
- [ListStreamWidgetRequest](ListStreamWidgetRequest.md)
- [Log](Log.md)
- [LogContent](LogContent.md)
- [LogQueryDefinition](LogQueryDefinition.md)
Expand Down
1 change: 1 addition & 0 deletions docs/v1/WidgetDefinition.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Name | Type | Description | Notes
**HostMapWidgetDefinition** | [**HostMapWidgetDefinition**](HostMapWidgetDefinition.md) | Container class of the relevant properties. |
**IFrameWidgetDefinition** | [**IFrameWidgetDefinition**](IFrameWidgetDefinition.md) | Container class of the relevant properties. |
**ImageWidgetDefinition** | [**ImageWidgetDefinition**](ImageWidgetDefinition.md) | Container class of the relevant properties. |
**ListStreamWidgetDefinition** | [**ListStreamWidgetDefinition**](ListStreamWidgetDefinition.md) | Container class of the relevant properties. |
**LogStreamWidgetDefinition** | [**LogStreamWidgetDefinition**](LogStreamWidgetDefinition.md) | Container class of the relevant properties. |
**MonitorSummaryWidgetDefinition** | [**MonitorSummaryWidgetDefinition**](MonitorSummaryWidgetDefinition.md) | Container class of the relevant properties. |
**NoteWidgetDefinition** | [**NoteWidgetDefinition**](NoteWidgetDefinition.md) | Container class of the relevant properties. |
Expand Down
177 changes: 177 additions & 0 deletions src/datadog_api_client/v1/model/list_stream_column.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,177 @@
# Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
# This product includes software developed at Datadog (https://www.datadoghq.com/).
# Copyright 2019-Present Datadog, Inc.


import re # noqa: F401
import sys # noqa: F401

from datadog_api_client.v1.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
validate_get_composed_info,
)


def lazy_import():
from datadog_api_client.v1.model.list_stream_column_width import ListStreamColumnWidth

globals()["ListStreamColumnWidth"] = ListStreamColumnWidth


class ListStreamColumn(ModelNormal):
"""NOTE: This class is auto generated by OpenAPI Generator.
Ref: https://openapi-generator.tech
Do not edit the class manually.
Attributes:
allowed_values (dict): The key is the tuple path to the attribute
and the for var_name this is (var_name,). The value is a dict
with a capitalized key describing the allowed value and an allowed
value. These dicts store the allowed enum values.
attribute_map (dict): The key is attribute name
and the value is json key in definition.
discriminator_value_class_map (dict): A dict to go from the discriminator
variable value to the discriminator class name.
validations (dict): The key is the tuple path to the attribute
and the for var_name this is (var_name,). The value is a dict
that stores validations for max_length, min_length, max_items,
min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
inclusive_minimum, and regex.
additional_properties_type (tuple): A tuple of classes accepted
as additional properties values.
"""

allowed_values = {}

validations = {}

additional_properties_type = None

_nullable = False

@cached_property
def openapi_types():
"""
This must be a method because a model may have properties that are
of type self, this must run after the class is loaded
Returns
openapi_types (dict): The key is attribute name
and the value is attribute type.
"""
lazy_import()
return {
"field": (str,), # noqa: E501
"width": (ListStreamColumnWidth,), # noqa: E501
}

@cached_property
def discriminator():
return None

attribute_map = {
"field": "field", # noqa: E501
"width": "width", # noqa: E501
}

_composed_schemas = {}

required_properties = set(
[
"_data_store",
"_check_type",
"_spec_property_naming",
"_path_to_item",
"_configuration",
"_visited_composed_classes",
]
)

@convert_js_args_to_python_args
def __init__(self, field, width, *args, **kwargs): # noqa: E501
"""ListStreamColumn - a model defined in OpenAPI
Args:
field (str): Widget column field.
width (ListStreamColumnWidth):
Keyword Args:
_check_type (bool): if True, values for parameters in openapi_types
will be type checked and a TypeError will be
raised if the wrong type is input.
Defaults to True
_path_to_item (tuple/list): This is a list of keys or values to
drill down to the model in received_data
when deserializing a response
_spec_property_naming (bool): True if the variable names in the input data
are serialized names, as specified in the OpenAPI document.
False if the variable names in the input data
are pythonic names, e.g. snake case (default)
_configuration (Configuration): the instance to use when
deserializing a file_type parameter.
If passed, type conversion is attempted
If omitted no type conversion is done.
_visited_composed_classes (tuple): This stores a tuple of
classes that we have traveled through so that
if we see that class again we will not use its
discriminator again.
When traveling through a discriminator, the
composed schema that is
is traveled through is added to this set.
For example if Animal has a discriminator
petType and we pass in "Dog", and the class Dog
allOf includes Animal, we move through Animal
once using the discriminator, and pick Dog.
Then in Dog, we will make an instance of the
Animal class but this time we won't travel
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
"""

_check_type = kwargs.pop("_check_type", True)
_spec_property_naming = kwargs.pop("_spec_property_naming", False)
_path_to_item = kwargs.pop("_path_to_item", ())
_configuration = kwargs.pop("_configuration", None)
_visited_composed_classes = kwargs.pop("_visited_composed_classes", ())

if args:
raise ApiTypeError(
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments."
% (
args,
self.__class__.__name__,
),
path_to_item=_path_to_item,
valid_classes=(self.__class__,),
)

self._data_store = {}
self._check_type = _check_type
self._spec_property_naming = _spec_property_naming
self._path_to_item = _path_to_item
self._configuration = _configuration
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)

self.field = field
self.width = width
for var_name, var_value in kwargs.items():
if (
var_name not in self.attribute_map
and self._configuration is not None
and self._configuration.discard_unknown_keys
and self.additional_properties_type is None
):
# discard variable.
continue
setattr(self, var_name, var_value)
Loading

0 comments on commit 38cc5a8

Please sign in to comment.