Skip to content

Commit

Permalink
Regenerate client from commit 90bc255 of spec repo (#1264)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
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 Dec 21, 2021
1 parent 6ecb136 commit a4886c6
Show file tree
Hide file tree
Showing 10 changed files with 548 additions and 4 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.5.1.dev2",
"regenerated": "2021-12-21 22:02:03.734218",
"spec_repo_commit": "d1a4fc3"
"regenerated": "2021-12-21 22:39:07.384267",
"spec_repo_commit": "90bc255"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-12-21 22:02:03.753283",
"spec_repo_commit": "d1a4fc3"
"regenerated": "2021-12-21 22:39:07.403861",
"spec_repo_commit": "90bc255"
}
}
}
24 changes: 24 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12284,6 +12284,12 @@ components:
hour.
format: int64
type: integer
org_name:
description: The organization name.
type: string
public_id:
description: The organization public ID.
type: string
type: object
UsageAuditLogsResponse:
description: Response containing the audit logs usage for each hour for a given
Expand Down Expand Up @@ -12452,6 +12458,12 @@ components:
description: The hour for the usage.
format: date-time
type: string
org_name:
description: The organization name.
type: string
public_id:
description: The organization public ID.
type: string
type: object
UsageCWSResponse:
description: Response containing the Cloud Workload Security usage for each
Expand Down Expand Up @@ -12481,6 +12493,12 @@ components:
description: The hour for the usage.
format: date-time
type: string
org_name:
description: The organization name.
type: string
public_id:
description: The organization public ID.
type: string
type: object
UsageCloudSecurityPostureManagementResponse:
description: The response containing the Cloud Security Posture Management usage
Expand Down Expand Up @@ -12570,6 +12588,12 @@ components:
description: The hour for the usage.
format: date-time
type: string
org_name:
description: The organization name.
type: string
public_id:
description: The organization public ID.
type: string
type: object
UsageDBMResponse:
description: Response containing the Database Monitoring usage for each hour
Expand Down
52 changes: 52 additions & 0 deletions api/v1/datadog/docs/UsageAuditLogsHour.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Name | Type | Description | Notes
---- | ---- | ----------- | ------
**Hour** | Pointer to **time.Time** | The hour for the usage. | [optional]
**LinesIndexed** | Pointer to **int64** | The total number of audit logs lines indexed during a given hour. | [optional]
**OrgName** | Pointer to **string** | The organization name. | [optional]
**PublicId** | Pointer to **string** | The organization public ID. | [optional]

## Methods

Expand Down Expand Up @@ -76,6 +78,56 @@ SetLinesIndexed sets LinesIndexed field to given value.

HasLinesIndexed returns a boolean if a field has been set.

### GetOrgName

`func (o *UsageAuditLogsHour) GetOrgName() string`

GetOrgName returns the OrgName field if non-nil, zero value otherwise.

### GetOrgNameOk

`func (o *UsageAuditLogsHour) GetOrgNameOk() (*string, bool)`

GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetOrgName

`func (o *UsageAuditLogsHour) SetOrgName(v string)`

SetOrgName sets OrgName field to given value.

### HasOrgName

`func (o *UsageAuditLogsHour) HasOrgName() bool`

HasOrgName returns a boolean if a field has been set.

### GetPublicId

`func (o *UsageAuditLogsHour) GetPublicId() string`

GetPublicId returns the PublicId field if non-nil, zero value otherwise.

### GetPublicIdOk

`func (o *UsageAuditLogsHour) GetPublicIdOk() (*string, bool)`

GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPublicId

`func (o *UsageAuditLogsHour) SetPublicId(v string)`

SetPublicId sets PublicId field to given value.

### HasPublicId

`func (o *UsageAuditLogsHour) HasPublicId() bool`

HasPublicId returns a boolean if a field has been set.


[[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
52 changes: 52 additions & 0 deletions api/v1/datadog/docs/UsageCWSHour.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Name | Type | Description | Notes
**CwsContainerCount** | Pointer to **int64** | The total number of Cloud Workload Security container hours from the start of the given hour’s month until the given hour. | [optional]
**CwsHostCount** | Pointer to **int64** | The total number of Cloud Workload Security host hours from the start of the given hour’s month until the given hour. | [optional]
**Hour** | Pointer to **time.Time** | The hour for the usage. | [optional]
**OrgName** | Pointer to **string** | The organization name. | [optional]
**PublicId** | Pointer to **string** | The organization public ID. | [optional]

## Methods

Expand Down Expand Up @@ -102,6 +104,56 @@ SetHour sets Hour field to given value.

HasHour returns a boolean if a field has been set.

### GetOrgName

`func (o *UsageCWSHour) GetOrgName() string`

GetOrgName returns the OrgName field if non-nil, zero value otherwise.

### GetOrgNameOk

`func (o *UsageCWSHour) GetOrgNameOk() (*string, bool)`

GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetOrgName

`func (o *UsageCWSHour) SetOrgName(v string)`

SetOrgName sets OrgName field to given value.

### HasOrgName

`func (o *UsageCWSHour) HasOrgName() bool`

HasOrgName returns a boolean if a field has been set.

### GetPublicId

`func (o *UsageCWSHour) GetPublicId() string`

GetPublicId returns the PublicId field if non-nil, zero value otherwise.

### GetPublicIdOk

`func (o *UsageCWSHour) GetPublicIdOk() (*string, bool)`

GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPublicId

`func (o *UsageCWSHour) SetPublicId(v string)`

SetPublicId sets PublicId field to given value.

### HasPublicId

`func (o *UsageCWSHour) HasPublicId() bool`

HasPublicId returns a boolean if a field has been set.


[[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
52 changes: 52 additions & 0 deletions api/v1/datadog/docs/UsageCloudSecurityPostureManagementHour.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Name | Type | Description | Notes
**ContainerCount** | Pointer to **int64** | The total number of Cloud Security Posture Management containers during a given hour. | [optional]
**HostCount** | Pointer to **int64** | The total number of Cloud Security Posture Management hosts during a given hour. | [optional]
**Hour** | Pointer to **time.Time** | The hour for the usage. | [optional]
**OrgName** | Pointer to **string** | The organization name. | [optional]
**PublicId** | Pointer to **string** | The organization public ID. | [optional]

## Methods

Expand Down Expand Up @@ -102,6 +104,56 @@ SetHour sets Hour field to given value.

HasHour returns a boolean if a field has been set.

### GetOrgName

`func (o *UsageCloudSecurityPostureManagementHour) GetOrgName() string`

GetOrgName returns the OrgName field if non-nil, zero value otherwise.

### GetOrgNameOk

`func (o *UsageCloudSecurityPostureManagementHour) GetOrgNameOk() (*string, bool)`

GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetOrgName

`func (o *UsageCloudSecurityPostureManagementHour) SetOrgName(v string)`

SetOrgName sets OrgName field to given value.

### HasOrgName

`func (o *UsageCloudSecurityPostureManagementHour) HasOrgName() bool`

HasOrgName returns a boolean if a field has been set.

### GetPublicId

`func (o *UsageCloudSecurityPostureManagementHour) GetPublicId() string`

GetPublicId returns the PublicId field if non-nil, zero value otherwise.

### GetPublicIdOk

`func (o *UsageCloudSecurityPostureManagementHour) GetPublicIdOk() (*string, bool)`

GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPublicId

`func (o *UsageCloudSecurityPostureManagementHour) SetPublicId(v string)`

SetPublicId sets PublicId field to given value.

### HasPublicId

`func (o *UsageCloudSecurityPostureManagementHour) HasPublicId() bool`

HasPublicId returns a boolean if a field has been set.


[[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
52 changes: 52 additions & 0 deletions api/v1/datadog/docs/UsageDBMHour.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Name | Type | Description | Notes
**DbmHostCount** | Pointer to **int64** | The total number of Database Monitoring host hours from the start of the given hour’s month until the given hour. | [optional]
**DbmQueriesCount** | Pointer to **int64** | The total number of normalized Database Monitoring queries from the start of the given hour’s month until the given hour. | [optional]
**Hour** | Pointer to **time.Time** | The hour for the usage. | [optional]
**OrgName** | Pointer to **string** | The organization name. | [optional]
**PublicId** | Pointer to **string** | The organization public ID. | [optional]

## Methods

Expand Down Expand Up @@ -102,6 +104,56 @@ SetHour sets Hour field to given value.

HasHour returns a boolean if a field has been set.

### GetOrgName

`func (o *UsageDBMHour) GetOrgName() string`

GetOrgName returns the OrgName field if non-nil, zero value otherwise.

### GetOrgNameOk

`func (o *UsageDBMHour) GetOrgNameOk() (*string, bool)`

GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetOrgName

`func (o *UsageDBMHour) SetOrgName(v string)`

SetOrgName sets OrgName field to given value.

### HasOrgName

`func (o *UsageDBMHour) HasOrgName() bool`

HasOrgName returns a boolean if a field has been set.

### GetPublicId

`func (o *UsageDBMHour) GetPublicId() string`

GetPublicId returns the PublicId field if non-nil, zero value otherwise.

### GetPublicIdOk

`func (o *UsageDBMHour) GetPublicIdOk() (*string, bool)`

GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPublicId

`func (o *UsageDBMHour) SetPublicId(v string)`

SetPublicId sets PublicId field to given value.

### HasPublicId

`func (o *UsageDBMHour) HasPublicId() bool`

HasPublicId returns a boolean if a field has been set.


[[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
Loading

0 comments on commit a4886c6

Please sign in to comment.