partial void Modify_PartitionReadRequest(ref PartitionReadRequest request, ref CallSettings settings) => ApplyResourcePrefixHeaderFromSession(ref settings, request.Session);
/// <summary> /// Executes a PartitionRead RPC asynchronously. /// </summary> /// <param name="request">The partitioning request. Must not be null. The request will be modified with session details /// from this object.</param> /// <param name="callSettings">If not null, applies overrides to this RPC call.</param> /// <returns>A task representing the asynchronous operation. When the task completes, the result is the response from the RPC.</returns> public Task <PartitionResponse> PartitionReadAsync(PartitionReadRequest request, CallSettings callSettings) => PartitionReadOrQueryAsync(PartitionReadOrQueryRequest.FromRequest(request), callSettings);