Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,40 @@
global::Deepgram.V1ProjectsProjectIdRequestsGetParametersStatus? status = default,
global::Deepgram.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListAsync as an IAsyncEnumerable<global::Deepgram.ProjectRequestResponse> that auto-pages over the response.

Check failure on line 85 in src/libs/Deepgram/Generated/Deepgram.ISubpackageManageSubpackageManageV1SubpackageManageV1ProjectsSubpackageManageV1ProjectsRequestsClient.List.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'An identifier was expected.'

Check failure on line 85 in src/libs/Deepgram/Generated/Deepgram.ISubpackageManageSubpackageManageV1SubpackageManageV1ProjectsSubpackageManageV1ProjectsRequestsClient.List.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'The character(s) ':' cannot be used at this location.'

Check failure on line 85 in src/libs/Deepgram/Generated/Deepgram.ISubpackageManageSubpackageManageV1SubpackageManageV1ProjectsSubpackageManageV1ProjectsRequestsClient.List.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'An identifier was expected.'
/// </summary>

Check failure on line 86 in src/libs/Deepgram/Generated/Deepgram.ISubpackageManageSubpackageManageV1SubpackageManageV1ProjectsSubpackageManageV1ProjectsRequestsClient.List.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'global:'.'
/// <param name="projectId"></param>
/// <param name="start"></param>
/// <param name="end"></param>
/// <param name="limit">
/// Default Value: 10
/// </param>
/// <param name="accessor"></param>
/// <param name="requestId"></param>
/// <param name="deployment">
/// Deployment type for the requests
/// </param>
/// <param name="endpoint"></param>
/// <param name="method">
/// Method type for the request
/// </param>
/// <param name="status"></param>
/// <param name="page">Initial page number to start enumerating from. Defaults to 1.</param>
/// <param name="cancellationToken"></param>
global::System.Collections.Generic.IAsyncEnumerable<global::Deepgram.ProjectRequestResponse> ListAutoPagingAsync(

Check failure on line 105 in src/libs/Deepgram/Generated/Deepgram.ISubpackageManageSubpackageManageV1SubpackageManageV1ProjectsSubpackageManageV1ProjectsRequestsClient.List.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
string projectId, global::System.DateTime? start = default,
global::System.DateTime? end = default,
double? limit = default,
string? accessor = default,
string? requestId = default,
global::Deepgram.V1ProjectsProjectIdRequestsGetParametersDeployment? deployment = default,
global::Deepgram.V1ProjectsProjectIdRequestsGetParametersEndpoint? endpoint = default,
global::Deepgram.V1ProjectsProjectIdRequestsGetParametersMethod? method = default,
global::Deepgram.V1ProjectsProjectIdRequestsGetParametersStatus? status = default,
int? page = null,
global::System.Threading.CancellationToken cancellationToken = default);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -588,5 +588,61 @@
__httpRequest?.Dispose();
}
}

/// <summary>
/// Wraps ListAsync as an IAsyncEnumerable<global::Deepgram.ProjectRequestResponse> that auto-pages over the response.

Check failure on line 593 in src/libs/Deepgram/Generated/Deepgram.SubpackageManageSubpackageManageV1SubpackageManageV1ProjectsSubpackageManageV1ProjectsRequestsClient.List.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'An identifier was expected.'

Check failure on line 593 in src/libs/Deepgram/Generated/Deepgram.SubpackageManageSubpackageManageV1SubpackageManageV1ProjectsSubpackageManageV1ProjectsRequestsClient.List.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'The character(s) ':' cannot be used at this location.'

Check failure on line 593 in src/libs/Deepgram/Generated/Deepgram.SubpackageManageSubpackageManageV1SubpackageManageV1ProjectsSubpackageManageV1ProjectsRequestsClient.List.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'An identifier was expected.'
/// </summary>

Check failure on line 594 in src/libs/Deepgram/Generated/Deepgram.SubpackageManageSubpackageManageV1SubpackageManageV1ProjectsSubpackageManageV1ProjectsRequestsClient.List.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'global:'.'
/// <param name="projectId"></param>
/// <param name="start"></param>
/// <param name="end"></param>
/// <param name="limit">
/// Default Value: 10
/// </param>
/// <param name="accessor"></param>
/// <param name="requestId"></param>
/// <param name="deployment">
/// Deployment type for the requests
/// </param>
/// <param name="endpoint"></param>
/// <param name="method">
/// Method type for the request
/// </param>
/// <param name="status"></param>
/// <param name="page">Initial page number to start enumerating from. Defaults to 1.</param>
/// <param name="cancellationToken"></param>
public global::System.Collections.Generic.IAsyncEnumerable<global::Deepgram.ProjectRequestResponse> ListAutoPagingAsync(

Check failure on line 613 in src/libs/Deepgram/Generated/Deepgram.SubpackageManageSubpackageManageV1SubpackageManageV1ProjectsSubpackageManageV1ProjectsRequestsClient.List.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
string projectId, global::System.DateTime? start = default,
global::System.DateTime? end = default,
double? limit = default,
string? accessor = default,
string? requestId = default,
global::Deepgram.V1ProjectsProjectIdRequestsGetParametersDeployment? deployment = default,
global::Deepgram.V1ProjectsProjectIdRequestsGetParametersEndpoint? endpoint = default,
global::Deepgram.V1ProjectsProjectIdRequestsGetParametersMethod? method = default,
global::Deepgram.V1ProjectsProjectIdRequestsGetParametersStatus? status = default,
int? page = null,
global::System.Threading.CancellationToken cancellationToken = default)
{
return global::Deepgram.AutoSDKPager.OffsetAsync<global::Deepgram.ListProjectRequestsV1Response, global::Deepgram.ProjectRequestResponse>(
fetchPage: (__page, __ct) => ListAsync(
projectId: projectId,
start: start,
end: end,
limit: limit,
page: __page,
accessor: accessor,
requestId: requestId,
deployment: deployment,
endpoint: endpoint,
method: method,
status: status,
cancellationToken: __ct),
extractItems: static __response => __response is null
? null
: (global::System.Collections.Generic.IEnumerable<global::Deepgram.ProjectRequestResponse>?)__response.Requests,
initialPage: page ?? 1,
cancellationToken: cancellationToken);
}

}
}