Skip to content

Commit dc69036

Browse files
authored
STAC-24282: support log-based otel mappings (#141)
* STAC-24282: support log-based otel mappings * STAC-24282: bump openapi version
1 parent 4de091e commit dc69036

File tree

160 files changed

+14429
-6432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+14429
-6432
lines changed

generated/stackstate_api/.openapi-generator/FILES

Lines changed: 82 additions & 60 deletions
Large diffs are not rendered by default.

generated/stackstate_api/README.md

Lines changed: 46 additions & 34 deletions
Large diffs are not rendered by default.

generated/stackstate_api/api/openapi.yaml

Lines changed: 766 additions & 525 deletions
Large diffs are not rendered by default.

generated/stackstate_api/api_component_presentation.go

Lines changed: 229 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
# BaseComponentField
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**FieldId** | **string** | |
8+
**Title** | **string** | |
9+
**Description** | Pointer to **string** | | [optional]
10+
11+
## Methods
12+
13+
### NewBaseComponentField
14+
15+
`func NewBaseComponentField(fieldId string, title string, ) *BaseComponentField`
16+
17+
NewBaseComponentField instantiates a new BaseComponentField object
18+
This constructor will assign default values to properties that have it defined,
19+
and makes sure properties required by API are set, but the set of arguments
20+
will change when the set of required properties is changed
21+
22+
### NewBaseComponentFieldWithDefaults
23+
24+
`func NewBaseComponentFieldWithDefaults() *BaseComponentField`
25+
26+
NewBaseComponentFieldWithDefaults instantiates a new BaseComponentField object
27+
This constructor will only assign default values to properties that have it defined,
28+
but it doesn't guarantee that properties required by API are set
29+
30+
### GetFieldId
31+
32+
`func (o *BaseComponentField) GetFieldId() string`
33+
34+
GetFieldId returns the FieldId field if non-nil, zero value otherwise.
35+
36+
### GetFieldIdOk
37+
38+
`func (o *BaseComponentField) GetFieldIdOk() (*string, bool)`
39+
40+
GetFieldIdOk returns a tuple with the FieldId field if it's non-nil, zero value otherwise
41+
and a boolean to check if the value has been set.
42+
43+
### SetFieldId
44+
45+
`func (o *BaseComponentField) SetFieldId(v string)`
46+
47+
SetFieldId sets FieldId field to given value.
48+
49+
50+
### GetTitle
51+
52+
`func (o *BaseComponentField) GetTitle() string`
53+
54+
GetTitle returns the Title field if non-nil, zero value otherwise.
55+
56+
### GetTitleOk
57+
58+
`func (o *BaseComponentField) GetTitleOk() (*string, bool)`
59+
60+
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise
61+
and a boolean to check if the value has been set.
62+
63+
### SetTitle
64+
65+
`func (o *BaseComponentField) SetTitle(v string)`
66+
67+
SetTitle sets Title field to given value.
68+
69+
70+
### GetDescription
71+
72+
`func (o *BaseComponentField) GetDescription() string`
73+
74+
GetDescription returns the Description field if non-nil, zero value otherwise.
75+
76+
### GetDescriptionOk
77+
78+
`func (o *BaseComponentField) GetDescriptionOk() (*string, bool)`
79+
80+
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
81+
and a boolean to check if the value has been set.
82+
83+
### SetDescription
84+
85+
`func (o *BaseComponentField) SetDescription(v string)`
86+
87+
SetDescription sets Description field to given value.
88+
89+
### HasDescription
90+
91+
`func (o *BaseComponentField) HasDescription() bool`
92+
93+
HasDescription returns a boolean if a field has been set.
94+
95+
96+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
97+
98+

0 commit comments

Comments
 (0)