Skip to content

Commit

Permalink
Automated SDK update
Browse files Browse the repository at this point in the history
This updates the SDK from internal repo commit segmentio/public-api@066293be.
  • Loading branch information
APIs and Common Services team committed Jan 16, 2025
1 parent 0a3808a commit adac067
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/DeletionAndSuppressionApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ All URIs are relative to *https://api.segmentapis.com*
Create Cloud Source Regulation

Creates a Source-scoped regulation. Config API omitted fields: - `attributes`, - `userAgent`
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment Config API omitted fields: - `attributes`, - `userAgent`

### Example

Expand Down Expand Up @@ -96,7 +96,7 @@ public class Example {
Create Source Regulation

Creates a Source-scoped regulation. • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent`
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent`

### Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,11 @@ private okhttp3.Call createCloudSourceRegulationValidateBeforeCall(
}

/**
* Create Cloud Source Regulation Creates a Source-scoped regulation. Config API omitted fields:
* - `attributes`, - `userAgent`
* Create Cloud Source Regulation Creates a Source-scoped regulation. Please Note: Suppression
* rules at the Workspace level take precedence over those at the Source level. If a user has
* been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not
* supported and the processing of the request will fail in Segment Config API omitted fields: -
* `attributes`, - `userAgent`
*
* @param sourceId (required)
* @param createCloudSourceRegulationV1Input (required)
Expand All @@ -213,8 +216,11 @@ public CreateCloudSourceRegulation200Response createCloudSourceRegulation(
}

/**
* Create Cloud Source Regulation Creates a Source-scoped regulation. Config API omitted fields:
* - `attributes`, - `userAgent`
* Create Cloud Source Regulation Creates a Source-scoped regulation. Please Note: Suppression
* rules at the Workspace level take precedence over those at the Source level. If a user has
* been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not
* supported and the processing of the request will fail in Segment Config API omitted fields: -
* `attributes`, - `userAgent`
*
* @param sourceId (required)
* @param createCloudSourceRegulationV1Input (required)
Expand Down Expand Up @@ -244,8 +250,11 @@ public CreateCloudSourceRegulation200Response createCloudSourceRegulation(
}

/**
* Create Cloud Source Regulation (asynchronously) Creates a Source-scoped regulation. Config
* API omitted fields: - `attributes`, - `userAgent`
* Create Cloud Source Regulation (asynchronously) Creates a Source-scoped regulation. Please
* Note: Suppression rules at the Workspace level take precedence over those at the Source
* level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at
* the Source level is not supported and the processing of the request will fail in Segment
* Config API omitted fields: - `attributes`, - `userAgent`
*
* @param sourceId (required)
* @param createCloudSourceRegulationV1Input (required)
Expand Down Expand Up @@ -389,8 +398,11 @@ private okhttp3.Call createSourceRegulationValidateBeforeCall(
}

/**
* Create Source Regulation Creates a Source-scoped regulation. • When called, this endpoint may
* generate the `Source Regulation Created` event in the [audit
* Create Source Regulation Creates a Source-scoped regulation. Please Note: Suppression rules
* at the Workspace level take precedence over those at the Source level. If a user has been
* suppressed at the Workspace level, any attempt to un-suppress at the Source level is not
* supported and the processing of the request will fail in Segment • When called, this endpoint
* may generate the `Source Regulation Created` event in the [audit
* trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, -
* `userAgent`
*
Expand All @@ -417,8 +429,11 @@ public CreateSourceRegulation200Response createSourceRegulation(
}

/**
* Create Source Regulation Creates a Source-scoped regulation. • When called, this endpoint may
* generate the `Source Regulation Created` event in the [audit
* Create Source Regulation Creates a Source-scoped regulation. Please Note: Suppression rules
* at the Workspace level take precedence over those at the Source level. If a user has been
* suppressed at the Workspace level, any attempt to un-suppress at the Source level is not
* supported and the processing of the request will fail in Segment • When called, this endpoint
* may generate the `Source Regulation Created` event in the [audit
* trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, -
* `userAgent`
*
Expand Down Expand Up @@ -447,7 +462,10 @@ public ApiResponse<CreateSourceRegulation200Response> createSourceRegulationWith
}

/**
* Create Source Regulation (asynchronously) Creates a Source-scoped regulation. • When called,
* Create Source Regulation (asynchronously) Creates a Source-scoped regulation. Please Note:
* Suppression rules at the Workspace level take precedence over those at the Source level. If a
* user has been suppressed at the Workspace level, any attempt to un-suppress at the Source
* level is not supported and the processing of the request will fail in Segment • When called,
* this endpoint may generate the &#x60;Source Regulation Created&#x60; event in the [audit
* trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, -
* &#x60;userAgent&#x60;
Expand Down

0 comments on commit adac067

Please sign in to comment.