partial void Modify_ListChangelogsRequest(ref ListChangelogsRequest request, ref gaxgrpc::CallSettings settings);
 /// <summary>
 /// Returns the list of Changelogs.
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>A pageable asynchronous sequence of <see cref="Changelog"/> resources.</returns>
 public override gax::PagedAsyncEnumerable <ListChangelogsResponse, Changelog> ListChangelogsAsync(ListChangelogsRequest request, gaxgrpc::CallSettings callSettings = null)
 {
     Modify_ListChangelogsRequest(ref request, ref callSettings);
     return(new gaxgrpc::GrpcPagedAsyncEnumerable <ListChangelogsRequest, ListChangelogsResponse, Changelog>(_callListChangelogs, request, callSettings));
 }
 /// <summary>
 /// Returns the list of Changelogs.
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>A pageable asynchronous sequence of <see cref="Changelog"/> resources.</returns>
 public virtual gax::PagedAsyncEnumerable <ListChangelogsResponse, Changelog> ListChangelogsAsync(ListChangelogsRequest request, gaxgrpc::CallSettings callSettings = null) =>
 throw new sys::NotImplementedException();